Home
last modified time | relevance | path

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

/PHP-7.1/ext/bcmath/libbcmath/
H A DMakefile.am8 dist-hook:
/PHP-7.1/main/
H A Dfastcgi.c231 fcgi_req_hook hook; member
904 req->hook.on_accept = on_accept ? on_accept : fcgi_hook_dummy; in fcgi_init_request()
905 req->hook.on_read = on_read ? on_read : fcgi_hook_dummy; in fcgi_init_request()
906 req->hook.on_close = on_close ? on_close : fcgi_hook_dummy; in fcgi_init_request()
1318 req->hook.on_close(); in fcgi_close()
1408 req->hook.on_accept();
1477 req->hook.on_read();
/PHP-7.1/ext/com_dotnet/
H A DREADME46 You can use the new object casting hook to for a php-native representation of
/PHP-7.1/
H A DREADME.input_filter11 enforced. It is implemented as a SAPI hook and is called from the
H A DREADME.STREAMS293 I've taken some great pains to hook into the Zend memory manager to help track
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c195543 rc = pSession->hook.xOld(pSession->hook.pCtx, i, &pVal);
196146 int rc = p->hook.xOld(p->hook.pCtx, iCol, &pVal);
196156 int rc = p->hook.xNew(p->hook.pCtx, iCol, &pVal);
196165 return p->hook.xCount(p->hook.pCtx);
196169 return p->hook.xDepth(p->hook.pCtx);
196198 if( pTab->nCol!=pSession->hook.xCount(pSession->hook.pCtx) ){
196210 stat1.hook = pSession->hook;
196288 pSession->hook.xOld(pSession->hook.pCtx, i, &p);
196290 pSession->hook.xNew(pSession->hook.pCtx, i, &p);
196307 if( pSession->hook.xDepth(pSession->hook.pCtx)==0
[all …]
/PHP-7.1/build/
H A Dlibtool.m442 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.

Completed in 647 milliseconds