Home
last modified time | relevance | path

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

/PHP-7.3/ext/wddx/
H A Dphp_wddx_api.h50 #define php_wddx_add_chunk_ex(packet, str, len) smart_str_appendl(packet, str, len) macro
H A Dwddx.c372 php_wddx_add_chunk_ex(packet, ZSTR_VAL(escaped), ZSTR_LEN(escaped)); in php_wddx_packet_start()
395 php_wddx_add_chunk_ex(packet, buf, l); \
409 php_wddx_add_chunk_ex(packet, ZSTR_VAL(buf), ZSTR_LEN(buf)); in php_wddx_serialize_string()
483 php_wddx_add_chunk_ex(packet, ZSTR_VAL(class_name), ZSTR_LEN(class_name)); in php_wddx_serialize_object()
507 php_wddx_add_chunk_ex(packet, ZSTR_VAL(class_name), ZSTR_LEN(class_name)); in php_wddx_serialize_object()

Completed in 15 milliseconds