Lines Matching defs:string
55 char *valuestring; /* The item's string, if type==cJSON_String */
59 char *string; /* The item's name string, if this item is the child of, or is
79 /* Get item "string" from object. Case insensitive. */
80 cJSON *loader_cJSON_GetObjectItem(cJSON *object, const char *string);
98 // Given a cJSON object, find the string associated with the key and puts an pre-allocated string into out_string.
99 // Length is given by out_str_len, and this function truncates the string with a null terminator if it the provided space isn't
104 // Given a cJSON object, find the string associated with the key and puts an allocated string into out_string.