Home
last modified time | relevance | path

Searched refs:xValue (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h317 void (*xValue)(sqlite3_context*),
H A Dsqlite3.h4905 void (*xValue)(sqlite3_context*),
H A Dsqlite3.c5944 void (*xValue)(sqlite3_context*),
74852 assert( pFunc->xValue!=0 );
74863 pFunc->xValue(&ctx);
156321 void (*xValue)(sqlite3_context*),
156330 assert( xValue==0 || xSFunc==0 );
156407 p->xValue = xValue;
156430 void (*xValue)(sqlite3_context*),
156507 void (*xValue)(sqlite3_context*),
181097 void (*xValue)(sqlite3_context*);
198836 assert( xValue==sqlite3changeset_old || xValue==sqlite3changeset_new );
[all …]

Completed in 437 milliseconds