Home
last modified time | relevance | path

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

1234

/PHP-7.1/ext/standard/
H A Durl_scanner_ex.h42 smart_str tag; /* read only */
43 smart_str arg; /* read only */
44 smart_str val; /* read only */
45 smart_str buf;
48 smart_str result;
51 smart_str form_app, url_app;
59 smart_str attr_val;
H A Dphp_var.h37 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf);
44 PHPAPI void php_var_serialize(smart_str *buf, zval *struc, php_serialize_data_t *data);
H A Dphp_http.h27 PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
H A Dvar.c388 …y_element_export(zval *zv, zend_ulong index, zend_string *key, int level, smart_str *buf) /* {{{ */ in php_array_element_export()
441 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf) /* {{{ */ in php_var_export_ex()
559 smart_str buf = {0}; in php_var_export()
573 smart_str buf = {0}; in PHP_FUNCTION()
591 static void php_var_serialize_intern(smart_str *buf, zval *struc, php_serialize_data_t var_hash);
639 static inline void php_var_serialize_long(smart_str *buf, zend_long val) /* {{{ */ in php_var_serialize_long()
647 static inline void php_var_serialize_string(smart_str *buf, char *str, size_t len) /* {{{ */ in php_var_serialize_string()
657 static inline zend_bool php_var_serialize_class_name(smart_str *buf, zval *struc) /* {{{ */ in php_var_serialize_class_name()
808 static void php_var_serialize_intern(smart_str *buf, zval *struc, php_serialize_data_t var_hash) /*… in php_var_serialize_intern()
998 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.c182 static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const c… in PHP_INI_END()
1005 smart_str surl = {0}; in php_url_scanner_adapt_single_url()
1006 smart_str buf = {0}; in php_url_scanner_adapt_single_url()
1007 smart_str url_app = {0}; in php_url_scanner_adapt_single_url()
1149 smart_str sname = {0}; in php_url_scanner_add_var_impl()
1150 smart_str svalue = {0}; in php_url_scanner_add_var_impl()
1151 smart_str hname = {0}; in php_url_scanner_add_var_impl()
1152 smart_str hvalue = {0}; in php_url_scanner_add_var_impl()
1258 smart_str sname = {0}; in php_url_scanner_reset_var_impl()
1259 smart_str hname = {0}; in php_url_scanner_reset_var_impl()
[all …]
H A Durl_scanner_ex.re185 static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const c…
590 smart_str surl = {0};
591 smart_str buf = {0};
592 smart_str url_app = {0};
734 smart_str sname = {0};
735 smart_str svalue = {0};
736 smart_str hname = {0};
737 smart_str hvalue = {0};
843 smart_str sname = {0};
844 smart_str hname = {0};
[all …]
H A Dhttp.c28 PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, in php_url_encode_hash_ex()
232 smart_str formstr = {0}; in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_smart_str.h46 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len);
47 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len);
48 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
52 static zend_always_inline size_t smart_str_alloc(smart_str *str, size_t len, zend_bool persistent) { in END_EXTERN_C()
69 static zend_always_inline void smart_str_free(smart_str *str) { in smart_str_free()
77 static zend_always_inline void smart_str_0(smart_str *str) { in smart_str_0()
83 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, zend_bool persistent)… in smart_str_appendc_ex()
95 static zend_always_inline void smart_str_append_ex(smart_str *dest, const zend_string *src, zend_bo… in smart_str_append_ex()
99 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()
105 static zend_always_inline void smart_str_append_long_ex(smart_str *dest, zend_long num, zend_bool p… in smart_str_append_long_ex()
[all …]
H A Dzend_smart_str.c35 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len) in smart_str_erealloc()
49 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len) in smart_str_realloc()
82 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l) { in smart_str_append_escaped()
H A Dzend_smart_str_public.h25 } smart_str; typedef
H A Dzend_ast.c598 static void zend_ast_export_ex(smart_str *str, zend_ast *ast, int priority, int indent);
600 static void zend_ast_export_str(smart_str *str, zend_string *s) in zend_ast_export_str()
615 static void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s) in zend_ast_export_qstr()
660 static void zend_ast_export_indent(smart_str *str, int indent) in zend_ast_export_indent()
738 static void zend_ast_export_var(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_var()
814 static void zend_ast_export_var_list(smart_str *str, zend_ast_list *list, int indent) in zend_ast_export_var_list()
831 static void zend_ast_export_stmt(smart_str *str, zend_ast *ast, int indent) in zend_ast_export_stmt()
873 static void zend_ast_export_if_stmt(smart_str *str, zend_ast_list *list, int indent) in zend_ast_export_if_stmt()
910 static void zend_ast_export_zval(smart_str *str, zval *zv, int priority, int indent) in zend_ast_export_zval()
1029 static void zend_ast_export_ex(smart_str *str, zend_ast *ast, int priority, int indent) in zend_ast_export_ex()
[all …]
/PHP-7.1/ext/soap/
H A Dphp_http.h32 int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
33 int basic_authentication(zval* this_ptr, smart_str* soap_headers);
38 smart_str* soap_headers);
H A Dphp_http.c35 int proxy_authentication(zval* this_ptr, smart_str* soap_headers) in proxy_authentication()
42 smart_str auth = {0}; in proxy_authentication()
63 int basic_authentication(zval* this_ptr, smart_str* soap_headers) in basic_authentication()
71 smart_str auth = {0}; in basic_authentication()
96 smart_str* soap_headers) in http_context_headers()
242 smart_str soap_headers = {0}; in http_connect()
344 smart_str soap_headers = {0}; in make_http_soap_request()
345 smart_str soap_headers_z = {0}; in make_http_soap_request()
791 smart_str auth = {0}; in make_http_soap_request()
971 smart_str name = {0}; in make_http_soap_request()
[all …]
/PHP-7.1/ext/json/
H A Djson_encoder.c38 smart_str *buf, char *s, size_t len,
74 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char()
82 static inline void php_json_pretty_print_indent(smart_str *buf, int options, php_json_encoder *enco… in php_json_pretty_print_indent()
102 static inline void php_json_encode_double(smart_str *buf, double d, int options) /* {{{ */ in php_json_encode_double()
132 static int php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_array()
291 smart_str *buf, char *s, size_t len, in php_json_escape_string()
475 static int php_json_encode_serializable_object(smart_str *buf, zval *val, int options, php_json_enc… in php_json_encode_serializable_object()
538 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.h38 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder);
H A Dphp_json.h96 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options);
H A Djson.c187 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
225 smart_str buf = {0}; in PHP_FUNCTION()
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator.h27 smart_str transliterator_parse_error_to_string( UParseError* pe );
/PHP-7.1/ext/readline/
H A Dreadline_cli.h28 smart_str *prompt_str;
/PHP-7.1/main/
H A Dspprintf.c128 smart_str_appendc((smart_str *)(xbuf), (ch)); \
136 smart_str_appendl((smart_str *)(xbuf), (str), (len)); \
147 smart_str_alloc(((smart_str *)(xbuf)), (count), 0); \
148 memset(ZSTR_VAL(((smart_str *)(xbuf))->s) + ZSTR_LEN(((smart_str *)(xbuf))->s), (ch), (count)); \
149 ZSTR_LEN(((smart_str *)(xbuf))->s) += (count); \
740 …*(va_arg(ap, int *)) = is_char? (int)((smart_string *)xbuf)->len : (int)ZSTR_LEN(((smart_str *)xbu… in xbuf_format_converter()
875 smart_str buf = {0}; in vstrpprintf()
/PHP-7.1/ext/mysqlnd/
H A Dphp_mysqlnd.c81 smart_str * buffer = (smart_str *) buf; in mysqlnd_minfo_dump_loaded_plugins()
96 mysqlnd_minfo_dump_api_plugins(smart_str * buffer) in mysqlnd_minfo_dump_api_plugins()
151 smart_str tmp_str = {0}; in PHP_MINFO_FUNCTION()
/PHP-7.1/ext/intl/
H A Dintl_error.h50 smart_str intl_parse_error_to_string( UParseError* pe );
H A Dintl_error.c244 smart_str intl_parse_error_to_string( UParseError* pe ) in intl_parse_error_to_string()
246 smart_str ret = {0}; in intl_parse_error_to_string()
/PHP-7.1/ext/wddx/
H A Dphp_wddx_api.h55 typedef smart_str wddx_packet;
/PHP-7.1/ext/libxml/
H A Dphp_libxml.h47 smart_str error_buffer;

Completed in 51 milliseconds

1234