Searched refs:sqlite3Isalpha (Results 1 – 2 of 2) sorted by relevance
13043 # define sqlite3Isalpha(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x02) macro13051 # define sqlite3Isalpha(x) isalpha((unsigned char)(x)) macro38806 return ( sqlite3Isalpha(zPathname[0]) && zPathname[1]==':' );98892 for(i=0; zIn[i] && !sqlite3Isalpha(zIn[i]); i++){}104014 if( sqlite3Isalpha(c) ){
11194 # define sqlite3Isalpha(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x02) macro11202 # define sqlite3Isalpha(x) isalpha((unsigned char)(x)) macro34387 if( zRelative[0]=='/' && sqlite3Isalpha(zRelative[1]) && zRelative[2]==':' ){85222 for(i=0; zIn[i] && !sqlite3Isalpha(zIn[i]); i++){}