Searched refs:string (Results 1 – 12 of 12) sorted by relevance
| /iperf/src/ |
| H A D | cjson.c | 200 if (string == NULL) in cJSON_strdup() 211 memcpy(copy, string, length); in cJSON_strdup() 1947 reference->string = NULL; in create_reference() 2010 return (void*)string; in cast_away_const() 2045 hooks->deallocate(item->string); in add_item_to_object() 2048 item->string = new_key; in add_item_to_object() 2353 cJSON_free(replacement->string); in replace_item_in_object() 2355 replacement->string = (char*)cJSON_strdup((const unsigned char*)string, &global_hooks); in replace_item_in_object() 2706 if (item->string) in cJSON_Duplicate() 2708 …newitem->string = (item->type&cJSON_StringIsConst) ? item->string : (char*)cJSON_strdup((unsigned … in cJSON_Duplicate() [all …]
|
| H A D | cjson.h | 127 char *string; member 177 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string); 179 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string); 205 CJSON_PUBLIC(cJSON *) cJSON_CreateString(const char *string); 213 CJSON_PUBLIC(cJSON *) cJSON_CreateStringReference(const char *string); 228 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item); 232 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item); 241 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObject(cJSON *object, const char *string); 242 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromObjectCaseSensitive(cJSON *object, const char *string); 243 CJSON_PUBLIC(void) cJSON_DeleteItemFromObject(cJSON *object, const char *string); [all …]
|
| H A D | iperf_auth.c | 52 void sha256(const char *string, char outputBuffer[65]) in sha256() argument 57 SHA256_Update(&sha256, string, strlen(string)); in sha256()
|
| H A D | t_auth.c | 53 void sha256(const char *string, char outputBuffer[65]); in main()
|
| H A D | iperf_config.h.in | 84 /* Define to 1 if you have the <string.h> header file. */
|
| /iperf/ |
| H A D | make_release | 57 subcommands to explicitly specify a tag string. If not specified, the
|
| H A D | RELNOTES.md | 223 string field that appears in JSON output. (#600 / #729) 534 if a malformed JSON string was passed on the control channel. In 836 * In JSON output, the --title string no longer has a colon and two 881 -T, --title str prefix every output line with this string
|
| H A D | configure | 2278 char *restrict newvar = "Another string"; 2281 success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); 2294 .name = L"Test wide string", 2345 char const utf8_literal[] = u8"happens to be ASCII" "another string"; 2417 as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H" 3456 # double_quote_subst'ed string.
|
| H A D | aclocal.m4 | 294 # double_quote_subst'ed string. 1798 # a 1K string should be a reasonable start. 1813 # Only check the string length outside the loop. 2277 # directories to be munged by the contents of PATH, which is string 2280 # string "DIR[ DIR]" will be prepended to VARIABLE 2282 # string "DIR[ DIR]" will be appended to VARIABLE 2284 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string 8190 _LT_DECL([], [FGREP], [1], [A literal string matcher])
|
| /iperf/config/ |
| H A D | ltmain.sh | 1277 # Examples for 'func_quote_arg pretty,unquoted string': 1287 # Examples for 'func_quote_arg pretty,unquoted,expand string': 5913 char *xstrdup (const char *string); 6196 xstrdup (const char *string) 6198 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), 6199 string) : NULL; 6622 const char *string = argv[i]; 6624 if (string[0] == '\0') 6626 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) 6628 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); [all …]
|
| /iperf/docs/ |
| H A D | invoking.rst | 402 Prefix every output line with this string. 405 Specify an extra data string field to be included in JSON out- 477 hash. The password hash is a SHA256 hash of the string "{$user}$pass-
|
| H A D | dev.rst | 47 -T, --title str prefix every output line with this string
|