Home
last modified time | relevance | path

Searched refs:smart_str_0 (Results 1 – 25 of 49) sorted by relevance

12

/PHP-8.1/Zend/
H A Dzend_smart_str.h94 static zend_always_inline void smart_str_0(smart_str *str) { in smart_str_0() function
107 smart_str_0(str); in smart_str_extract()
H A Dzend.c281 smart_str_0(&buf); in zend_vstrpprintf()
471 smart_str_0(&buf); in zend_print_flat_zval_r()
551 smart_str_0(&buf); in zend_print_zval_r_to_str()
/PHP-8.1/ext/mysqlnd/
H A Dphp_mysqlnd.c120 smart_str_0(&tmp_str); in PHP_MINFO_FUNCTION()
125 smart_str_0(&tmp_str); in PHP_MINFO_FUNCTION()
H A Dmysqlnd_connection.c1724 smart_str_0(str);
1780 smart_str_0(&tmp_str);
1829 smart_str_0(&tmp_str);
/PHP-8.1/ext/dom/
H A Ddocumenttype.c191 smart_str_0(&ret_buf); in dom_documenttype_internal_subset_read()
/PHP-8.1/ext/intl/
H A Dintl_error.c277 smart_str_0( &ret ); in intl_parse_error_to_string()
/PHP-8.1/ext/standard/
H A Durl_scanner_ex.re187 smart_str_0(url); /* FIXME: Bug #70480 php_url_parse_ex() crashes by processing chars exceed len */
611 smart_str_0(&buf);
634 smart_str_0(&ctx->result);
870 smart_str_0(&sname);
871 smart_str_0(&hname);
875 smart_str_0(&url_app);
880 smart_str_0(&form_app);
H A Dhttp.c245 smart_str_0(&formstr); in PHP_FUNCTION()
H A Dvar.c624 smart_str_0(&buf); in php_var_export()
644 smart_str_0 (&buf); in PHP_FUNCTION()
1273 smart_str_0(buf); in php_var_serialize()
H A Dmail.c197 smart_str_0(&s); in php_mail_build_headers()
/PHP-8.1/ext/soap/
H A Dphp_http.c46 smart_str_0(&auth); in proxy_authentication()
72 smart_str_0(&auth); in basic_authentication()
814 smart_str_0(&auth); in make_http_soap_request()
865 smart_str_0(&soap_headers); in make_http_soap_request()
873 smart_str_0(&soap_headers); in make_http_soap_request()
982 smart_str_0(&name); in make_http_soap_request()
1554 smart_str_0(&tmp_response); in get_http_headers()
H A Dphp_encoding.c309 smart_str_0(&prefix); in soap_check_zval_ref()
407 smart_str_0(&nscat); in master_to_xml_int()
489 smart_str_0(&nscat); in master_to_xml_int()
522 smart_str_0(&nscat); in master_to_zval_int()
543 smart_str_0(&nscat); in master_to_zval_int()
2664 smart_str_0(&tmp); in to_xml_map()
2983 smart_str_0(&list); in to_xml_list()
3027 smart_str_0(&list); in to_xml_list()
3070 smart_str_0(&nscat); in to_zval_any()
3559 smart_str_0(type); in get_array_type()
[all …]
H A Dphp_schema.c58 smart_str_0(&nscat); in create_encoder()
1094 smart_str_0(&key); in schema_group()
1111 smart_str_0(&key); in schema_group()
1531 smart_str_0(&nscat); in schema_element()
1561 smart_str_0(&key); in schema_element()
1762 smart_str_0(&key); in schema_attribute()
1779 smart_str_0(&key); in schema_attribute()
1881 smart_str_0(&key2); in schema_attribute()
1975 smart_str_0(&key); in schema_attributeGroup()
2002 smart_str_0(&key); in schema_attributeGroup()
H A Dphp_packet_soap.c406 smart_str_0(&key); in parse_packet_soap()
H A Dsoap.c818 smart_str_0(&nscat); in soap_create_typemap()
2329 smart_str_0(&error);
2352 smart_str_0(&action);
3205 smart_str_0(&key);
3451 smart_str_0(&key);
3678 smart_str_0(&key);
3913 smart_str_0(&key);
4199 smart_str_0(buf);
4406 smart_str_0(buf);
H A Dphp_sdl.c204 smart_str_0(&key); in get_binding_from_name()
545 smart_str_0(&key); in wsdl_soap_binding_header()
647 smart_str_0(&key); in wsdl_soap_binding_body()
3279 smart_str_0(&proxy); in get_sdl()
3322 smart_str_0(&headers); in get_sdl()
/PHP-8.1/ext/json/
H A Djson.c269 smart_str_0(&buf); /* copy? */ in PHP_FUNCTION()
/PHP-8.1/ext/session/
H A Dsession.c904 smart_str_0(&buf); in PS_SERIALIZER_ENCODE_FUNC()
974 smart_str_0(&buf); in PS_SERIALIZER_ENCODE_FUNC()
1377 smart_str_0(&ncookie); in php_session_send_cookie()
1459 smart_str_0(&var); in php_session_reset_id()
2341 smart_str_0(&id); in PHP_FUNCTION()
2453 smart_str_0(&buf); in php_session_start_set_ini()
2866 smart_str_0(&save_handlers); in PHP_MINFO_FUNCTION()
2874 smart_str_0(&ser_handlers); in PHP_MINFO_FUNCTION()
3043 smart_str_0(&progress->key); in php_session_rfc1867_callback()
/PHP-8.1/ext/filter/
H A Dsanitizing_filters.c49 smart_str_0(&str); in php_filter_encode_html()
/PHP-8.1/ext/zend_test/
H A Dobserver.c110 smart_str_0(buf); in get_retval_info()
/PHP-8.1/ext/iconv/
H A Diconv.c670 smart_str_0(pretval); in _php_iconv_substr()
738 smart_str_0(pretval); in _php_iconv_substr()
1174 smart_str_0(pretval); in _php_iconv_mime_encode()
1732 smart_str_0(pretval); in _php_iconv_mime_decode()
/PHP-8.1/ext/curl/
H A Dmulti.c249 smart_str_0(&ch->handlers.write->buf); in PHP_FUNCTION()
/PHP-8.1/ext/readline/
H A Dreadline_cli.c209 smart_str_0(&retval); in cli_get_prompt()
/PHP-8.1/ext/mbstring/
H A Dphp_mbregex.c1098 smart_str_0(&eval_buf); in _php_mb_regex_ereg_replace_exec()
1149 smart_str_0(&out_buf); in _php_mb_regex_ereg_replace_exec()
/PHP-8.1/ext/pgsql/
H A Dpgsql.c650 smart_str_0(&str); in php_pgsql_do_connect()
1637 smart_str_0(&querystr); in PHP_FUNCTION()
4314 smart_str_0(&querystr); in php_pgsql_meta_data()
5394 smart_str_0(&querystr); in php_pgsql_insert()
5616 smart_str_0(&querystr); in php_pgsql_update()
5714 smart_str_0(&querystr); in php_pgsql_delete()
5854 smart_str_0(&querystr); in php_pgsql_select()

Completed in 118 milliseconds

12