Lines Matching refs:jsonAppendChar
213061 static void jsonAppendChar(JsonString *p, char c){ function
213085 jsonAppendChar(p, 0);
213098 jsonAppendChar(p, ',');
214641 jsonAppendChar(pOut, '-');
214664 jsonAppendChar(pOut, '-');
214668 jsonAppendChar(pOut, '0');
214671 jsonAppendChar(pOut, zIn[k]);
214673 jsonAppendChar(pOut, '0');
214693 jsonAppendChar(pOut, '"');
214725 jsonAppendChar(pOut, '\'');
214775 jsonAppendChar(pOut, '"');
214783 jsonAppendChar(pOut, '[');
214791 jsonAppendChar(pOut, ',');
214796 jsonAppendChar(pOut, ']');
214801 jsonAppendChar(pOut, '{');
214809 jsonAppendChar(pOut, (x++ & 1) ? ',' : ':');
214814 jsonAppendChar(pOut, '}');
214879 jsonAppendChar(pOut, '[');
214881 jsonAppendChar(pOut, '\n');
214892 jsonAppendChar(pOut, '\n');
214896 jsonAppendChar(pOut, ']');
214903 jsonAppendChar(pOut, '{');
214905 jsonAppendChar(pOut, '\n');
214923 jsonAppendChar(pOut, '\n');
214927 jsonAppendChar(pOut, '}');
216399 jsonAppendChar(&jx, '[');
216404 jsonAppendChar(&jx, ']');
216497 jsonAppendChar(&jx, '[');
216579 jsonAppendChar(&jx, ']');
216851 jsonAppendChar(&jx, '{');
216862 jsonAppendChar(&jx, ':');
216865 jsonAppendChar(&jx, '}');
217251 jsonAppendChar(pStr, '[');
217253 jsonAppendChar(pStr, ',');
217372 jsonAppendChar(pStr, '{');
217374 jsonAppendChar(pStr, ',');
217379 jsonAppendChar(pStr, ':');