Searched refs:zValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.h | 6558 void *zValue /* New value for directory being set or reset */ 6560 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue); 6561 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
|
| H A D | shell.c | 27871 const char *zValue = azArg[3]; in do_meta_command() local 27875 "VALUES(%Q,%s);", zKey, zValue); in do_meta_command() 27885 "VALUES(%Q,%Q);", zKey, zValue); in do_meta_command()
|
| H A D | sqlite3.c | 48589 if( zValue && zValue[0] ){ 48590 zCopy = sqlite3_mprintf("%s", zValue); 48617 if( zValue ){ 138953 if( zValue ){ 186943 char *zValue; 186952 zValue = sqlite3_mprintf("%s", &zCsr[1]); 186953 if( zValue ){ 186954 sqlite3Fts3Dequote(zValue); 186956 *pzValue = zValue; 218607 static const signed char zValue[] = { [all …]
|