Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h6094 void *zValue /* New value for directory being set or reset */
6096 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
6097 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
H A Dshell.c17163 const char *zValue = azArg[3]; in do_meta_command() local
17167 "VALUES(%Q,%s);", zKey, zValue); in do_meta_command()
17177 "VALUES(%Q,%Q);", zKey, zValue); in do_meta_command()
H A Dsqlite3.c43521 if( zValue && zValue[0] ){
43522 zCopy = sqlite3_mprintf("%s", zValue);
43544 if( zValue ){
125540 if( zValue ){
166826 char *zValue;
166835 zValue = sqlite3_mprintf("%s", &zCsr[1]);
166836 if( zValue ){
166837 sqlite3Fts3Dequote(zValue);
166839 *pzValue = zValue;
195439 static const signed char zValue[] = {
[all …]
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c114893 char *zValue;
114902 zValue = sqlite3_mprintf("%s", &zCsr[1]);
114903 if( zValue ){
114904 sqlite3Fts3Dequote(zValue);
114906 *pzValue = zValue;