Home
last modified time | relevance | path

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

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