Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12961 # define sqlite3Isalpha(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x02) macro
12969 # define sqlite3Isalpha(x) isalpha((unsigned char)(x)) macro
38283 return ( sqlite3Isalpha(zPathname[0]) && zPathname[1]==':' );
97768 for(i=0; zIn[i] && !sqlite3Isalpha(zIn[i]); i++){}
102867 if( sqlite3Isalpha(c) ){

Completed in 313 milliseconds