Home
last modified time | relevance | path

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

/PHP-5.5/ext/wddx/
H A Dphp_wddx_api.h52 #define php_wddx_add_chunk_ex(packet, str, len) smart_str_appendl(packet, str, len) macro
H A Dwddx.c378 php_wddx_add_chunk_ex(packet, comment, comment_len); in php_wddx_packet_start()
399 php_wddx_add_chunk_ex(packet, buf, l); \
415 php_wddx_add_chunk_ex(packet, buf, buf_len); in php_wddx_serialize_string()
486 php_wddx_add_chunk_ex(packet, class_name, name_len); in php_wddx_serialize_object()
520 php_wddx_add_chunk_ex(packet, class_name, name_len); in php_wddx_serialize_object()

Completed in 9 milliseconds