Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c32621 pCtx = sqlite3_malloc64( sizeof(*pCtx) );
32625 memset(pCtx, 0, sizeof(*pCtx));
69225 if( pCtx ) sqlite3_result_error_toobig(pCtx);
69348 if( pCtx->pVdbe ) pCtx->pVdbe->rcApp = errCode;
115051 for(pCtx=db->pVtabCtx; pCtx; pCtx=pCtx->pPrior){
115293 if( !pCtx || pCtx->bDeclared ){
130196 void* pCtx,
130987 void* pCtx,
131000 void* pCtx,
131025 void* pCtx,
[all …]

Completed in 474 milliseconds