Searched refs:OMAPI_DATA_STRING_EMPTY_SIZE (Results 1 – 2 of 2) sorted by relevance
961 nlen = OMAPI_DATA_STRING_EMPTY_SIZE + len; in omapi_data_string_new()967 memset (new, 0, OMAPI_DATA_STRING_EMPTY_SIZE); in omapi_data_string_new()
85 #define OMAPI_DATA_STRING_EMPTY_SIZE (2 * sizeof (int)) macro