Home
last modified time | relevance | path

Searched refs:accept (Results 76 – 95 of 95) sorted by relevance

1234

/php-src/sapi/litespeed/
H A DREADME.md77 have lsphp accept request on Unix domain socket `/tmp/lsphp_manual.sock`.
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/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt40 /* For ISO-2022-JP-KDDI, we only accept the first range of MicroSoft
H A Dmb_detect_encoding.phpt151 die("Don't accept a BOM in the middle of a string");
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt45 // MySQL Server might accept anonymous connections, don't
/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/main/
H A Dnetwork.c731 clisock = accept(srvsock, (struct sockaddr*)&sa, &sl);
H A Dfastcgi.c1397 req->fd = accept(listen_socket, (struct sockaddr *)&sa, &len);
/php-src/ext/mbstring/libmbfl/
H A DLICENSE357 9. You are not required to accept this License, since you have not
360 prohibited by law if you do not accept this License. Therefore, by
/php-src/ext/bcmath/libbcmath/
H A DLICENSE360 9. You are not required to accept this License, since you have not
363 prohibited by law if you do not accept this License. Therefore, by
/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/ftp/
H A Dftp.c1651 return accept(s, addr, addrlen); in my_accept()
/php-src/build/
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."
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.
/php-src/ext/sockets/
H A Dsockets.c265 out_sock->bsd_socket = accept(in_sock->bsd_socket, la, la_len);
/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/docs/
H A Drelease-process.md840 The feature freeze for `php-src` means that we will not accept any new features
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1321 # so don't accept as MP3 until we've tested the rate
35903 # FIXME figure out how to accept any of [space], [tab], [newline] and
H A Dmagic1321 # so don't accept as MP3 until we've tested the rate
35903 # FIXME figure out how to accept any of [space], [tab], [newline] and

Completed in 307 milliseconds

1234