Home
last modified time | relevance | path

Searched defs:how (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/mysqli/
H A Dmysqli_mysqlnd.h40 #define mysqli_close(c, how) mysqlnd_close((c), (how)) argument
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c824 static int do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value, enum pdo_fetch_type how, enu… in do_fetch()
1249 zend_long how = PDO_FETCH_USE_DEFAULT; in PHP_METHOD() local
1278 zend_long how = PDO_FETCH_CLASS; in PHP_METHOD() local
1368 zend_long how = PDO_FETCH_USE_DEFAULT; in PHP_METHOD() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_process_ctl.c124 int fpm_pctl_kill(pid_t pid, int how) /* {{{ */ in fpm_pctl_kill()
/PHP-7.4/main/streams/
H A Dtransports.c498 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how) in php_stream_xport_shutdown()
H A Dphp_stream_transport.h139 unsigned int how:2; member
/PHP-7.4/TSRM/
H A DTSRM.c755 TSRM_API int tsrm_sigmask(int how, const sigset_t *set, sigset_t *oldset) in tsrm_sigmask()
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1168 zend_long how, signo; in PHP_FUNCTION() local
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c1727 zend_long how; in PHP_FUNCTION() local

Completed in 32 milliseconds