Lines Matching defs:pParse
372 static void jsonParseReset(JsonParse *pParse){ in jsonParseReset()
384 static void jsonParseFree(JsonParse *pParse){ in jsonParseFree()
703 JsonParse *pParse, /* Append the node to this object */ in jsonParseAddNodeExpand()
730 JsonParse *pParse, /* Append the node to this object */ in jsonParseAddNode()
765 static int jsonParseValue(JsonParse *pParse, u32 i){ in jsonParseValue()
927 JsonParse *pParse, /* Initialize and fill this JsonParse object */ in jsonParse()
959 static void jsonParseFillInParentage(JsonParse *pParse, u32 i, u32 iParent){ in jsonParseFillInParentage()
986 static int jsonParseFindParents(JsonParse *pParse){ in jsonParseFindParents()
1098 JsonParse *pParse, /* The JSON to search */ in jsonLookupStep()
1251 JsonParse *pParse, /* Append content to the JSON parse */ in jsonLookupAppend()
1291 JsonParse *pParse, /* The JSON to search */ in jsonLookup()
1619 JsonParse *pParse, /* The JSON parser that contains the TARGET */ in jsonMergePatch()