Searched refs:jsonPrintf (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | json.c | 227 static void jsonPrintf(int N, JsonString *p, const char *zFormat, ...){ in jsonPrintf() function 1388 jsonPrintf(100, &s,"node %3u: %7s n=%-4d up=%-4d", in jsonParseFunc() 2302 jsonPrintf(nn+2, pStr, ".%.*s", nn, z); in jsonAppendObjectPathElement() 2325 jsonPrintf(30, pStr, "[%d]", pUp->u.iKey); in jsonEachComputePath() 2398 jsonPrintf(30, &x, "[%d]", p->iRowid); in jsonEachColumn()
|