Searched refs:zGlob (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_quota.c181 ** Return TRUE if string z matches glob pattern zGlob.
195 static int quotaStrglob(const char *zGlob, const char *z){ argument
200 while( (c = (*(zGlob++)))!=0 ){
202 while( (c=(*(zGlob++))) == '*' || c=='?' ){
208 while( *z && quotaStrglob(zGlob-1,z)==0 ){
218 if( quotaStrglob(zGlob,z) ) return 1;
229 c2 = *(zGlob++);
232 c2 = *(zGlob++);
236 c2 = *(zGlob++);
239 if( c2=='-' && zGlob[
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h7067 SQLITE_API int sqlite3_strglob(const char *zGlob, const char *zStr);
H A Dsqlite3.c7182 SQLITE_API int sqlite3_strglob(const char *zGlob, const char *zStr);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h7067 SQLITE_API int sqlite3_strglob(const char *zGlob, const char *zStr);
H A Dsqlite3.c7182 SQLITE_API int sqlite3_strglob(const char *zGlob, const char *zStr);
[all...]

Completed in 401 milliseconds