Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h7760 void *pContext
7769 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member
7786 void *pContext,
7801 void *pContext; /* pContext from when function registered */ member
H A Dsqlite3.c7967 void *pContext
7993 void *pContext,
90781 AuthContext *pContext,
90785 pContext->pParse = pParse;
90795 if( pContext->pParse ){
90796 pContext->pParse->zAuthContext = pContext->zAuthContext;
90797 pContext->pParse = 0;
151303 void *pContext;
152473 pInfo->pContext = pBlob->cb.pContext;
154401 pGeomCtx->pContext = pContext;
[all …]
/PHP-5.5/main/streams/
H A Dstreams.c68 static int _php_stream_release_context(zend_rsrc_list_entry *le, void *pContext TSRMLS_DC) in _php_stream_release_context()
70 if (le->ptr == pContext) { in _php_stream_release_context()

Completed in 439 milliseconds