Home
last modified time | relevance | path

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

/PHP-7.0/ext/mysqli/
H A Dmysqli_mysqlnd.h40 #define mysqli_close(c, how) mysqlnd_close((c), (how)) argument
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c834 static int do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value, enum pdo_fetch_type how, enu… in do_fetch()
1269 zend_long how = PDO_FETCH_USE_DEFAULT; in PHP_METHOD() local
1296 zend_long how = PDO_FETCH_CLASS; in PHP_METHOD() local
1383 zend_long how = PDO_FETCH_USE_DEFAULT; in PHP_METHOD() local
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_process_ctl.c122 int fpm_pctl_kill(pid_t pid, int how) /* {{{ */ in fpm_pctl_kill()
/PHP-7.0/main/streams/
H A Dtransports.c504 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how) in php_stream_xport_shutdown()
H A Dphp_stream_transport.h140 unsigned int how:2; member
/PHP-7.0/ext/pcntl/
H A Dpcntl.c1029 zend_long how, signo; in PHP_FUNCTION() local
/PHP-7.0/TSRM/
H A DTSRM.c724 TSRM_API int tsrm_sigmask(int how, const sigset_t *set, sigset_t *oldset) in tsrm_sigmask()
/PHP-7.0/ext/standard/
H A Dstreamsfuncs.c1586 zend_long how; in PHP_FUNCTION() local

Completed in 51 milliseconds