Lines Matching refs:valuestring
626 if (strcmp(a->valuestring, b->valuestring) != 0) in compare_json()
750 if (strcmp(operation->valuestring, "add") == 0) in decode_patch_operation()
755 if (strcmp(operation->valuestring, "remove") == 0) in decode_patch_operation()
760 if (strcmp(operation->valuestring, "replace") == 0) in decode_patch_operation()
765 if (strcmp(operation->valuestring, "move") == 0) in decode_patch_operation()
770 if (strcmp(operation->valuestring, "copy") == 0) in decode_patch_operation()
775 if (strcmp(operation->valuestring, "test") == 0) in decode_patch_operation()
795 if (root->valuestring != NULL) in overwrite_item()
797 cJSON_free(root->valuestring); in overwrite_item()
834 …status = !compare_json(get_item_from_pointer(object, path->valuestring, case_sensitive), get_objec… in apply_patch()
839 if (path->valuestring[0] == '\0') in apply_patch()
890 cJSON *old_item = detach_path(object, (unsigned char*)path->valuestring, case_sensitive); in apply_patch()
918 value = detach_path(object, (unsigned char*)from->valuestring, case_sensitive); in apply_patch()
922 value = get_item_from_pointer(object, from->valuestring, case_sensitive); in apply_patch()
962 parent_pointer = cJSONUtils_strdup((unsigned char*)path->valuestring); in apply_patch()
1164 if (strcmp(from->valuestring, to->valuestring) != 0) in create_patches()