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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h6095 ** zValue, depending on the value of the type parameter. The zValue parameter
6110 void *zValue /* New value for directory being set or reset */
6112 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
6113 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
H A Dshell.c19077 const char *zValue = azArg[3]; local
19081 "VALUES(%Q,%s);", zKey, zValue);
19091 "VALUES(%Q,%Q);", zKey, zValue);
H A Dsqlite3.c7158 ** zValue, depending on the value of the type parameter. The zValue parameter
7173 void *zValue /* New value for directory being set or reset */
7175 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
7176 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
170795 char *zValue; local
199468 static const signed char zValue[] = { local
[all...]

Completed in 602 milliseconds