Searched refs:FLAG_INTERN (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c18979 #define FLAG_INTERN 2 /* True if for internal use only */ macro
19013 /* All the rest have the FLAG_INTERN bit set and are thus for internal
19225 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c24721 #define FLAG_INTERN 2 /* True if for internal use only */ macro
24755 /* All the rest have the FLAG_INTERN bit set and are thus for internal
24990 if( useIntern || (infop->flags & FLAG_INTERN)==0 ){
[all...]

Completed in 563 milliseconds