Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 4 of 4) sorted by relevance

/iperf/src/
H A Dcjson.h207 CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw);
275 …JSON*) cJSON_AddRawToObject(cJSON * const object, const char * const name, const char * const raw);
H A Dcjson.c2157 …cJSON*) cJSON_AddRawToObject(cJSON * const object, const char * const name, const char * const raw) in cJSON_AddRawToObject() argument
2159 cJSON *raw_item = cJSON_CreateRaw(raw); in cJSON_AddRawToObject()
2492 CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw) in cJSON_CreateRaw() argument
2498 item->valuestring = (char*)cJSON_strdup((const unsigned char*)raw, &global_hooks); in cJSON_CreateRaw()
/iperf/docs/
H A Dnews.rst123 https://raw.githubusercontent.com/esnet/iperf/master/docs/2017-06-06.txt
129 https://raw.githubusercontent.com/esnet/iperf/master/docs/2017-04-27.txt
191 https://raw.githubusercontent.com/esnet/security/master/cve-2016-4303/esnet-secadv-2016-0001.txt.asc
/iperf/
H A Daclocal.m43935 # Check for command to grab the raw symbol name followed by C symbol from nm.
4040 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4043 # Write the raw and C identifiers.
4199 [Take the output of nm and produce a listing of raw symbols and C names])