Lines Matching refs:wddx_packet

268 	wddx_packet *packet;  in PS_SERIALIZER_ENCODE_FUNC()
365 void php_wddx_packet_start(wddx_packet *packet, char *comment, size_t comment_len) in php_wddx_packet_start()
388 void php_wddx_packet_end(wddx_packet *packet) in php_wddx_packet_end()
403 static void php_wddx_serialize_string(wddx_packet *packet, zval *var) in php_wddx_serialize_string()
421 static void php_wddx_serialize_number(wddx_packet *packet, zval *var) in php_wddx_serialize_number()
438 static void php_wddx_serialize_boolean(wddx_packet *packet, zval *var) in php_wddx_serialize_boolean()
446 static void php_wddx_serialize_unset(wddx_packet *packet) in php_wddx_serialize_unset()
454 static void php_wddx_serialize_object(wddx_packet *packet, zval *obj) in php_wddx_serialize_object()
545 static void php_wddx_serialize_array(wddx_packet *packet, zval *arr) in php_wddx_serialize_array()
604 void php_wddx_serialize_var(wddx_packet *packet, zval *var, zend_string *name) in php_wddx_serialize_var()
676 static void php_wddx_add_var(wddx_packet *packet, zval *name_var) in php_wddx_add_var()
1142 wddx_packet *packet; in PHP_FUNCTION()
1165 wddx_packet *packet; in PHP_FUNCTION()
1201 wddx_packet *php_wddx_constructor(void) in php_wddx_constructor()
1213 void php_wddx_destructor(wddx_packet *packet) in php_wddx_destructor()
1226 wddx_packet *packet; in PHP_FUNCTION()
1248 wddx_packet *packet = NULL; in PHP_FUNCTION()
1254 …if ((packet = (wddx_packet *)zend_fetch_resource(Z_RES_P(packet_id), "WDDX packet ID", le_wddx)) =… in PHP_FUNCTION()
1276 wddx_packet *packet = NULL; in PHP_FUNCTION()
1282 …if ((packet = (wddx_packet *)zend_fetch_resource(Z_RES_P(packet_id), "WDDX packet ID", le_wddx)) =… in PHP_FUNCTION()