Searched defs:sqliteGlobCompare (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dutil.c946 sqliteGlobCompare(const unsigned char *zPattern, const unsigned char *zString){ function
964 while( *zString && sqliteGlobCompare(&zPattern[1],zString)==0 ){
972 if( sqliteGlobCompare(&zPattern[1],zString) ) return 1;
1031 ** This routine is just an adaptation of the sqliteGlobCompare()

Completed in 29 milliseconds