Home
last modified time | relevance | path

Searched refs:packet (Results 1 – 25 of 39) sorted by relevance

12

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c353 packet->error, sizeof(packet->error), in php_mysqlnd_greet_read()
354 &packet->error_no, packet->sqlstate in php_mysqlnd_greet_read()
441 packet->protocol_version, packet->server_version, packet->thread_id); in php_mysqlnd_greet_read()
444 packet->server_capabilities, packet->charset_no, packet->server_status, in php_mysqlnd_greet_read()
674 &packet->error_no, packet->sqlstate in php_mysqlnd_auth_response_read()
719 packet->affected_rows, packet->last_insert_id, packet->server_status, in php_mysqlnd_auth_response_read()
859 packet->affected_rows, packet->last_insert_id, packet->server_status, in php_mysqlnd_ok_read()
945 packet->field_count, packet->server_status, packet->warning_count); in php_mysqlnd_eof_read()
995 if (!packet->argument || !packet->arg_len) { in php_mysqlnd_cmd_write()
1900 packet->message_len = packet->header.size; in php_mysqlnd_stats_read()
[all …]
H A Dmysqlnd_wireprotocol.h39 #define PACKET_WRITE(packet, conn) ((packet)->header.m->write_to_net((packet), (conn) TSRMLS_CC)) argument
40 #define PACKET_READ(packet, conn) ((packet)->header.m->read_from_net((packet), (conn) TSRMLS_CC)) argument
41 #define PACKET_FREE(packet) \ argument
43 DBG_INF_FMT("PACKET_FREE(%p)", packet); \
44 if ((packet)) { \
45 ((packet)->header.m->free_mem((packet), FALSE TSRMLS_CC)); \
54 enum_func_status (*read_from_net)(void * packet, MYSQLND_CONN_DATA * conn TSRMLS_DC);
55 size_t (*write_to_net)(void * packet, MYSQLND_CONN_DATA * conn TSRMLS_DC);
56 void (*free_mem)(void *packet, zend_bool stack_allocation TSRMLS_DC);
303 unsigned long php_mysqlnd_net_field_length(zend_uchar **packet);
[all …]
/PHP-5.5/ext/wddx/
H A Dphp_wddx_api.h51 #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, int comment_len);
61 void php_wddx_packet_end(wddx_packet *packet);
63 void php_wddx_serialize_var(wddx_packet *packet, zval *var, char *name, int name_len TSRMLS_DC);
65 #define php_wddx_gather(packet) estrndup(packet->c, packet->len) argument
H A Dwddx.c266 wddx_packet *packet; in PS_SERIALIZER_ENCODE_FUNC() local
1195 ZVAL_STRINGL(return_value, packet->c, packet->len, 1); in PHP_FUNCTION()
1197 efree(packet); in PHP_FUNCTION()
1230 ZVAL_STRINGL(return_value, packet->c, packet->len, 1); in PHP_FUNCTION()
1232 efree(packet); in PHP_FUNCTION()
1243 packet->c = NULL; in php_wddx_constructor()
1245 return packet; in php_wddx_constructor()
1254 efree(packet); in php_wddx_destructor()
1298 ZVAL_STRINGL(return_value, packet->c, packet->len, 1); in PHP_FUNCTION()
1322 if (!packet) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt26 $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 Dmcast_ipv4_recv.phpt50 $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 Dmcast_ipv6_recv_limited.phpt23 $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 Dsocket_recvmsg.phpt38 $r = socket_sendto($sends1, $m = "testing packet", strlen($m), 0, $addr, 3000);
88 [0] => testing packet
/PHP-5.5/ext/wddx/tests/
H A D002.phpt2 wddx packet construction using wddx ressource
16 // add vars to packet
/PHP-5.5/ext/snmp/tests/
H A Dsnmp2_get.phpt92 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 Dsnmpget.phpt94 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 Dsnmp-object-errno-errstr.phpt113 %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 Dsnmp2_set-nomib.phpt48 Warning: snmp2_set(): Error in packet at '%s': notWritable (That object does not support modificati…
H A Dsnmpset-nomib.phpt49 Warning: snmpset(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
H A Dsnmprealwalk.phpt85 Warning: snmprealwalk(): Error in packet at '%s': (noSuchName) There is no such variable name in th…
H A Dsnmp2_real_walk.phpt85 Warning: snmp2_real_walk(): Error in packet at '%s': No more variables left in this MIB View (It is…
H A Dsnmp2_set.phpt159 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
H A Dsnmpset.phpt159 Warning: snmpset(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
227 Warning: snmpset(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
233 Warning: snmpset(): Error in packet at '%s': (noSuchName) There is no such variable name in this MI…
H A Dsnmp2_walk.phpt98 Warning: snmp2_walk(): Error in packet at '%s': No more variables left in this MIB View (It is past…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt2 mysqli_stmt_send_long_data() - exceed packet size, libmysql - bug #26824
45 // maximum packet size up to which we test is 10M
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt2 mysqli_stmt_send_long_data() - exceed packet size, mysqlnd
45 // maximum packet size up to which we test is 10M
H A Dmysqli_fetch_array_large.phpt30 myslqnd - [1153] Got a packet bigger than 'max_allowed_packet' bytes
136 printf("stop: packet size - %d\n", $package_size);
H A Dmysqli_poll_kill.phpt91 // Yes, 1 - fetch OK packet of kill!
193 Warning: Error while sending QUERY packet. %s
/PHP-5.5/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt17 reached, (for network streams) when a packet becomes available, or (after
/PHP-5.5/ext/soap/
H A DTODO.old14 make the 'soap' packet abstract.. maybe incorperate xml-rpc

Completed in 44 milliseconds

12