Lines Matching defs:true
56 #ifdef true
57 #undef true
59 #define true ((cJSON_bool)1)
153 return true;
355 return get_item_from_pointer(object, pointer, true);
627 return true;
637 return true;
649 return true;
669 return true;
698 return true;
705 /* null, true or false */
706 return true;
1102 status = apply_patch(object, current_patch, true);
1323 create_patches(patches, (const unsigned char*)"", from, to, true);
1335 sort_object(object, true);
1405 return merge_patch(target, patch, true);
1497 return generate_merge_patch(from, to, true);