Searched refs:JSON_MERGE_OK (Results 1 – 1 of 1) sorted by relevance
216913 #define JSON_MERGE_OK 0 /* Success */ macro217008 return pTarget->oom ? JSON_MERGE_OOM : JSON_MERGE_OK; /* Line 03 */217109 return pTarget->oom ? JSON_MERGE_OOM : JSON_MERGE_OK;217134 if( rc==JSON_MERGE_OK ){