Home
last modified time | relevance | path

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

/civetweb-2.7.6/examples/rest/cJSON/
DcJSON_Utils.c715 enum patch_operation { INVALID, ADD, REMOVE, REPLACE, MOVE, COPY, TEST }; enumerator
742 return MOVE; in decode_patch_operation()
881 if ((opcode == MOVE) || (opcode == COPY)) in apply_patch()
891 if (opcode == MOVE) in apply_patch()