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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h6524 ** zValue, depending on the value of the type parameter. The zValue parameter
6539 void *zValue /* New value for directory being set or reset */
6541 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
6542 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
H A Dshell.c26501 const char *zValue = azArg[3]; local
26505 "VALUES(%Q,%s);", zKey, zValue);
26515 "VALUES(%Q,%Q);", zKey, zValue);
H A Dsqlite3.c6837 ** zValue, depending on the value of the type parameter. The zValue parameter
6852 void *zValue /* New value for directory being set or reset */
6854 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
6855 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
185327 char *zValue; local
216765 static const signed char zValue[] = { local
[all...]

Completed in 815 milliseconds