Home
last modified time | relevance | path

Searched refs:jsonAppendChar (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Djson.c439 jsonAppendChar(pOut, '['); in jsonRenderNode()
453 jsonAppendChar(pOut, ']'); in jsonRenderNode()
1457 jsonAppendChar(&jx, '['); in jsonArrayFunc()
1462 jsonAppendChar(&jx, ']'); in jsonArrayFunc()
1595 jsonAppendChar(&jx, '['); in jsonExtractFunc()
1748 jsonAppendChar(&jx, '{'); in jsonObjectFunc()
1759 jsonAppendChar(&jx, ':'); in jsonObjectFunc()
1762 jsonAppendChar(&jx, '}'); in jsonObjectFunc()
1984 jsonAppendChar(pStr, ']'); in jsonArrayCompute()
2084 jsonAppendChar(pStr, ':'); in jsonObjectStep()
[all …]