Searched refs:zValue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 6208 void *zValue /* New value for directory being set or reset */ 6210 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue); 6211 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
|
| H A D | shell.c | 20245 const char *zValue = azArg[3]; in do_meta_command() local 20249 "VALUES(%Q,%s);", zKey, zValue); in do_meta_command() 20259 "VALUES(%Q,%Q);", zKey, zValue); in do_meta_command()
|
| H A D | sqlite3.c | 44304 if( zValue && zValue[0] ){ 44305 zCopy = sqlite3_mprintf("%s", zValue); 44327 if( zValue ){ 129710 if( zValue ){ 173426 char *zValue; 173435 zValue = sqlite3_mprintf("%s", &zCsr[1]); 173436 if( zValue ){ 173437 sqlite3Fts3Dequote(zValue); 173439 *pzValue = zValue; 202268 static const signed char zValue[] = { [all …]
|