Home
last modified time | relevance | path

Searched refs:smart_string (Results 1 – 10 of 10) sorted by relevance

/php-src/Zend/
H A Dzend_smart_string.h33 smart_string_appendl_ex((str), ((smart_string *)(src))->c, \
34 ((smart_string *)(src))->len, (what));
51 ZEND_API void ZEND_FASTCALL _smart_string_alloc_persistent(smart_string *str, size_t len);
52 ZEND_API void ZEND_FASTCALL _smart_string_alloc(smart_string *str, size_t len);
54 static zend_always_inline size_t smart_string_alloc(smart_string *str, size_t len, bool persistent)… in smart_string_alloc()
65 static zend_always_inline void smart_string_free_ex(smart_string *str, bool persistent) { in smart_string_free_ex()
73 static zend_always_inline void smart_string_0(smart_string *str) { in smart_string_0()
79 static zend_always_inline void smart_string_appendc_ex(smart_string *dest, char ch, bool persistent… in smart_string_appendc_ex()
91 static zend_always_inline void smart_string_append_long_ex(smart_string *dest, zend_long num, bool … in smart_string_append_long_ex()
103 static zend_always_inline void smart_string_setl(smart_string *dest, char *src, size_t len) { in smart_string_setl()
[all …]
H A Dzend_smart_string_public.h27 } smart_string; typedef
H A Dzend_smart_str.c139 ZEND_API void ZEND_FASTCALL _smart_string_alloc_persistent(smart_string *str, size_t len) in _smart_string_alloc_persistent()
159 ZEND_API void ZEND_FASTCALL _smart_string_alloc(smart_string *str, size_t len) in _smart_string_alloc()
H A Dzend.h254 void (*printf_to_smart_string_function)(smart_string *buf, const char *format, va_list ap);
363 extern void (*zend_printf_to_smart_string)(smart_string *buf, const char *format, va_list ap);
H A Dzend.c91 void (*zend_printf_to_smart_string)(smart_string *buf, const char *format, va_list ap);
285 smart_string buf = {0}; in ZEND_INI_END()
/php-src/main/
H A Dspprintf.c116 smart_string_appendc((smart_string *)(xbuf), (ch)); \
124 smart_string_appendl((smart_string *)(xbuf), (str), (len)); \
132 smart_string_alloc(((smart_string *)(xbuf)), (count), 0); \
133 memset(((smart_string *)(xbuf))->c + ((smart_string *)(xbuf))->len, (ch), (count)); \
134 ((smart_string *)(xbuf))->len += (count); \
686 …*(va_arg(ap, int *)) = is_char? (int)((smart_string *)xbuf)->len : (int)ZSTR_LEN(((smart_str *)xbu… in xbuf_format_converter()
776 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_string()
H A Dspprintf.h25 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap);
H A Dphp_syslog.c37 smart_string sbuf = {0}; in php_syslog_str()
H A Drfc1867.c376 smart_string buf_value = {0}; in multipart_buffer_headers()
/php-src/ext/snmp/
H A Dsnmp.c954 smart_string err = {0}; in netsnmp_session_set_auth_protocol()

Completed in 80 milliseconds