Home
last modified time | relevance | path

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

/PHP-5.4/ext/wddx/
H A Dphp_wddx_api.h48 #define WDDX_VAR_S "<var name='%s'>" macro
H A Dwddx.c480 snprintf(tmp_buf, WDDX_BUF_LEN, WDDX_VAR_S, PHP_CLASS_NAME_VAR); in php_wddx_serialize_object()
514 snprintf(tmp_buf, WDDX_BUF_LEN, WDDX_VAR_S, PHP_CLASS_NAME_VAR); in php_wddx_serialize_object()
636 tmp_buf = emalloc(name_esc_len + sizeof(WDDX_VAR_S)); in php_wddx_serialize_var()
637 snprintf(tmp_buf, name_esc_len + sizeof(WDDX_VAR_S), WDDX_VAR_S, name_esc); in php_wddx_serialize_var()

Completed in 7 milliseconds