Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11194 # define sqlite3Isalpha(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x02) macro
11202 # define sqlite3Isalpha(x) isalpha((unsigned char)(x)) macro
34387 if( zRelative[0]=='/' && sqlite3Isalpha(zRelative[1]) && zRelative[2]==':' ){
85222 for(i=0; zIn[i] && !sqlite3Isalpha(zIn[i]); i++){}
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c19280 # define sqlite3Isalpha(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x02) macro
19289 # define sqlite3Isalpha(x) isalpha((unsigned char)(x)) macro
47090 return ( sqlite3Isalpha(zPathname[0]) && zPathname[1]==':' );
118091 for(i=0; zIn[i] && !sqlite3Isalpha(zIn[i]); i++){}
124430 if( sqlite3Isalpha(c) ){