Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h1644 int (*xInit)(void*); /* Initialize the memory allocator */ member
8053 int (*xInit)(void*); member
8075 int (*xInit)(void*); member
H A Dsqlite3.c9092 int (*xInit)(void*); member
9114 int (*xInit)(void*); member
120173 sqlite3_loadext_entry xInit;
120245 if( xInit==0 && zProc==0 ){
120266 if( xInit==0 ){
120384 void (*xInit)(void)
120431 void (*xInit)(void)
120441 if( wsdAutoext.aExt[i]==xInit ){
120481 sqlite3_loadext_entry xInit;
120500 xInit = 0;
[all …]

Completed in 809 milliseconds