Home
last modified time | relevance | path

Searched defs:AuthContext (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h251 typedef struct AuthContext AuthContext; typedef
940 struct AuthContext { struct
941 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ argument
942 Parse *pParse; /* The Parse structure */
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7838 typedef struct AuthContext AuthContext; typedef
10881 struct AuthContext { struct
10882 const char *zAuthContext; /* Put saved Parse.zAuthContext here */ argument
10883 Parse *pParse; /* The Parse structure */

Completed in 244 milliseconds