Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h6208 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 Dshell.c20245 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 Dsqlite3.c44304 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 …]