Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h3130 void *pCtx
10651 void *pCtx, /* Copy of sixth arg to _apply() */
10655 void *pCtx, /* Copy of sixth arg to _apply() */
10666 void *pCtx, /* Copy of sixth arg to _apply() */
10670 void *pCtx, /* Copy of sixth arg to _apply() */
11049 void *pCtx, /* Copy of sixth arg to _apply() */
11053 void *pCtx, /* Copy of sixth arg to _apply() */
11064 void *pCtx, /* Copy of sixth arg to _apply() */
11068 void *pCtx, /* Copy of sixth arg to _apply() */
11452 void *pCtx, /* Context passed to xToken() */
[all …]
H A Dsqlite3.c39996 memset(pCtx, 0, sizeof(*pCtx));
90016 pOp->p4.pCtx = pCtx;
90030 pCtx = pOp->p4.pCtx;
90066 (pCtx->pFunc->xInverse)(pCtx,pCtx->argc,pCtx->argv);
90069 (pCtx->pFunc->xSFunc)(pCtx,pCtx->argc,pCtx->argv); /* IMP: R-24505-23230 */
90890 pOp->p4.pCtx = pCtx;
90902 pCtx = pOp->p4.pCtx;
90923 (*pCtx->pFunc->xSFunc)(pCtx, pCtx->argc, pCtx->argv);/* IMP: R-24505-23230 */
134814 for(pCtx=db->pVtabCtx; pCtx; pCtx=pCtx->pPrior){
178812 p->pCtx = pCtx;
[all …]

Completed in 421 milliseconds