Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c213364 static void jsonPrintf(int N, JsonString *p, const char *zFormat, ...){ function
213542 jsonPrintf(100, p, "%!0.17g", sqlite3_value_double(pValue));
214975 jsonPrintf(100,pOut,bOverflow?"9.0e999":"%llu", u);
217961 jsonPrintf(30, &p->path, "[%lld]", p->aParent[p->nParent-1].iKey);
217980 jsonPrintf(sz+4,&p->path,".\"%.*s\"", sz, z);
217982 jsonPrintf(sz+2,&p->path,".%.*s", sz, z);