Lines Matching refs:wddx_packet
266 wddx_packet *packet; in PS_SERIALIZER_ENCODE_FUNC()
369 void php_wddx_packet_start(wddx_packet *packet, char *comment, int comment_len) in php_wddx_packet_start()
387 void php_wddx_packet_end(wddx_packet *packet) in php_wddx_packet_end()
402 static void php_wddx_serialize_string(wddx_packet *packet, zval *var TSRMLS_DC) in php_wddx_serialize_string()
422 static void php_wddx_serialize_number(wddx_packet *packet, zval *var) in php_wddx_serialize_number()
439 static void php_wddx_serialize_boolean(wddx_packet *packet, zval *var) in php_wddx_serialize_boolean()
447 static void php_wddx_serialize_unset(wddx_packet *packet) in php_wddx_serialize_unset()
455 static void php_wddx_serialize_object(wddx_packet *packet, zval *obj) in php_wddx_serialize_object()
555 static void php_wddx_serialize_array(wddx_packet *packet, zval *arr) in php_wddx_serialize_array()
627 void php_wddx_serialize_var(wddx_packet *packet, zval *var, char *name, int name_len TSRMLS_DC) in php_wddx_serialize_var()
692 static void php_wddx_add_var(wddx_packet *packet, zval *name_var) in php_wddx_add_var()
1164 wddx_packet *packet; in PHP_FUNCTION()
1187 wddx_packet *packet; in PHP_FUNCTION()
1219 wddx_packet *php_wddx_constructor(void) in php_wddx_constructor()
1232 void php_wddx_destructor(wddx_packet *packet) in php_wddx_destructor()
1245 wddx_packet *packet; in PHP_FUNCTION()
1267 wddx_packet *packet = NULL; in PHP_FUNCTION()
1273 ZEND_FETCH_RESOURCE(packet, wddx_packet *, &packet_id, -1, "WDDX packet ID", le_wddx); in PHP_FUNCTION()
1292 wddx_packet *packet = NULL; in PHP_FUNCTION()
1298 …if (!ZEND_FETCH_RESOURCE_NO_RETURN(packet, wddx_packet *, &packet_id, -1, "WDDX packet ID", le_wdd… in PHP_FUNCTION()