Searched refs:zJson (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 27214 char *zJson; in datedebugFunc() local 27215 zJson = sqlite3_mprintf( in datedebugFunc() 27224 sqlite3_result_text(context, zJson, -1, sqlite3_free); in datedebugFunc() 212768 char *zJson; /* Json text used for parsing */ member 212856 assert( pParse->zJson!=0 ); 212900 const char *zJson; local 212906 zJson = (const char*)sqlite3_value_text(pArg); 212907 if( zJson==0 ) return 0; 212915 if( p->a[i]->zJson==zJson ) break; 212920 if( memcmp(p->a[i]->zJson, zJson, nJson)==0 ) break; [all …]
|
| H A D | shell.c | 1993 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()
|