Searched refs:sqlite3Isalpha (Results 1 – 1 of 1) sorted by relevance
21695 # define sqlite3Isalpha(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x02) macro21706 # define sqlite3Isalpha(x) isalpha((unsigned char)(x)) macro53045 && sqlite3Isalpha(zFile[4])54576 return ( sqlite3Isalpha(zPathname[0]) && zPathname[1]==':' );135723 for(i=0; zIn[i] && !sqlite3Isalpha(zIn[i]); i++){}143842 if( sqlite3Isalpha(c) || (cnt && sqlite3Isdigit(c)) ){217969 if( sz==0 || !sqlite3Isalpha(z[0]) ){