Home
last modified time | relevance | path

Searched refs:php_wddx_add_chunk_static (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/wddx/
H A Dwddx.c275 php_wddx_add_chunk_static(packet, WDDX_STRUCT_S); in PS_SERIALIZER_ENCODE_FUNC()
281 php_wddx_add_chunk_static(packet, WDDX_STRUCT_E); in PS_SERIALIZER_ENCODE_FUNC()
367 php_wddx_add_chunk_static(packet, WDDX_PACKET_S); in php_wddx_packet_start()
380 php_wddx_add_chunk_static(packet, WDDX_HEADER); in php_wddx_packet_start()
382 php_wddx_add_chunk_static(packet, WDDX_DATA_S); in php_wddx_packet_start()
390 php_wddx_add_chunk_static(packet, WDDX_DATA_E); in php_wddx_packet_end()
391 php_wddx_add_chunk_static(packet, WDDX_PACKET_E); in php_wddx_packet_end()
448 php_wddx_add_chunk_static(packet, WDDX_NULL); in php_wddx_serialize_unset()
487 php_wddx_add_chunk_static(packet, WDDX_VAR_E); in php_wddx_serialize_object()
511 php_wddx_add_chunk_static(packet, WDDX_VAR_E); in php_wddx_serialize_object()
[all …]
H A Dphp_wddx_api.h53 #define php_wddx_add_chunk_static(packet, str) smart_str_appendl(packet, str, sizeof(str)-1) macro

Completed in 8 milliseconds