Home
last modified time | relevance | path

Searched refs:send (Results 76 – 100 of 120) sorted by relevance

12345

/PHP-7.1/ext/pgsql/
H A DREADME8 Please send e-mail to yohgaki@php.net if you have comments for
74 send or execute query. If there is result left on connection,
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c66 MYSQLND_METHOD(mysqlnd_pfc, send)(MYSQLND_PFC * const pfc, MYSQLND_VIO * const vio, zend_uchar * co… in MYSQLND_METHOD() argument
462 MYSQLND_METHOD(mysqlnd_pfc, send),
H A Dmysqlnd_wireprotocol.c634 …size_t sent = pfc->data->m.send(pfc, vio, buffer, p - buffer - MYSQLND_HEADER_SIZE, stats, error_i… in php_mysqlnd_auth_write()
806 …size_t sent = pfc->data->m.send(pfc, vio, buffer, p - buffer - MYSQLND_HEADER_SIZE, stats, error_i… in php_mysqlnd_change_auth_response_write()
1044 sent = pfc->data->m.send(pfc, vio, buffer, 1, stats, error_info); in php_mysqlnd_cmd_write()
1059 sent = pfc->data->m.send(pfc, vio, tmp, tmp_len - MYSQLND_HEADER_SIZE, stats, error_info); in php_mysqlnd_cmd_write()
2193 sent = pfc->data->m.send(pfc, vio, buffer, 1, stats, error_info); in php_mysqlnd_sha256_pk_request_write()
/PHP-7.1/main/streams/
H A Dxp_socket.c77 …didwrite = send(sock->socket, buf, XP_SOCK_BUF_SIZE(count), (sock->is_blocked && ptimeout) ? MSG_D… in php_sockop_write()
258 …return ((ret = send(sock->socket, buf, buflen > INT_MAX ? INT_MAX : (int)buflen, flags)) == SOCK_C… in sock_sendto()
260 return ((ret = send(sock->socket, buf, buflen, flags)) == SOCK_CONN_ERR) ? -1 : ret; in sock_sendto()
/PHP-7.1/ext/mysqli/tests/
H A Dbug52891.phpt44 /* first insert normal value to force initial send of types */
H A Dmysqli_no_reconnect.phpt85 the server always manages to send a full a reply. Whereas MySQl 5.5
H A Dmysqli_change_user_old.phpt107 (empty db = no db send with COM_CHANGE_USER) */
H A Dmysqli_change_user.phpt94 (empty db = no db send with COM_CHANGE_USER) */
H A Dmysqli_fork.phpt98 /* send row to parent */
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_io.c167 sent = send(sock, p, i, 0);
/PHP-7.1/
H A DCONTRIBUTING.md57 send patches anonymously via [the online editor](https://edit.php.net/), or you
H A DREADME.RELEASE_PROCESS197 so that they can build releases. Do not send this announcement to any public lists.
274 10. Wait an hour or two, then send a mail to php-announce@lists.php.net,
312 5. Wait an hour or two, then send a mail to php-announce@lists.php.net,
H A DREADME.SUBMITTING_PATCH48 Fork the official PHP repository and send a pull request. A
181 - Did I send the patch to the right mail list?
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c1003 nbytes_sent = send(fd, chunk->data.heap.p, (int)chunk->data.heap.len, 0); in php_cli_server_content_sender_send()
1005 nbytes_sent = send(fd, chunk->data.heap.p, chunk->data.heap.len, 0); in php_cli_server_content_sender_send()
1030 nbytes_sent = send(fd, chunk->data.immortal.p, (int)chunk->data.immortal.len, 0); in php_cli_server_content_sender_send()
1032 nbytes_sent = send(fd, chunk->data.immortal.p, chunk->data.immortal.len, 0); in php_cli_server_content_sender_send()
1807 nbytes_sent = send(client->sock, str + str_len - nbytes_left, nbytes_left, 0); in php_cli_server_client_send_through()
/PHP-7.1/win32/build/
H A Dphpize.js.in12 | obtain it through the world-wide-web, please send a note to |
/PHP-7.1/ext/json/
H A Djson_scanner.re12 | obtain it through the world-wide-web, please send a note to |
/PHP-7.1/Zend/
H A DOBJECTS2_HOWTO64 This method is meant to be used for send-by-reference and assign-by-reference
H A Dzend_generators.c1016 ZEND_METHOD(Generator, send) in ZEND_METHOD() argument
1260 ZEND_ME(Generator, send, arginfo_generator_send, ZEND_ACC_PUBLIC)
H A DZEND_CHANGES1104 buffering and send out the buffered contents, ob_end_clean() to
1109 effectively send header information all throughout your file,
/PHP-7.1/win32/
H A Dsendmail.c887 if ((slen = send(PW32G(mail_socket), msg + index, len, 0)) < 1) in Post()
/PHP-7.1/sapi/litespeed/
H A DREADME.md221 For bug report, please send bug report to bug [at] litespeedtech.com.
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.re12 | obtain it through the world-wide-web, please send a note to |
/PHP-7.1/ext/filter/docs/
H A Dfilter.txt50 quotes or slashes added - it will be the pure data as send by the browser.
/PHP-7.1/ext/ftp/tests/
H A Dserver.inc281 // there are some servers that don't open the ftp-data socket if there's nothing to send
/PHP-7.1/ext/sockets/
H A Dsockets.c1132 retval = send(php_sock->bsd_socket, str, min(length, str_len), 0);
1672 retval = send(php_sock->bsd_socket, buf, (buf_len < (size_t)len ? buf_len : (size_t)len), flags);

Completed in 95 milliseconds

12345