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