Searched refs:zStr (Results 1 – 3 of 3) sorted by relevance
9488 SQLITE_API int sqlite3_strglob(const char *zGlob, const char *zStr);9511 SQLITE_API int sqlite3_strlike(const char *zGlob, const char *zStr, unsigned int cEsc);
7045 if( zStr!=0 ){ in re_sql_func()16788 if( zStr==0 ) return 0; in recoverStrlen()16789 return (int)(strlen(zStr)&0x7fffffff); in recoverStrlen()19817 shell_check_oom(zStr); in output_hex_blob()19827 zStr[i*2] = '\0'; in output_hex_blob()19829 oputf("X'%s'", zStr); in output_hex_blob()19830 sqlite3_free(zStr); in output_hex_blob()24543 if( zStr[0]!='-' ) return 0; in optionMatch()24544 zStr++; in optionMatch()24545 if( zStr[0]=='-' ) zStr++; in optionMatch()[all …]
129524 if( zStr==0 ){129918 const u8 *z = zStr;130049 if( zStr==0 ) return;130078 if( zStr[i]!=zPattern[0] || memcmp(&zStr[i], zPattern, nPattern) ){130079 zOut[j++] = zStr[i];192764 if( zStr ){195382 z1 = zStr;219236 if( zStr ){226310 const char *zStr,227410 const char *zIn = zStr;[all …]