Lines Matching refs:size_t
51 extern int snprintf(char*, size_t, const char*, ...);
220 size_t uv__count_bufs(const uv_buf_t bufs[], unsigned int nbufs);
397 void *uv__calloc(size_t count, size_t size);
399 char *uv__strndup(const char* s, size_t n);
400 void* uv__malloc(size_t size);
402 void* uv__realloc(void* ptr, size_t size);
403 void* uv__reallocf(void* ptr, size_t size);
431 size_t sqlen;
432 size_t cqlen;
433 size_t maxlen;
434 size_t sqelen;