Home
last modified time | relevance | path

Searched refs:smart_str (Results 26 – 50 of 79) sorted by relevance

1234

/PHP-7.1/ext/iconv/
H A Diconv.c200 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd);
201 static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd);
207 static php_iconv_err_t _php_iconv_substr(smart_str *pretval, const char *str, size_t nbytes, zend_l…
213 static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbyte…
456 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()
531 static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd) in _php_iconv_appendc()
822 static php_iconv_err_t _php_iconv_substr(smart_str *pretval, in _php_iconv_substr()
2121 smart_str retval = {0}; in PHP_FUNCTION()
2252 smart_str retval = {0}; in PHP_FUNCTION()
2353 smart_str retval = {0}; in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/dom/
H A Ddocumenttype.c183 smart_str ret_buf = {0}; in dom_documenttype_internal_subset_read()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_frame.c30 static inline void phpdbg_append_individual_arg(smart_str *s, uint32_t i, zend_function *func, zval… in ZEND_EXTERN_MODULE_GLOBALS()
56 smart_str s = {0}; in phpdbg_compile_stackframe()
H A Dphpdbg_webdata_transfer.c165 smart_str buf = {0}; in phpdbg_webdata_compress()
/PHP-7.1/ext/intl/locale/
H A Dlocale_methods.c781 static int append_key_value(smart_str* loc_name, HashTable* hash_arr, char* key_name) in append_key_value()
806 static void add_prefix(smart_str* loc_name, char* key_name) in add_prefix()
822 static int append_multiple_key_values(smart_str* loc_name, HashTable* hash_arr, char* key_name) in append_multiple_key_values()
896 static int handleAppendResult( int result, smart_str* loc_name) in handleAppendResult()
918 smart_str loc_name_s = {0}; in PHP_FUNCTION()
919 smart_str *loc_name = &loc_name_s; in PHP_FUNCTION()
/PHP-7.1/ext/curl/
H A Dphp_curl.h133 smart_str buf;
/PHP-7.1/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp66 smart_str parse_error_str; in _php_intlrbbi_constructor_body()
/PHP-7.1/ext/soap/
H A DTODO.old13 -convert all string mainpulation to use smart_str
H A Dphp_sdl.c199 smart_str key = {0}; in get_binding_from_name()
531 smart_str key = {0}; in wsdl_soap_binding_header()
633 smart_str key = {0}; in wsdl_soap_binding_body()
1779 static void sdl_serialize_string(const char *str, smart_str *out) in sdl_serialize_string()
1795 static void sdl_serialize_key(zend_string *key, smart_str *out) in sdl_serialize_key()
1893 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int()
1904 static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out) in sdl_serialize_resriction_char()
2100 smart_str buf = {0}; in add_sdl_to_cache()
2101 smart_str *out = &buf; in add_sdl_to_cache()
3162 smart_str headers = {0}; in get_sdl()
[all …]
H A Dphp_encoding.c306 smart_str prefix = {0}; in soap_check_zval_ref()
420 smart_str nscat = {0}; in master_to_xml_int()
501 smart_str nscat = {0}; in master_to_xml_int()
534 smart_str nscat = {0}; in master_to_zval_int()
554 smart_str nscat = {0}; in master_to_zval_int()
2711 smart_str tmp = {0}; in to_xml_map()
3015 smart_str list = {0}; in to_xml_list()
3041 smart_str list = {0}; in to_xml_list()
3108 smart_str nscat = {0}; in to_zval_any()
3364 smart_str nstype = {0}; in set_ns_and_type_ex()
[all …]
H A Dsoap.c50 static void type_to_string(sdlTypePtr type, smart_str *buf, int level);
1076 smart_str nscat = {0}; in soap_create_typemap()
2638 smart_str action = {0};
2734 smart_str error = {0};
2961 smart_str buf = {0};
2989 smart_str buf = {0};
3639 smart_str key = {0};
3882 smart_str key = {0};
4099 smart_str key = {0};
4336 smart_str key = {0};
[all …]
H A Dphp_schema.c51 smart_str nscat = {0}; in create_encoder()
1076 smart_str key = {0}; in schema_group()
1507 smart_str key = {0}; in schema_element()
1513 smart_str nscat = {0}; in schema_element()
1742 smart_str key = {0}; in schema_attribute()
1859 smart_str key2 = {0}; in schema_attribute()
1965 smart_str key = {0}; in schema_attributeGroup()
1989 smart_str key = {0}; in schema_attributeGroup()
/PHP-7.1/ext/session/
H A Dsession.c756 smart_str buf = {0}; in PHP_INI_END()
806 smart_str buf = {0}; in PS_SERIALIZER_ENCODE_FUNC()
885 smart_str buf = {0};
1244 smart_str ncookie = {0};
1382 smart_str var = {0};
2026 smart_str id = {0};
2160 smart_str buf ={0};
2691 smart_str save_handlers = {0};
2692 smart_str ser_handlers = {0};
H A Dphp_session.h133 smart_str key;
/PHP-7.1/ext/wddx/
H A Dwddx.c255 smart_str *str = (smart_str *)rsrc->ptr; in release_wddx_packet_rsrc()
1199 smart_str *packet; in php_wddx_constructor()
1201 packet = ecalloc(1, sizeof(smart_str)); in php_wddx_constructor()
/PHP-7.1/ext/standard/
H A Dhttp_fopen_wrapper.c143 smart_str req_buf = {0}; in php_stream_url_wrap_http_ex()
237 smart_str header = {0}; in php_stream_url_wrap_http_ex()
426 smart_str tmpstr = {0}; in php_stream_url_wrap_http_ex()
/PHP-7.1/ext/filter/
H A Dsanitizing_filters.c32 smart_str str = {0}; in php_filter_encode_html()
/PHP-7.1/Zend/
H A Dzend.c163 static void zend_print_zval_r_to_buf(smart_str *buf, zval *expr, int indent);
165 static void print_hash(smart_str *buf, HashTable *ht, int indent, zend_bool is_object) /* {{{ */ in print_hash()
314 static void zend_print_zval_r_to_buf(smart_str *buf, zval *expr, int indent) /* {{{ */ in zend_print_zval_r_to_buf()
377 smart_str buf = {0}; in zend_print_zval_r_to_str()
H A Dzend_exceptions.c485 static void _build_trace_args(zval *arg, smart_str *str) /* {{{ */ in _build_trace_args()
546 static void _build_trace_string(smart_str *str, HashTable *ht, uint32_t num) /* {{{ */ in _build_trace_string()
613 smart_str str = {0}; in ZEND_METHOD()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c76 smart_str s = {0}; \
1283 smart_str str = {0};
2370 smart_str str = {0};
2436 smart_str hash_key = {0};
2462 smart_str oidstr = {0};
2567 smart_str s = {0};
5534 smart_str querystr = {0};
5805 smart_str str = {0};
6381 smart_str s = {0};
6592 smart_str querystr = {0};
[all …]
/PHP-7.1/ext/mcrypt/
H A Dmcrypt.c454 smart_str tmp1 = {0}; in PHP_MINFO_FUNCTION()
455 smart_str tmp2 = {0}; in PHP_MINFO_FUNCTION()
1163 smart_str str = {0}; in php_mcrypt_get_key_size_str()
/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c826 smart_str out_buf = {0}; in _php_mb_regex_ereg_replace_exec()
827 smart_str eval_buf = {0}; in _php_mb_regex_ereg_replace_exec()
828 smart_str *pbuf; in _php_mb_regex_ereg_replace_exec()
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_methods.c185 smart_str parse_error_str; in PHP_FUNCTION()
/PHP-7.1/ext/sysvshm/
H A Dsysvshm.c252 smart_str shm_var = {0}; in PHP_FUNCTION()
/PHP-7.1/ext/sysvmsg/
H A Dsysvmsg.c416 smart_str msg_var = {0}; in PHP_FUNCTION()

Completed in 128 milliseconds

1234