Home
last modified time | relevance | path

Searched refs:smart_str (Results 1 – 25 of 83) sorted by relevance

1234

/PHP-8.0/ext/standard/
H A Durl_scanner_ex.h38 smart_str tag; /* read only */
39 smart_str arg; /* read only */
40 smart_str val; /* read only */
41 smart_str buf;
44 smart_str result;
47 smart_str form_app, url_app;
55 smart_str attr_val;
H A Dphp_http.h23 PHPAPI void php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
H A Dphp_var.h27 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf);
34 PHPAPI void php_var_serialize(smart_str *buf, zval *struc, php_serialize_data_t *data);
H A Dvar.c409 …y_element_export(zval *zv, zend_ulong index, zend_string *key, int level, smart_str *buf) /* {{{ */ in php_array_element_export()
462 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf) /* {{{ */ in php_var_export_ex()
602 smart_str buf = {0}; in php_var_export()
615 smart_str buf = {0}; in PHP_FUNCTION()
635 static void php_var_serialize_intern(smart_str *buf, zval *struc, php_serialize_data_t var_hash);
683 static inline void php_var_serialize_long(smart_str *buf, zend_long val) /* {{{ */ in php_var_serialize_long()
691 static inline void php_var_serialize_string(smart_str *buf, char *str, size_t len) /* {{{ */ in php_var_serialize_string()
701 static inline zend_bool php_var_serialize_class_name(smart_str *buf, zval *struc) /* {{{ */ in php_var_serialize_class_name()
932 static void php_var_serialize_intern(smart_str *buf, zval *struc, php_serialize_data_t var_hash) /*… in php_var_serialize_intern()
1110 PHPAPI void php_var_serialize(smart_str *buf, zval *struc, php_serialize_data_t *data) /* {{{ */ in php_var_serialize()
[all …]
H A Durl_scanner_ex.re183 static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const c…
586 smart_str surl = {0};
587 smart_str buf = {0};
588 smart_str url_app = {0};
730 smart_str sname = {0};
731 smart_str svalue = {0};
732 smart_str hname = {0};
733 smart_str hvalue = {0};
839 smart_str sname = {0};
840 smart_str hname = {0};
[all …]
H A Dmail.c101 static void php_mail_build_headers_elems(smart_str *s, zend_string *key, zval *val);
103 static void php_mail_build_headers_elem(smart_str *s, zend_string *key, zval *val) in php_mail_build_headers_elem()
129 static void php_mail_build_headers_elems(smart_str *s, zend_string *key, zval *val) in php_mail_build_headers_elems()
153 smart_str s = {0}; in php_mail_build_headers()
H A Dhttp.c24 PHPAPI void php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, in php_url_encode_hash_ex()
228 smart_str formstr = {0}; in PHP_FUNCTION()
/PHP-8.0/Zend/
H A Dzend_smart_str.h49 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len);
50 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len);
51 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
52 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...)
57 static zend_always_inline size_t smart_str_alloc(smart_str *str, size_t len, zend_bool persistent) { in END_EXTERN_C()
81 static zend_always_inline void smart_str_free_ex(smart_str *str, zend_bool persistent) { in smart_str_free_ex()
89 static zend_always_inline void smart_str_0(smart_str *str) { in smart_str_0()
95 static zend_always_inline size_t smart_str_get_len(smart_str *str) { in smart_str_get_len()
99 static zend_always_inline zend_string *smart_str_extract(smart_str *str) { in smart_str_extract()
127 static zend_always_inline void smart_str_append_smart_str_ex(smart_str *dest, const smart_str *src,… in smart_str_append_smart_str_ex()
[all …]
H A Dzend_smart_str_public.h23 } smart_str; typedef
H A Dzend_smart_str.c29 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len) in smart_str_erealloc()
43 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len) in smart_str_realloc()
76 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l) { in smart_str_append_escaped()
115 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...) { in smart_str_append_printf()
H A Dzend_ast.c962 static ZEND_COLD void zend_ast_export_str(smart_str *str, zend_string *s) in zend_ast_export_str()
977 static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr()
1022 static ZEND_COLD void zend_ast_export_indent(smart_str *str, int indent) in zend_ast_export_indent()
1181 static ZEND_COLD void zend_ast_export_var_list(smart_str *str, zend_ast_list *list, int indent) in zend_ast_export_var_list()
1198 static ZEND_COLD void zend_ast_export_stmt(smart_str *str, zend_ast *ast, int indent) in zend_ast_export_stmt()
1240 static ZEND_COLD void zend_ast_export_if_stmt(smart_str *str, zend_ast_list *list, int indent) in zend_ast_export_if_stmt()
1277 static ZEND_COLD void zend_ast_export_zval(smart_str *str, zval *zv, int priority, int indent) in zend_ast_export_zval()
1396 static ZEND_COLD void zend_ast_export_visibility(smart_str *str, uint32_t flags) { in zend_ast_export_visibility()
1406 static ZEND_COLD void zend_ast_export_type(smart_str *str, zend_ast *ast, int indent) { in zend_ast_export_type()
1465 static ZEND_COLD void zend_ast_export_ex(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_ex()
[all …]
/PHP-8.0/ext/soap/
H A Dphp_http.h29 int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
30 int basic_authentication(zval* this_ptr, smart_str* soap_headers);
35 smart_str* soap_headers);
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator.h25 smart_str transliterator_parse_error_to_string( UParseError* pe );
/PHP-8.0/ext/json/
H A Dphp_json.h99 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth);
100 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options);
H A Djson_encoder.c34 smart_str *buf, const char *s, size_t len,
70 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char()
78 static inline void php_json_pretty_print_indent(smart_str *buf, int options, php_json_encoder *enco… in php_json_pretty_print_indent()
98 static inline void php_json_encode_double(smart_str *buf, double d, int options) /* {{{ */ in php_json_encode_double()
128 static int php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_array()
256 smart_str *buf, const char *s, size_t len, in php_json_escape_string()
469 static int php_json_encode_serializable_object(smart_str *buf, zval *val, int options, php_json_enc… in php_json_encode_serializable_object()
531 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* {{{ … in php_json_encode_zval()
H A Dphp_json_encoder.h36 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder);
H A Djson.c148 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth) /* {{{… in php_json_encode_ex()
163 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
226 smart_str buf = {0}; in PHP_FUNCTION()
/PHP-8.0/main/
H A Dspprintf.h26 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap);
H A Dspprintf.c118 smart_str_appendc((smart_str *)(xbuf), (ch)); \
126 smart_str_appendl((smart_str *)(xbuf), (str), (len)); \
136 smart_str_alloc(((smart_str *)(xbuf)), (count), 0); \
137 memset(ZSTR_VAL(((smart_str *)(xbuf))->s) + ZSTR_LEN(((smart_str *)(xbuf))->s), (ch), (count)); \
138 ZSTR_LEN(((smart_str *)(xbuf))->s) += (count); \
703 …*(va_arg(ap, int *)) = is_char? (int)((smart_string *)xbuf)->len : (int)ZSTR_LEN(((smart_str *)xbu… in xbuf_format_converter()
800 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_str()
/PHP-8.0/ext/readline/
H A Dreadline_cli.h24 smart_str *prompt_str;
/PHP-8.0/ext/mysqlnd/
H A Dphp_mysqlnd.c46 smart_str * buffer = (smart_str *) buf; in mysqlnd_minfo_dump_loaded_plugins()
61 mysqlnd_minfo_dump_api_plugins(smart_str * buffer) in mysqlnd_minfo_dump_api_plugins()
115 smart_str tmp_str = {0}; in PHP_MINFO_FUNCTION()
/PHP-8.0/ext/intl/
H A Dintl_error.h48 smart_str intl_parse_error_to_string( UParseError* pe );
H A Dintl_error.c217 smart_str intl_parse_error_to_string( UParseError* pe ) in intl_parse_error_to_string()
219 smart_str ret = {0}; in intl_parse_error_to_string()
/PHP-8.0/ext/iconv/
H A Diconv.c111 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd);
112 static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd);
118 static php_iconv_err_t _php_iconv_substr(smart_str *pretval, const char *str, size_t nbytes, zend_l…
122 static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbyte…
348 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()
405 static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd) in _php_iconv_appendc()
615 static php_iconv_err_t _php_iconv_substr(smart_str *pretval, in _php_iconv_substr()
1823 smart_str retval = {0}; in PHP_FUNCTION()
1960 smart_str retval = {0}; in PHP_FUNCTION()
2063 smart_str retval = {0}; in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_format.c130 smart_str parse_error_str; in PHP_FUNCTION()

Completed in 107 milliseconds

1234