Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h85 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
89 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
219 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
H A Dsqlite3.h4224 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
4234 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
4244 void (*xFunc)(sqlite3_context*,int,sqlite3_value**),
H A Dsqlite3.c11318 pArg, 0, xFunc, 0, 0, #zName, 0, 0}
64298 pFunc->xFunc(&ctx, nVal, apVal);
69973 const void *(*xFunc)(Mem*),
69995 ret = xFunc(&p->aColName[N]);
82001 is_agg = pDef->xFunc==0;
85646 if( pDef==0 || pDef->xFunc==0 ){
115611 pNew->xFunc = xFunc;
129411 rc = p->xFunc(p->pArg, p->nBusy);
129433 db->busyHandler.xFunc = xBusy;
129600 p->xFunc = xFunc;
[all …]

Completed in 347 milliseconds