Home
last modified time | relevance | path

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

/PHP-7.1/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.c374 php_wddx_add_chunk_ex(packet, ZSTR_VAL(escaped), ZSTR_LEN(escaped)); in php_wddx_packet_start()
397 php_wddx_add_chunk_ex(packet, buf, l); \
411 php_wddx_add_chunk_ex(packet, ZSTR_VAL(buf), ZSTR_LEN(buf)); in php_wddx_serialize_string()
485 php_wddx_add_chunk_ex(packet, ZSTR_VAL(class_name), ZSTR_LEN(class_name)); in php_wddx_serialize_object()
509 php_wddx_add_chunk_ex(packet, ZSTR_VAL(class_name), ZSTR_LEN(class_name)); in php_wddx_serialize_object()

Completed in 8 milliseconds