Searched refs:operation (Results 1 – 3 of 3) sorted by relevance
/civetweb-2.7.6/examples/rest/cJSON/ |
D | cJSON_Utils.c | 719 cJSON *operation = get_object_item(patch, "op", case_sensitive); in decode_patch_operation() local 720 if (!cJSON_IsString(operation)) in decode_patch_operation() 725 if (strcmp(operation->valuestring, "add") == 0) in decode_patch_operation() 730 if (strcmp(operation->valuestring, "remove") == 0) in decode_patch_operation() 735 if (strcmp(operation->valuestring, "replace") == 0) in decode_patch_operation() 740 if (strcmp(operation->valuestring, "move") == 0) in decode_patch_operation() 745 if (strcmp(operation->valuestring, "copy") == 0) in decode_patch_operation() 750 if (strcmp(operation->valuestring, "test") == 0) in decode_patch_operation() 1069 static void compose_patch(cJSON * const patches, const unsigned char * const operation, const unsig… in compose_patch() argument 1073 if ((patches == NULL) || (operation == NULL) || (path == NULL)) in compose_patch() [all …]
|
D | cJSON_Utils.h | 34 CJSON_PUBLIC(void) cJSONUtils_AddPatchToArray(cJSON * const array, const char * const operation, co…
|
/civetweb-2.7.6/src/ |
D | md5.inl | 284 /* Let [abcd k s i] denote the operation 311 /* Let [abcd k s i] denote the operation 338 /* Let [abcd k s t] denote the operation 365 /* Let [abcd k s t] denote the operation
|