Home
last modified time | relevance | path

Searched refs:sqlite3Isalpha (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c20583 # define sqlite3Isalpha(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x02) macro
20594 # define sqlite3Isalpha(x) isalpha((unsigned char)(x)) macro
52203 return ( sqlite3Isalpha(zPathname[0]) && zPathname[1]==':' );
130333 for(i=0; zIn[i] && !sqlite3Isalpha(zIn[i]); i++){}
137778 if( sqlite3Isalpha(c) ){
209787 if( sz==0 || !sqlite3Isalpha(z[0]) ){