Lines Matching refs:cJSON_Free
51 static void cJSON_Free(const VkAllocationCallbacks *pAllocator, void *pMemory) { loader_free(pAllocator, pMemory); }
87 if (!(c->type & cJSON_IsReference) && c->valuestring) cJSON_Free(c->pAllocator, c->valuestring);
88 if (!(c->type & cJSON_StringIsConst) && c->string) cJSON_Free(c->pAllocator, c->string);
89 cJSON_Free(c->pAllocator, c);
156 cJSON_Free(pAllocator, p->buffer);
161 cJSON_Free(pAllocator, p->buffer);
705 if (entries[j]) cJSON_Free(item->pAllocator, entries[j]);
706 cJSON_Free(item->pAllocator, entries);
723 cJSON_Free(item->pAllocator, entries[j]);
725 cJSON_Free(item->pAllocator, entries);
868 cJSON_Free(item->pAllocator, entries);
895 if (names[i]) cJSON_Free(item->pAllocator, names[j]);
896 if (entries[j]) cJSON_Free(item->pAllocator, entries[j]);
898 cJSON_Free(item->pAllocator, names);
899 cJSON_Free(item->pAllocator, entries);
922 cJSON_Free(item->pAllocator, names[j]);
923 cJSON_Free(item->pAllocator, entries[j]);
926 cJSON_Free(item->pAllocator, names);
927 cJSON_Free(item->pAllocator, entries);