Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h2597 int (*xAuth)(void*,int,const char*,const char*,const char*,const char*),
H A Dsqlite3.c90620 db->xAuth = (sqlite3_xauth)xAuth;
90695 if( db->xAuth==0 ) return;
90756 if( db->xAuth==0 ){
92965 xAuth = db->xAuth;
92966 db->xAuth = 0;
92968 db->xAuth = xAuth;
99165 if( db->xAuth ){
105903 sqlite3_xauth xAuth;
105904 xAuth = db->xAuth;
105905 db->xAuth = 0;
[all …]

Completed in 324 milliseconds