Home
last modified time | relevance | path

Searched refs:smart_str (Results 51 – 75 of 79) sorted by relevance

1234

/PHP-7.1/sapi/apache2handler/
H A Dphp_functions.c369 smart_str tmp1 = {0}; in PHP_MINFO_FUNCTION()
/PHP-7.1/ext/soap/
H A Dphp_packet_soap.c401 smart_str key = {0}; in parse_packet_soap()
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c329 static void append_http_status_line(smart_str *buffer, int protocol_version, int response_code, int… in append_http_status_line()
346 static void append_essential_headers(smart_str* buffer, php_cli_server_client *client, int persiste… in append_essential_headers()
537 smart_str buffer = { 0 }; in sapi_cli_server_send_headers()
1967 smart_str buffer = { 0 }; in php_cli_server_send_error_page()
2062 smart_str buffer = { 0 }; in php_cli_server_begin_send_static()
/PHP-7.1/ext/readline/
H A Dreadline_cli.c143 smart_str retval = {0}; in cli_get_prompt()
/PHP-7.1/ext/phar/
H A Dphar_internal.h249 smart_str metadata_str;
H A Dzip.c1104 smart_str *metadata) /* {{{ */ in phar_zip_applysignature()
1183 smart_str main_metadata_str = {0}; in phar_zip_flush()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_alloc.c619 smart_str tmp_str = {0, 0}; in _mysqlnd_pestrdup()
H A Dmysqlnd_connection.c2031 …n_data, tx_cor_options_to_string)(const MYSQLND_CONN_DATA * const conn, smart_str * str, const uns…
2114 smart_str tmp_str = {0, 0};
2158 smart_str tmp_str = {0, 0};
H A Dmysqlnd_structs.h461 …n_data__tx_cor_options_to_string)(const MYSQLND_CONN_DATA * const conn, smart_str * tmp_str, const…
/PHP-7.1/main/
H A Dphp_variables.c258 smart_str str;
/PHP-7.1/ext/dba/
H A Ddba.c546 smart_str handlers = {0}; in PHP_MINFO_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_inheritance.c386 static ZEND_COLD void zend_append_type_hint(smart_str *str, const zend_function *fptr, zend_arg_inf… in zend_append_type_hint()
435 smart_str str = {0}; in zend_get_function_declaration()
/PHP-7.1/ext/mysqli/
H A Dmysqli_nonapi.c1035 smart_str tmp_str = {0};
H A Dmysqli_api.c41 static void mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const uint32… in mysqli_tx_cor_options_to_string()
115 smart_str tmp_str = {0}; in mysqli_commit_or_rollback_libmysql()
/PHP-7.1/ext/spl/
H A Dspl_dllist.c1136 smart_str buf = {0}; in SPL_METHOD()
H A Dspl_observer.c704 smart_str buf = {0}; in SPL_METHOD()
H A Dspl_iterators.c118 smart_str prefix[6];
119 smart_str postfix[1];
1038 smart_str str = {0}; in spl_recursive_tree_iterator_get_prefix()
H A Dspl_array.c1704 smart_str buf = {0}; in SPL_METHOD()
/PHP-7.1/ext/sockets/
H A Dconversions.c145 smart_str path = {0}; in do_from_to_zval_err()
/PHP-7.1/ext/imap/
H A Dphp_imap.c4372 smart_str *ret = (smart_str*)stream; in _php_rfc822_soutr()
4385 smart_str ret = {0}; in _php_rfc822_write_address()
/PHP-7.1/ext/oci8/
H A Doci8.c1679 smart_str hashed_details = {0}; in php_oci_do_connect_ex()
2909 smart_str spool_hashed_details = {0}; in php_oci_get_spool()
/PHP-7.1/ext/gmp/
H A Dgmp.c562 smart_str buf = {0}; in gmp_serialize()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c467 smart_str code = {0}; in PHPDBG_COMMAND()
/PHP-7.1/ext/standard/
H A Dfilters.c262 smart_str tags_ss = {0}; in strfilter_strip_tags_create()
H A Dfile.c1889 smart_str csvline = {0}; in php_fputcsv()

Completed in 190 milliseconds

1234