Searched defs:count (Results 1 – 2 of 2) sorted by relevance
| /iperf/src/ |
| H A D | net.c | 371 Nread(int fd, char *buf, size_t count, int prot) in Nread() 398 Nwrite(int fd, const char *buf, size_t count, int prot) in Nwrite() 446 Nsendfile(int fromfd, int tofd, const char *buf, size_t count) in Nsendfile()
|
| H A D | cjson.c | 2532 CJSON_PUBLIC(cJSON *) cJSON_CreateIntArray(const int *numbers, int count) in cJSON_CreateIntArray() 2567 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count) in cJSON_CreateFloatArray() 2603 CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count) in cJSON_CreateDoubleArray() 2639 CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count) in cJSON_CreateStringArray()
|