Searched defs:size (Results 1 – 2 of 2) sorted by relevance
74 int size = sp->settings->blksize; in iperf_udp_recv() local216 int size = sp->settings->blksize; in iperf_udp_send() local
172 static void * CJSON_CDECL internal_malloc(size_t size) in internal_malloc()180 static void * CJSON_CDECL internal_realloc(void *pointer, size_t size) in internal_realloc()304 #define can_read(buffer, size) ((buffer != NULL) && (((buffer)->offset + size) <= (buffer)->length)) argument1828 size_t size = 0; in cJSON_GetArraySize() local3077 CJSON_PUBLIC(void *) cJSON_malloc(size_t size) in cJSON_malloc()