Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c27244 char *zJson; in datedebugFunc() local
27245 zJson = sqlite3_mprintf( in datedebugFunc()
27254 sqlite3_result_text(context, zJson, -1, sqlite3_free); in datedebugFunc()
213086 char *zJson; /* Json text used for parsing */ member
213174 assert( pParse->zJson!=0 );
213218 const char *zJson; local
213224 zJson = (const char*)sqlite3_value_text(pArg);
213225 if( zJson==0 ) return 0;
213233 if( p->a[i]->zJson==zJson ) break;
213238 if( memcmp(p->a[i]->zJson, zJson, nJson)==0 ) break;
[all …]
H A Dshell.c1993 const char *zJson = qrfJsonbToJson(p, iCol); in qrfRenderValue() local
1994 if( zJson ){ in qrfRenderValue()
1997 qrfEncodeText(p, pOut, zJson); in qrfRenderValue()
2000 qrfEncodeText(p, pOut, zJson); in qrfRenderValue()