/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.c | 350 packet->error, sizeof(packet->error), in php_mysqlnd_greet_read() 351 &packet->error_no, packet->sqlstate in php_mysqlnd_greet_read() 438 packet->protocol_version, packet->server_version, packet->thread_id); in php_mysqlnd_greet_read() 441 packet->server_capabilities, packet->charset_no, packet->server_status, in php_mysqlnd_greet_read() 709 &packet->error_no, packet->sqlstate in php_mysqlnd_auth_response_read() 754 packet->affected_rows, packet->last_insert_id, packet->server_status, in php_mysqlnd_auth_response_read() 894 packet->affected_rows, packet->last_insert_id, packet->server_status, in php_mysqlnd_ok_read() 980 packet->field_count, packet->server_status, packet->warning_count); in php_mysqlnd_eof_read() 1030 if (!packet->argument || !packet->arg_len) { in php_mysqlnd_cmd_write() 1956 packet->message_len = packet->header.size; in php_mysqlnd_stats_read() [all …]
|
H A D | mysqlnd_wireprotocol.h | 37 #define PACKET_WRITE(packet, conn) ((packet)->header.m->write_to_net((packet), (conn))) argument 38 #define PACKET_READ(packet, conn) ((packet)->header.m->read_from_net((packet), (conn))) argument 39 #define PACKET_FREE(packet) \ argument 41 DBG_INF_FMT("PACKET_FREE(%p)", packet); \ 42 if ((packet)) { \ 43 ((packet)->header.m->free_mem((packet), FALSE)); \ 52 enum_func_status (*read_from_net)(void * packet, MYSQLND_CONN_DATA * conn); 53 size_t (*write_to_net)(void * packet, MYSQLND_CONN_DATA * conn); 54 void (*free_mem)(void *packet, zend_bool stack_allocation); 301 zend_ulong php_mysqlnd_net_field_length(zend_uchar **packet); [all …]
|
/PHP-7.0/ext/wddx/ |
H A D | php_wddx_api.h | 51 #define php_wddx_add_chunk(packet, str) smart_str_appends(packet, str) argument 52 #define php_wddx_add_chunk_ex(packet, str, len) smart_str_appendl(packet, str, len) argument 53 #define php_wddx_add_chunk_static(packet, str) smart_str_appendl(packet, str, sizeof(str)-1) argument 58 void php_wddx_destructor(wddx_packet *packet); 60 void php_wddx_packet_start(wddx_packet *packet, char *comment, size_t comment_len); 61 void php_wddx_packet_end(wddx_packet *packet); 63 void php_wddx_serialize_var(wddx_packet *packet, zval *var, zend_string *name); 65 #define php_wddx_gather(packet) estrndup(packet->c, packet->len) argument
|
H A D | wddx.c | 268 wddx_packet *packet; in PS_SERIALIZER_ENCODE_FUNC() local 283 smart_str_0(packet); in PS_SERIALIZER_ENCODE_FUNC() 1142 wddx_packet *packet; in PHP_FUNCTION() local 1153 smart_str_0(packet); in PHP_FUNCTION() 1165 wddx_packet *packet; in PHP_FUNCTION() local 1192 smart_str_0(packet); in PHP_FUNCTION() 1203 smart_str *packet; in php_wddx_constructor() local 1207 return packet; in php_wddx_constructor() 1216 efree(packet); in php_wddx_destructor() 1226 wddx_packet *packet; in PHP_FUNCTION() local [all …]
|
/PHP-7.0/ext/sockets/tests/ |
H A D | mcast_ipv6_recv.phpt | 26 $r = socket_sendto($s, $m = "testing packet", strlen($m), 0, 'ff01::114', 3000); 28 die('skip unable to send multicast packet.'); 191 string(14) "testing packet" 194 1> initial packet 199 2> unicast packet 203 3> mcast packet 208 4> unicast packet 212 5> mcast packet 217 6> unicast packet 221 7> mcast packet from desired source [all …]
|
H A D | mcast_ipv4_recv.phpt | 50 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, 3000); 68 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "127.0.0.1", 3000); 80 $r = socket_sendto($sends1, $m = "mcast packet", strlen($m), 0, $mcastaddr, 3000); 164 1> initial packet 169 2> unicast packet 174 3> mcast packet 179 4> unicast packet 183 5> mcast packet from 127.0.0.1 188 6> unicast packet 192 7> mcast packet from 127.0.0.1 [all …]
|
H A D | mcast_ipv6_recv_limited.phpt | 23 $r = socket_sendto($s, $m = "testing packet", strlen($m), 0, 'ff01::114', 3000); 25 die('skip unable to send multicast packet.'); 67 $r = socket_sendto($sends1, $m = "testing packet", strlen($m), 0, $mcastaddr, 3000); 74 $r = socket_sendto($sends1, $m = "initial packet", strlen($m), 0, $mcastaddr, 3000); 90 $r = socket_sendto($sends1, $m = "ignored mcast packet", strlen($m), 0, $mcastaddr, 3000); 92 $r = socket_sendto($sends1, $m = "unicast packet", strlen($m), 0, "::1", 3000); 102 $r = socket_sendto($sends1, $m = "mcast packet", strlen($m), 0, $mcastaddr, 3000); 119 string(14) "testing packet" 122 1> initial packet 127 2> unicast packet [all …]
|
H A D | socket_recvmsg.phpt | 38 $r = socket_sendto($sends1, $m = "testing packet", strlen($m), 0, $addr, 3000); 88 [0] => testing packet
|
/PHP-7.0/ext/wddx/tests/ |
H A D | 002.phpt | 2 wddx packet construction using wddx ressource 16 // add vars to packet
|
/PHP-7.0/ext/snmp/tests/ |
H A D | snmp2_get.phpt | 92 Warning: snmp2_get(): Error in packet at 'SNMPv2-MIB::sysDescr.110': No Such Instance currently exi… 96 Warning: snmp2_get(): Error in packet at 'SNMPv2-MIB::sysDescr.110': No Such Instance currently exi… 100 Warning: snmp2_get(): Error in packet at 'SNMPv2-MIB::sysUpTime.220': No Such Instance currently ex…
|
H A D | snmpget.phpt | 94 Warning: snmpget(): Error in packet at 'SNMPv2-MIB::sysDescr.110': (noSuchName) There is no such va… 98 Warning: snmpget(): Error in packet at 'SNMPv2-MIB::sysDescr.110': (noSuchName) There is no such va… 102 Warning: snmpget(): Error in packet at 'SNMPv2-MIB::sysUpTime.220': (noSuchName) There is no such v…
|
H A D | snmp-object-errno-errstr.phpt | 113 %string|unicode%(%d) "Error in packet %s" 139 string(74) "Can not fit all OIDs for SET query into one packet, using multiple queries" 144 string(74) "Can not fit all OIDs for SET query into one packet, using multiple queries"
|
H A D | snmp2_set-nomib.phpt | 48 Warning: snmp2_set(): Error in packet at '%s': notWritable (That object does not support modificati…
|
H A D | snmpset-nomib.phpt | 49 Warning: snmpset(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
|
H A D | snmprealwalk.phpt | 85 Warning: snmprealwalk(): Error in packet at '%s': (noSuchName) There is no such variable name in th…
|
H A D | snmp2_real_walk.phpt | 85 Warning: snmp2_real_walk(): Error in packet at '%s': No more variables left in this MIB View (It is…
|
H A D | snmp2_set.phpt | 159 Warning: snmp2_set(): Error in packet at '%s': notWritable (That object does not support modificati… 227 Warning: snmp2_set(): Error in packet at '%s': %rnoCreation|notWritable%r (%s) in %s on line %d 233 Warning: snmp2_set(): Error in packet at '%s': %rnoCreation|notWritable%r (%s) in %s on line %d
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_stmt_send_long_data_packet_size_libmysql.phpt | 2 mysqli_stmt_send_long_data() - exceed packet size, libmysql - bug #26824 45 // maximum packet size up to which we test is 10M
|
H A D | mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt | 2 mysqli_stmt_send_long_data() - exceed packet size, mysqlnd 45 // maximum packet size up to which we test is 10M
|
H A D | bug_bits.phpt | 2 Bug (Incorrectly decoding bit values / Malformed server packet. Field length pointing)
|
H A D | mysqli_fetch_array_large.phpt | 30 myslqnd - [1153] Got a packet bigger than 'max_allowed_packet' bytes 136 printf("stop: packet size - %d\n", $package_size);
|
H A D | mysqli_poll_kill.phpt | 91 // Yes, 1 - fetch OK packet of kill! 204 Warning: Error while sending QUERY packet. %s
|
/PHP-7.0/sapi/fpm/tests/ |
H A D | fcgi.inc | 269 * Build a FastCGI packet 271 * @param Integer $type Type of the packet 272 * @param String $content Content of the packet 360 * @param String $data String containing all the packet 382 if ($packet = fread($this->_sock, self::HEADER_LEN)) { 383 $resp = $this->decodePacketHeader($packet);
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | fread_fwrite_basic.phpt | 17 reached, (for network streams) when a packet becomes available, or (after
|
/PHP-7.0/ext/soap/ |
H A D | TODO.old | 14 make the 'soap' packet abstract.. maybe incorperate xml-rpc
|