Home
last modified time | relevance | path

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

12

/php-src/Zend/
H A Dzend_ini.c654 smart_str_0(&invalid); in zend_ini_parse_quantity_internal()
702 smart_str_0(&invalid); in zend_ini_parse_quantity_internal()
714 smart_str_0(&invalid); in zend_ini_parse_quantity_internal()
756 smart_str_0(&invalid); in zend_ini_parse_quantity_internal()
789 smart_str_0(&invalid); in zend_ini_parse_quantity_internal()
791 smart_str_0(&interpreted); in zend_ini_parse_quantity_internal()
793 smart_str_0(&chr); in zend_ini_parse_quantity_internal()
823 smart_str_0(&invalid); in zend_ini_parse_quantity_internal()
825 smart_str_0(&interpreted); in zend_ini_parse_quantity_internal()
827 smart_str_0(&chr); in zend_ini_parse_quantity_internal()
[all …]
H A Dzend_smart_str.h81 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_ex()
H A Dzend.c529 smart_str_0(&buf); in zend_print_flat_zval_r()
611 smart_str_0(&buf); in zend_print_zval_r_to_str()
H A Dzend_exceptions.c612 smart_str_0(&str); in zend_trace_to_string()
/php-src/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.c1712 smart_str_0(str);
1768 smart_str_0(&tmp_str);
1817 smart_str_0(&tmp_str);
/php-src/ext/intl/
H A Dintl_error.c277 smart_str_0( &ret ); in intl_parse_error_to_string()
/php-src/ext/soap/
H A Dphp_http.c46 smart_str_0(&auth); in proxy_authentication()
72 smart_str_0(&auth); in basic_authentication()
816 smart_str_0(&auth); in make_http_soap_request()
867 smart_str_0(&soap_headers); in make_http_soap_request()
875 smart_str_0(&soap_headers); in make_http_soap_request()
997 smart_str_0(&name); in make_http_soap_request()
1569 smart_str_0(&tmp_response); in get_http_headers()
H A Dphp_encoding.c317 smart_str_0(&prefix); in soap_check_zval_ref()
415 smart_str_0(&nscat); in master_to_xml_int()
497 smart_str_0(&nscat); in master_to_xml_int()
530 smart_str_0(&nscat); in master_to_zval_int()
551 smart_str_0(&nscat); in master_to_zval_int()
2684 smart_str_0(&tmp); in to_xml_map()
3016 smart_str_0(&list); in to_xml_list()
3060 smart_str_0(&list); in to_xml_list()
3103 smart_str_0(&nscat); in to_zval_any()
3592 smart_str_0(type); in get_array_type()
[all …]
H A Dphp_schema.c58 smart_str_0(&nscat); in create_encoder()
1103 smart_str_0(&key); in schema_group()
1120 smart_str_0(&key); in schema_group()
1543 smart_str_0(&nscat); in schema_element()
1573 smart_str_0(&key); in schema_element()
1774 smart_str_0(&key); in schema_attribute()
1791 smart_str_0(&key); in schema_attribute()
1893 smart_str_0(&key2); in schema_attribute()
1987 smart_str_0(&key); in schema_attributeGroup()
2014 smart_str_0(&key); in schema_attributeGroup()
H A Dphp_packet_soap.c406 smart_str_0(&key); in parse_packet_soap()
H A Dsoap.c763 smart_str_0(&nscat); in soap_create_typemap()
2277 smart_str_0(&error);
2300 smart_str_0(&action);
3153 smart_str_0(&key);
3399 smart_str_0(&key);
3626 smart_str_0(&key);
3861 smart_str_0(&key);
4147 smart_str_0(buf);
4354 smart_str_0(buf);
/php-src/ext/standard/
H A Durl_scanner_ex.re189 smart_str_0(url); /* FIXME: Bug #70480 php_url_parse_ex() crashes by processing chars exceed len */
614 smart_str_0(&buf);
637 smart_str_0(&ctx->result);
874 smart_str_0(&sname);
875 smart_str_0(&hname);
879 smart_str_0(&url_app);
884 smart_str_0(&form_app);
H A Dvar.c636 smart_str_0(&buf); in php_var_export()
656 smart_str_0 (&buf); in PHP_FUNCTION()
1252 smart_str_0(buf); in php_var_serialize()
H A Dmail.c234 smart_str_0(&s); in php_mail_build_headers()
H A Dhttp_fopen_wrapper.c437 smart_str_0(&tmpstr); in php_stream_url_wrap_http_ex()
/php-src/ext/session/
H A Dsession.c913 smart_str_0(&buf); in PS_SERIALIZER_ENCODE_FUNC()
982 smart_str_0(&buf); in PS_SERIALIZER_ENCODE_FUNC()
1383 smart_str_0(&ncookie); in php_session_send_cookie()
1465 smart_str_0(&var); in php_session_reset_id()
2518 smart_str_0(&buf); in php_session_start_set_ini()
2966 smart_str_0(&save_handlers); in PHP_MINFO_FUNCTION()
2974 smart_str_0(&ser_handlers); in PHP_MINFO_FUNCTION()
3143 smart_str_0(&progress->key); in php_session_rfc1867_callback()
/php-src/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-src/ext/curl/
H A Dmulti.c254 smart_str_0(&ch->handlers.write->buf); in PHP_FUNCTION()
/php-src/ext/zend_test/
H A Dobserver.c118 smart_str_0(buf); in get_retval_info()
/php-src/ext/readline/
H A Dreadline_cli.c209 smart_str_0(&retval); in cli_get_prompt()
/php-src/ext/pgsql/
H A Dpgsql.c556 smart_str_0(&str); in php_pgsql_do_connect()
1552 smart_str_0(&querystr); in PHP_FUNCTION()
4290 smart_str_0(&querystr); in php_pgsql_meta_data()
5373 smart_str_0(&querystr); in php_pgsql_insert()
5595 smart_str_0(&querystr); in php_pgsql_update()
5693 smart_str_0(&querystr); in php_pgsql_delete()
5838 smart_str_0(&querystr); in php_pgsql_select()
/php-src/ext/dba/
H A Ddba.c392 smart_str_0(&handlers); in PHP_MINFO_FUNCTION()
/php-src/ext/intl/locale/
H A Dlocale_methods.c940 #define RETURN_SMART_STR(str) smart_str_0((str)); RETURN_NEW_STR((str)->s)
/php-src/ext/mbstring/
H A Dphp_mbregex.c1098 smart_str_0(&eval_buf); in _php_mb_regex_ereg_replace_exec()

Completed in 209 milliseconds

12