Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h1520 int (*xInit)(void*); /* Initialize the memory allocator */ member
7242 int (*xInit)(void*); member
7264 int (*xInit)(void*); member
H A Dsqlite3.c7502 int (*xInit)(void*); member
7524 int (*xInit)(void*); member
109827 sqlite3_loadext_entry xInit;
109899 if( xInit==0 && zProc==0 ){
109920 if( xInit==0 ){
110049 void (*xInit)(void)
110096 void (*xInit)(void)
110106 if( wsdAutoext.aExt[i]==xInit ){
110146 sqlite3_loadext_entry xInit;
110160 xInit = 0;
[all …]

Completed in 477 milliseconds