Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c75803 pFunc->xSFunc(&ctx, nVal, apVal);
111957 if( pBest && (pBest->xSFunc || createFlag) ){
135399 pNew->xSFunc = xSFunc;
146822 }else if( pFunc->xSFunc!=noopStepFunc ){
156318 void (*xSFunc)(sqlite3_context*,int,sqlite3_value **),
156330 assert( xValue==0 || xSFunc==0 );
156405 p->xSFunc = xSFunc ? xSFunc : xStep;
156427 void (*xSFunc)(sqlite3_context*,int,sqlite3_value**),
156455 xSFunc, xStep, xFinal, xValue, xInverse, pArg
156478 void (*xSFunc)(sqlite3_context*,int,sqlite3_value **),
[all …]

Completed in 478 milliseconds