Lines Matching refs:wddx_packet

266 	wddx_packet *packet;  in PS_SERIALIZER_ENCODE_FUNC()
363 void php_wddx_packet_start(wddx_packet *packet, char *comment, size_t comment_len) in php_wddx_packet_start()
386 void php_wddx_packet_end(wddx_packet *packet) in php_wddx_packet_end()
401 static void php_wddx_serialize_string(wddx_packet *packet, zval *var) in php_wddx_serialize_string()
419 static void php_wddx_serialize_number(wddx_packet *packet, zval *var) in php_wddx_serialize_number()
436 static void php_wddx_serialize_boolean(wddx_packet *packet, zval *var) in php_wddx_serialize_boolean()
444 static void php_wddx_serialize_unset(wddx_packet *packet) in php_wddx_serialize_unset()
452 static void php_wddx_serialize_object(wddx_packet *packet, zval *obj) in php_wddx_serialize_object()
543 static void php_wddx_serialize_array(wddx_packet *packet, zval *arr) in php_wddx_serialize_array()
602 void php_wddx_serialize_var(wddx_packet *packet, zval *var, zend_string *name) in php_wddx_serialize_var()
674 static void php_wddx_add_var(wddx_packet *packet, zval *name_var) in php_wddx_add_var()
1134 wddx_packet *packet; in PHP_FUNCTION()
1157 wddx_packet *packet; in PHP_FUNCTION()
1193 wddx_packet *php_wddx_constructor(void) in php_wddx_constructor()
1205 void php_wddx_destructor(wddx_packet *packet) in php_wddx_destructor()
1218 wddx_packet *packet; in PHP_FUNCTION()
1240 wddx_packet *packet = NULL; in PHP_FUNCTION()
1246 …if ((packet = (wddx_packet *)zend_fetch_resource(Z_RES_P(packet_id), "WDDX packet ID", le_wddx)) =… in PHP_FUNCTION()
1268 wddx_packet *packet = NULL; in PHP_FUNCTION()
1274 …if ((packet = (wddx_packet *)zend_fetch_resource(Z_RES_P(packet_id), "WDDX packet ID", le_wddx)) =… in PHP_FUNCTION()