• Home
  • Raw
  • Download

Lines Matching +defs:p +defs:array

605 static unsigned char* ensure(printbuffer * const p, size_t needed)  in ensure()
1267 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string()
1507 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_PrintBuffered() local
1537 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_PrintPreallocated() local
2076 CJSON_PUBLIC(int) cJSON_GetArraySize(const cJSON *array) in cJSON_GetArraySize()
2099 static cJSON* get_array_item(const cJSON *array, size_t index) in get_array_item()
2118 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index) in cJSON_GetArrayItem()
2204 static cJSON_bool add_item_to_array(cJSON *array, cJSON *item) in add_item_to_array()
2238 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item) in cJSON_AddItemToArray()
2307 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) in cJSON_AddItemReferenceToArray()
2439 cJSON *array = cJSON_CreateArray(); in cJSON_AddArrayToObject() local
2485 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which) in cJSON_DetachItemFromArray()
2495 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which) in cJSON_DeleteItemFromArray()
2525 CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_InsertItemInArray()
2608 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_ReplaceItemInArray()
2860 cJSON *p = NULL; in cJSON_CreateIntArray() local
2900 cJSON *p = NULL; in cJSON_CreateFloatArray() local
2940 cJSON *p = NULL; in cJSON_CreateDoubleArray() local
2980 cJSON *p = NULL; in cJSON_CreateStringArray() local