Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dphp_smart_str.h118 smart_str *__dest = (smart_str *) (dest); \
120 smart_str_alloc4(__dest, (nlen), (what), __nl); \
121 memcpy(__dest->c + __dest->len, (src), (nlen)); \
122 __dest->len = __nl; \
/PHP-5.6/Zend/
H A Dzend_API.h425 …soc_string(__arg, __key, __str, __dest, __duplicate) add_get_assoc_string_ex(__arg, __key, strlen(… argument
426 …, __key, __str, __length, __dest, __duplicate) add_get_assoc_stringl_ex(__arg, __key, strlen(__key… argument

Completed in 11 milliseconds