Searched refs:php_wddx_add_chunk_ex (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/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); 396 php_wddx_add_chunk_ex(packet, buf, l); \ 412 php_wddx_add_chunk_ex(packet, buf, buf_len); 483 php_wddx_add_chunk_ex(packet, class_name, name_len); 517 php_wddx_add_chunk_ex(packet, class_name, name_len);
|
Completed in 4 milliseconds