Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h1470 int (*xInit)(void*); /* Initialize the memory allocator */ member
6891 int (*xInit)(void*); member
6913 int (*xInit)(void*); member
H A Dsqlite3.c7098 int (*xInit)(void*); member
7120 int (*xInit)(void*); member
39394 if( sqlite3GlobalConfig.pcache2.xInit==0 ){
102854 if( xInit==0 && zProc==0 ){
102876 if( xInit==0 ){
102891 if( xInit(db, &zErrmsg, &sqlite3Apis) ){
103018 if( wsdAutoext.aExt[i]==xInit ) break;
103028 wsdAutoext.aExt[wsdAutoext.nExt] = xInit;
103056 if( wsdAutoext.aExt[i]==xInit ){
103110 xInit = 0;
[all …]

Completed in 328 milliseconds