Searched refs:php_wddx_add_chunk_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/wddx/ |
H A D | php_wddx_api.h | 52 #define php_wddx_add_chunk_ex(packet, str, len) smart_str_appendl(packet, str, len) macro
|
H A D | wddx.c | 375 php_wddx_add_chunk_ex(packet, comment, comment_len); in php_wddx_packet_start() 396 php_wddx_add_chunk_ex(packet, buf, l); \ 412 php_wddx_add_chunk_ex(packet, buf, buf_len); in php_wddx_serialize_string() 483 php_wddx_add_chunk_ex(packet, class_name, name_len); in php_wddx_serialize_object() 517 php_wddx_add_chunk_ex(packet, class_name, name_len); in php_wddx_serialize_object()
|
Completed in 11 milliseconds