Lines Matching refs:zValue
36139 ** data directory or 2 in order to set the temporary directory. The zValue
36143 SQLITE_API int SQLITE_STDCALL sqlite3_win32_set_directory(DWORD type, LPCWSTR zValue){
36160 if( zValue && zValue[0] ){
36161 zValueUtf8 = winUnicodeToUtf8(zValue);
106008 const char *zValue /* Value to be returned */
106010 if( zValue ){
106011 sqlite3VdbeLoadString(v, 1, (const char*)zValue);
136596 char *zValue;
136605 zValue = sqlite3_mprintf("%s", &zCsr[1]);
136606 if( zValue ){
136607 sqlite3Fts3Dequote(zValue);
136609 *pzValue = zValue;
159170 static const signed char zValue[] = {
159184 while( (c = zValue[0x7f&*(z++)])>=0 ){