Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 95) sorted by last modified time

1234

/php-src/main/
H A Dfastcgi.c1397 req->fd = accept(listen_socket, (struct sockaddr *)&sa, &len);
H A Dnetwork.c731 clisock = accept(srvsock, (struct sockaddr*)&sa, &sl);
/php-src/build/
H A Dlibtool.m42306 # but apparently some variants of GNU ld only accept -v.
2338 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
2441 # Let's accept both of them until this is cleared up.
5174 # ICC 10 doesn't accept -KPIC any more.
H A Dax_gcc_func_attribute.m4228 dnl provided but only outputs a warning, so accept the attribute
H A Dltmain.sh3628 $echo "*** Warning: dynamic linker does not accept needed library $i."
3668 $echo "*** Warning: dynamic linker does not accept needed library $i."
/php-src/docs/
H A Drelease-process.md840 The feature freeze for `php-src` means that we will not accept any new features
/php-src/ext/ftp/
H A Dftp.c1651 return accept(s, addr, addrlen); in my_accept()
/php-src/ext/sockets/
H A Dsockets.c265 out_sock->bsd_socket = accept(in_sock->bsd_socket, la, la_len);
/php-src/
H A Dphp.ini-development616 ; Some loggers only accept NVT-ASCII, others accept anything that's not
707 ; Maximum size of POST data that PHP will accept.
1309 ; Strict session mode does not accept an uninitialized session ID, and
H A Dphp.ini-production618 ; Some loggers only accept NVT-ASCII, others accept anything that's not
709 ; Maximum size of POST data that PHP will accept.
1311 ; Strict session mode does not accept an uninitialized session ID, and
/php-src/ext/openssl/tests/
H A Dstream_crypto_flags_003.phpt20 // Only accept TLSv1.0 and TLSv1.2 connections
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt64 $cmd = "openssl s_server -key $serverKeyPath -cert $serverCertPath -accept $port -www -CAfile $clie…
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata_sqltests.phpt168 /* Note: very weak testing, we accept almost any result */
/php-src/ext/spl/
H A Dspl_dllist.c54 #ifdef accept
55 #undef accept
H A Dspl_iterators_arginfo.h320 ZEND_METHOD(CallbackFilterIterator, accept);
395 ZEND_METHOD(RegexIterator, accept);
404 ZEND_METHOD(RecursiveRegexIterator, accept);
426 …ZEND_ME(CallbackFilterIterator, accept, arginfo_class_CallbackFilterIterator_accept, ZEND_ACC_PUBL…
572 ZEND_ME(RegexIterator, accept, arginfo_class_RegexIterator_accept, ZEND_ACC_PUBLIC)
585 …ZEND_ME(RecursiveRegexIterator, accept, arginfo_class_RecursiveRegexIterator_accept, ZEND_ACC_PUBL…
H A Dspl_iterators.c38 #ifdef accept
39 #undef accept
1793 PHP_METHOD(CallbackFilterIterator, accept) in PHP_METHOD() argument
1824 PHP_METHOD(RegexIterator, accept) in PHP_METHOD() argument
2061 PHP_METHOD(RecursiveRegexIterator, accept) in PHP_METHOD() argument
/php-src/sapi/litespeed/
H A Dlsapilib.c1550 pReq->m_fd = accept( pReq->m_fdListen, in LSAPI_Accept_r()
2823 fd = accept( fdListen, (struct sockaddr *)&achPeer, &len ); in lsapi_accept()
/php-src/docs-old/
H A Dparameter-parsing-api.md252 /* Function that doesn't accept any arguments */
H A Dinput-filter.md4 be quite difficult to prevent. Whenever you accept user data and somehow display
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c495 jump_list *accept; member
10130 jump_list *save_accept = common->accept; in compile_assert_matchingpath()
10243 common->accept = NULL; in compile_assert_matchingpath()
10270 common->accept = save_accept; in compile_assert_matchingpath()
10281 if (common->accept != NULL) in compile_assert_matchingpath()
10367 common->accept = save_accept; in compile_assert_matchingpath()
10572 common->accept = save_accept; in compile_assert_matchingpath()
13923 common->accept = NULL; in compile_recurse()
14052 if (common->accept != NULL) in compile_recurse()
14056 set_jumps(common->accept, LABEL()); in compile_recurse()
[all …]
/php-src/sapi/cli/
H A Dphp_cli_server.c2686 client_sock = accept(server->server_sock, sa, &socklen); in php_cli_server_do_event_for_each_fd_callback()
/php-src/sapi/cgi/
H A Dconfig9.m415 AC_MSG_CHECKING([whether cross-process locking is required by accept()])
20 [Define if cross-process locking is required by accept()])
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject_ctor_args.phpt103 User-supplied statement does not accept constructor arguments
H A Dpdo_mysql_attr_server_version.phpt42 // Lets accept also int if it follows the rules from the original MYSQL C API
H A Dpdo_mysql___construct.phpt45 // MySQL Server might accept anonymous connections, don't

Completed in 129 milliseconds

1234