Lines Matching refs:jsonAppendChar
238 static void jsonAppendChar(JsonString *p, char c){ in jsonAppendChar() function
250 if( c!='[' && c!='{' ) jsonAppendChar(p, ','); in jsonAppendSeparator()
439 jsonAppendChar(pOut, '['); in jsonRenderNode()
453 jsonAppendChar(pOut, ']'); in jsonRenderNode()
458 jsonAppendChar(pOut, '{'); in jsonRenderNode()
464 jsonAppendChar(pOut, ':'); in jsonRenderNode()
474 jsonAppendChar(pOut, '}'); in jsonRenderNode()
1457 jsonAppendChar(&jx, '['); in jsonArrayFunc()
1462 jsonAppendChar(&jx, ']'); in jsonArrayFunc()
1571 jsonAppendChar(&jx, 0); in jsonExtractFunc()
1595 jsonAppendChar(&jx, '['); in jsonExtractFunc()
1608 jsonAppendChar(&jx, ']'); in jsonExtractFunc()
1748 jsonAppendChar(&jx, '{'); in jsonObjectFunc()
1759 jsonAppendChar(&jx, ':'); in jsonObjectFunc()
1762 jsonAppendChar(&jx, '}'); in jsonObjectFunc()
1971 jsonAppendChar(pStr, '['); in jsonArrayStep()
1973 jsonAppendChar(pStr, ','); in jsonArrayStep()
1984 jsonAppendChar(pStr, ']'); in jsonArrayCompute()
2076 jsonAppendChar(pStr, '{'); in jsonObjectStep()
2078 jsonAppendChar(pStr, ','); in jsonObjectStep()
2084 jsonAppendChar(pStr, ':'); in jsonObjectStep()
2092 jsonAppendChar(pStr, '}'); in jsonObjectCompute()
2315 jsonAppendChar(pStr, '$'); in jsonEachComputePath()
2395 jsonAppendChar(&x, '$'); in jsonEachColumn()