smart_str         554 Zend/zend_ast.c static void zend_ast_export_ex(smart_str *str, zend_ast *ast, int priority, int indent);
smart_str         556 Zend/zend_ast.c static void zend_ast_export_str(smart_str *str, zend_string *s)
smart_str         571 Zend/zend_ast.c static void zend_ast_export_qstr(smart_str *str, char quote, zend_string *s)
smart_str         616 Zend/zend_ast.c static void zend_ast_export_indent(smart_str *str, int indent)
smart_str         624 Zend/zend_ast.c static void zend_ast_export_name(smart_str *str, zend_ast *ast, int priority, int indent)
smart_str         637 Zend/zend_ast.c static void zend_ast_export_ns_name(smart_str *str, zend_ast *ast, int priority, int indent)
smart_str         694 Zend/zend_ast.c static void zend_ast_export_var(smart_str *str, zend_ast *ast, int priority, int indent)
smart_str         712 Zend/zend_ast.c static void zend_ast_export_list(smart_str *str, zend_ast_list *list, int separator, int priority, int indent)
smart_str         725 Zend/zend_ast.c static void zend_ast_export_encaps_list(smart_str *str, char quote, zend_ast_list *list, int indent)
smart_str         754 Zend/zend_ast.c static void zend_ast_export_name_list(smart_str *str, zend_ast_list *list, int indent)
smart_str         767 Zend/zend_ast.c static void zend_ast_export_var_list(smart_str *str, zend_ast_list *list, int indent)
smart_str         784 Zend/zend_ast.c static void zend_ast_export_stmt(smart_str *str, zend_ast *ast, int indent)
smart_str         826 Zend/zend_ast.c static void zend_ast_export_if_stmt(smart_str *str, zend_ast_list *list, int indent)
smart_str         863 Zend/zend_ast.c static void zend_ast_export_zval(smart_str *str, zval *zv, int priority, int indent)
smart_str         967 Zend/zend_ast.c static void zend_ast_export_ex(smart_str *str, zend_ast *ast, int priority, int indent)
smart_str        1659 Zend/zend_ast.c 	smart_str str = {0};
smart_str         478 Zend/zend_exceptions.c static void smart_str_append_escaped(smart_str *str, const char *s, size_t l) {
smart_str         517 Zend/zend_exceptions.c static void _build_trace_args(zval *arg, smart_str *str) /* {{{ */
smart_str         575 Zend/zend_exceptions.c static void _build_trace_string(smart_str *str, HashTable *ht, uint32_t num) /* {{{ */
smart_str         642 Zend/zend_exceptions.c 	smart_str str = {0};
smart_str         344 Zend/zend_inheritance.c static ZEND_COLD void zend_append_type_hint(smart_str *str, const zend_function *fptr, zend_arg_info *arg_info, int return_hint) /* {{{ */
smart_str         388 Zend/zend_inheritance.c 	smart_str str = {0};
smart_str          35 Zend/zend_smart_str.c ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len)
smart_str          49 Zend/zend_smart_str.c ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len)
smart_str          46 Zend/zend_smart_str.h ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len);
smart_str          47 Zend/zend_smart_str.h ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len);
smart_str          51 Zend/zend_smart_str.h static zend_always_inline size_t smart_str_alloc(smart_str *str, size_t len, zend_bool persistent) {
smart_str          68 Zend/zend_smart_str.h static zend_always_inline void smart_str_free(smart_str *str) {
smart_str          76 Zend/zend_smart_str.h static zend_always_inline void smart_str_0(smart_str *str) {
smart_str          82 Zend/zend_smart_str.h static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, zend_bool persistent) {
smart_str          88 Zend/zend_smart_str.h static zend_always_inline void smart_str_appendl_ex(smart_str *dest, const char *str, size_t len, zend_bool persistent) {
smart_str          94 Zend/zend_smart_str.h static zend_always_inline void smart_str_append_ex(smart_str *dest, const zend_string *src, zend_bool persistent) {
smart_str          98 Zend/zend_smart_str.h static zend_always_inline void smart_str_append_smart_str_ex(smart_str *dest, const smart_str *src, zend_bool persistent) {
smart_str         104 Zend/zend_smart_str.h static zend_always_inline void smart_str_append_long_ex(smart_str *dest, zend_long num, zend_bool persistent) {
smart_str         110 Zend/zend_smart_str.h static zend_always_inline void smart_str_append_unsigned_ex(smart_str *dest, zend_ulong num, zend_bool persistent) {
smart_str         116 Zend/zend_smart_str.h static zend_always_inline void smart_str_setl(smart_str *dest, const char *src, size_t len) {
smart_str         127 ext/curl/php_curl.h 	smart_str             buf;
smart_str        1073 ext/date/php_date.c 	smart_str            string = {0};
smart_str        4218 ext/date/php_date.c 	smart_str            string = {0};
smart_str         546 ext/dba/dba.c  	smart_str handlers = {0};
smart_str         183 ext/dom/documenttype.c 		smart_str ret_buf = {0};
smart_str          32 ext/filter/sanitizing_filters.c 	smart_str str = {0};
smart_str         562 ext/gmp/gmp.c  	smart_str buf = {0};
smart_str         200 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd);
smart_str         201 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd);
smart_str         207 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_substr(smart_str *pretval, const char *str, size_t nbytes, zend_long offset, zend_long len, const char *enc);
smart_str         211 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_mime_encode(smart_str *pretval, const char *fname, size_t fname_nbytes, const char *fval, size_t fval_nbytes, size_t max_line_len, const char *lfchars, php_iconv_enc_scheme_t enc_scheme, const char *out_charset, const char *enc);
smart_str         213 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode);
smart_str         456 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd)
smart_str         531 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd)
smart_str         821 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_substr(smart_str *pretval,
smart_str        1152 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_mime_encode(smart_str *pretval, const char *fname, size_t fname_nbytes, const char *fval, size_t fval_nbytes, size_t max_line_len, const char *lfchars, php_iconv_enc_scheme_t enc_scheme, const char *out_charset, const char *enc)
smart_str        1483 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode)
smart_str        2091 ext/iconv/iconv.c 	smart_str retval = {0};
smart_str        2213 ext/iconv/iconv.c 	smart_str retval = {0};
smart_str        2314 ext/iconv/iconv.c 	smart_str retval = {0};
smart_str        2374 ext/iconv/iconv.c 		smart_str decoded_header = {0};
smart_str        4354 ext/imap/php_imap.c 	smart_str *ret = (smart_str*)stream;
smart_str        4367 ext/imap/php_imap.c 	smart_str ret = {0};
smart_str         244 ext/intl/intl_error.c smart_str intl_parse_error_to_string( UParseError* pe )
smart_str         246 ext/intl/intl_error.c 	smart_str    ret = {0};
smart_str          50 ext/intl/intl_error.h smart_str	intl_parse_error_to_string( UParseError* pe );
smart_str         772 ext/intl/locale/locale_methods.c static int append_key_value(smart_str* loc_name, HashTable* hash_arr, char* key_name)
smart_str         797 ext/intl/locale/locale_methods.c static void add_prefix(smart_str* loc_name, char* key_name)
smart_str         813 ext/intl/locale/locale_methods.c static int append_multiple_key_values(smart_str* loc_name, HashTable* hash_arr, char* key_name)
smart_str         887 ext/intl/locale/locale_methods.c static int handleAppendResult( int result, smart_str* loc_name)
smart_str         909 ext/intl/locale/locale_methods.c 	smart_str      	loc_name_s = {0};
smart_str         910 ext/intl/locale/locale_methods.c 	smart_str *loc_name = &loc_name_s;
smart_str          27 ext/intl/transliterator/transliterator.h smart_str transliterator_parse_error_to_string( UParseError* pe );
smart_str         185 ext/intl/transliterator/transliterator_methods.c 		smart_str parse_error_str;
smart_str         194 ext/json/json.c PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */
smart_str         218 ext/json/json.c 	smart_str buf = {0};
smart_str          44 ext/json/json_encoder.c static void php_json_escape_string(smart_str *buf, char *s, size_t len, int options);
smart_str          75 ext/json/json_encoder.c static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */
smart_str          83 ext/json/json_encoder.c static inline void php_json_pretty_print_indent(smart_str *buf, int options) /* {{{ */
smart_str         103 ext/json/json_encoder.c static inline void php_json_encode_double(smart_str *buf, double d, int options) /* {{{ */
smart_str         118 ext/json/json_encoder.c static void php_json_encode_array(smart_str *buf, zval *val, int options) /* {{{ */
smart_str         278 ext/json/json_encoder.c static void php_json_escape_string(smart_str *buf, char *s, size_t len, int options) /* {{{ */
smart_str         446 ext/json/json_encoder.c static void php_json_encode_serializable_object(smart_str *buf, zval *val, int options) /* {{{ */
smart_str         495 ext/json/json_encoder.c void php_json_encode_zval(smart_str *buf, zval *val, int options) /* {{{ */
smart_str          95 ext/json/php_json.h PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options);
smart_str          25 ext/json/php_json_encoder.h void php_json_encode_zval(smart_str *buf, zval *val, int options);
smart_str          47 ext/libxml/php_libxml.h 	smart_str error_buffer;
smart_str         803 ext/mbstring/php_mbregex.c 	smart_str out_buf = {0};
smart_str         804 ext/mbstring/php_mbregex.c 	smart_str eval_buf = {0};
smart_str         805 ext/mbstring/php_mbregex.c 	smart_str *pbuf;
smart_str         454 ext/mcrypt/mcrypt.c 	smart_str tmp1 = {0};
smart_str         455 ext/mcrypt/mcrypt.c 	smart_str tmp2 = {0};
smart_str        1143 ext/mcrypt/mcrypt.c 		smart_str str = {0};
smart_str          41 ext/mysqli/mysqli_api.c static void mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const uint32_t mode)
smart_str         115 ext/mysqli/mysqli_api.c 	smart_str tmp_str = {0};
smart_str        1031 ext/mysqli/mysqli_nonapi.c 	smart_str tmp_str = {0};
smart_str        2682 ext/mysqlnd/mysqlnd.c MYSQLND_METHOD(mysqlnd_conn_data, tx_cor_options_to_string)(const MYSQLND_CONN_DATA * const conn, smart_str * str, const unsigned int mode)
smart_str        2765 ext/mysqlnd/mysqlnd.c 			smart_str tmp_str = {0, 0};
smart_str        2809 ext/mysqlnd/mysqlnd.c 			smart_str tmp_str = {0, 0};
smart_str         585 ext/mysqlnd/mysqlnd_alloc.c 	smart_str tmp_str = {0, 0};
smart_str         497 ext/mysqlnd/mysqlnd_structs.h typedef void				(*func_mysqlnd_conn_data__tx_cor_options_to_string)(const MYSQLND_CONN_DATA * const conn, smart_str * tmp_str, const unsigned int mode);
smart_str          84 ext/mysqlnd/php_mysqlnd.c 	smart_str * buffer = (smart_str *) buf;
smart_str          99 ext/mysqlnd/php_mysqlnd.c mysqlnd_minfo_dump_api_plugins(smart_str * buffer)
smart_str         154 ext/mysqlnd/php_mysqlnd.c 		smart_str tmp_str = {0};
smart_str        1802 ext/oci8/oci8.c 	smart_str hashed_details = {0};
smart_str        2991 ext/oci8/oci8.c 	smart_str spool_hashed_details = {0};
smart_str         192 ext/openssl/xp_ssl.c 	smart_str ebuf = {0};
smart_str          72 ext/pgsql/pgsql.c 		smart_str s = {0}; \
smart_str        1277 ext/pgsql/pgsql.c 	smart_str str = {0};
smart_str        2338 ext/pgsql/pgsql.c 	smart_str str = {0};
smart_str        2404 ext/pgsql/pgsql.c 	smart_str hash_key = {0};
smart_str        2430 ext/pgsql/pgsql.c 			smart_str oidstr = {0};
smart_str        2449 ext/pgsql/pgsql.c 		smart_str querystr = {0};
smart_str        2535 ext/pgsql/pgsql.c 				smart_str s = {0};
smart_str        5493 ext/pgsql/pgsql.c 	smart_str querystr = {0};
smart_str        5764 ext/pgsql/pgsql.c 	smart_str str = {0};
smart_str        6337 ext/pgsql/pgsql.c 							smart_str s = {0};
smart_str        6480 ext/pgsql/pgsql.c static int do_exec(smart_str *querystr, int expect, PGconn *pg_link, zend_ulong opt) /* {{{ */
smart_str        6504 ext/pgsql/pgsql.c static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const char *table) /* {{{ */
smart_str        6548 ext/pgsql/pgsql.c 	smart_str querystr = {0};
smart_str        6743 ext/pgsql/pgsql.c static inline int build_assignment_string(PGconn *pg_link, smart_str *querystr, HashTable *ht, int where_cond, const char *pad, int pad_len, zend_ulong opt) /* {{{ */
smart_str        6810 ext/pgsql/pgsql.c 	smart_str querystr = {0};
smart_str        6916 ext/pgsql/pgsql.c 	smart_str querystr = {0};
smart_str        7044 ext/pgsql/pgsql.c 	smart_str querystr = {0};
smart_str        2512 ext/phar/phar.c 	smart_str main_metadata_str = {0};
smart_str         260 ext/phar/phar_internal.h 	smart_str                metadata_str;
smart_str        1105 ext/phar/zip.c 				   smart_str *metadata) /* {{{ */
smart_str        1185 ext/phar/zip.c 	smart_str main_metadata_str = {0};
smart_str         142 ext/readline/readline_cli.c 	smart_str retval = {0};
smart_str          28 ext/readline/readline_cli.h 	smart_str *prompt_str;
smart_str         133 ext/session/php_session.h 	smart_str key;
smart_str         876 ext/session/session.c 	smart_str buf = {0};
smart_str         919 ext/session/session.c 	smart_str buf = {0};
smart_str        1003 ext/session/session.c 	smart_str buf = {0};
smart_str        1367 ext/session/session.c 	smart_str ncookie = {0};
smart_str        1504 ext/session/session.c 		smart_str var = {0};
smart_str        2133 ext/session/session.c 	smart_str id = {0};
smart_str        2256 ext/session/session.c 	smart_str buf ={0};
smart_str        2753 ext/session/session.c 	smart_str save_handlers = {0};
smart_str        2754 ext/session/session.c 	smart_str ser_handlers = {0};
smart_str          88 ext/soap/php_encoding.c static encodePtr get_array_type(xmlNodePtr node, zval *array, smart_str *out_type);
smart_str          96 ext/soap/php_encoding.c static void get_type_str(xmlNodePtr node, const char* ns, const char* type, smart_str* ret);
smart_str         296 ext/soap/php_encoding.c 			smart_str prefix = {0};
smart_str         406 ext/soap/php_encoding.c 				smart_str nscat = {0};
smart_str         486 ext/soap/php_encoding.c 			smart_str nscat = {0};
smart_str         519 ext/soap/php_encoding.c 			smart_str nscat = {0};
smart_str         539 ext/soap/php_encoding.c 				smart_str nscat = {0};
smart_str        2202 ext/soap/php_encoding.c 	smart_str array_type = {0}, array_size = {0};
smart_str        2697 ext/soap/php_encoding.c 				smart_str tmp = {0};
smart_str        3000 ext/soap/php_encoding.c 		smart_str list = {0};
smart_str        3026 ext/soap/php_encoding.c 		smart_str list = {0};
smart_str        3093 ext/soap/php_encoding.c 		smart_str nscat = {0};
smart_str        3349 ext/soap/php_encoding.c 	smart_str nstype = {0};
smart_str        3410 ext/soap/php_encoding.c 			smart_str prefix = {0};
smart_str        3497 ext/soap/php_encoding.c static encodePtr get_array_type(xmlNodePtr node, zval *array, smart_str *type)
smart_str        3573 ext/soap/php_encoding.c 			smart_str array_type = {0};
smart_str        3600 ext/soap/php_encoding.c static void get_type_str(xmlNodePtr node, const char* ns, const char* type, smart_str* ret)
smart_str          35 ext/soap/php_http.c int proxy_authentication(zval* this_ptr, smart_str* soap_headers)
smart_str          42 ext/soap/php_http.c 		smart_str auth = {0};
smart_str          63 ext/soap/php_http.c int basic_authentication(zval* this_ptr, smart_str* soap_headers)
smart_str          71 ext/soap/php_http.c 		smart_str auth = {0};
smart_str          96 ext/soap/php_http.c                           smart_str* soap_headers)
smart_str         242 ext/soap/php_http.c 		smart_str soap_headers = {0};
smart_str         337 ext/soap/php_http.c 	smart_str soap_headers = {0};
smart_str         338 ext/soap/php_http.c 	smart_str soap_headers_z = {0};
smart_str         780 ext/soap/php_http.c 				smart_str auth = {0};
smart_str         960 ext/soap/php_http.c 			smart_str name = {0};
smart_str        1510 ext/soap/php_http.c 	smart_str tmp_response = {0};
smart_str          32 ext/soap/php_http.h int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
smart_str          33 ext/soap/php_http.h int basic_authentication(zval* this_ptr, smart_str* soap_headers);
smart_str          38 ext/soap/php_http.h                           smart_str* soap_headers);
smart_str         401 ext/soap/php_packet_soap.c 					smart_str key = {0};
smart_str          51 ext/soap/php_schema.c 	smart_str nscat = {0};
smart_str        1076 ext/soap/php_schema.c 		smart_str key = {0};
smart_str        1507 ext/soap/php_schema.c 		smart_str key = {0};
smart_str        1513 ext/soap/php_schema.c 			smart_str nscat = {0};
smart_str        1742 ext/soap/php_schema.c 		smart_str key = {0};
smart_str        1859 ext/soap/php_schema.c 				smart_str key2 = {0};
smart_str        1965 ext/soap/php_schema.c 			smart_str key = {0};
smart_str        1989 ext/soap/php_schema.c 			smart_str key = {0};
smart_str         199 ext/soap/php_sdl.c 	smart_str key = {0};
smart_str         531 ext/soap/php_sdl.c 				smart_str key = {0};
smart_str         633 ext/soap/php_sdl.c 			smart_str key = {0};
smart_str        1779 ext/soap/php_sdl.c static void sdl_serialize_string(const char *str, smart_str *out)
smart_str        1795 ext/soap/php_sdl.c static void sdl_serialize_key(zend_string *key, smart_str *out)
smart_str        1805 ext/soap/php_sdl.c static void sdl_serialize_encoder_ref(encodePtr enc, HashTable *tmp_encoders, smart_str *out) {
smart_str        1818 ext/soap/php_sdl.c static void sdl_serialize_type_ref(sdlTypePtr type, HashTable *tmp_types, smart_str *out) {
smart_str        1831 ext/soap/php_sdl.c static void sdl_serialize_attribute(sdlAttributePtr attr, HashTable *tmp_encoders, smart_str *out)
smart_str        1861 ext/soap/php_sdl.c static void sdl_serialize_model(sdlContentModelPtr model, HashTable *tmp_types, HashTable *tmp_elements, smart_str *out)
smart_str        1893 ext/soap/php_sdl.c static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out)
smart_str        1904 ext/soap/php_sdl.c static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out)
smart_str        1915 ext/soap/php_sdl.c static void sdl_serialize_type(sdlTypePtr type, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out)
smart_str        2011 ext/soap/php_sdl.c static void sdl_serialize_encoder(encodePtr enc, HashTable *tmp_types, smart_str *out)
smart_str        2019 ext/soap/php_sdl.c static void sdl_serialize_parameters(HashTable *ht, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out)
smart_str        2043 ext/soap/php_sdl.c static void sdl_serialize_soap_body(sdlSoapBindingFunctionBodyPtr body, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out)
smart_str        2100 ext/soap/php_sdl.c 	smart_str buf = {0};
smart_str        2101 ext/soap/php_sdl.c 	smart_str *out = &buf;
smart_str        3162 ext/soap/php_sdl.c 	smart_str headers = {0};
smart_str        3244 ext/soap/php_sdl.c 	    	smart_str proxy = {0};
smart_str          49 ext/soap/soap.c static void function_to_string(sdlFunctionPtr function, smart_str *buf);
smart_str          50 ext/soap/soap.c static void type_to_string(sdlTypePtr type, smart_str *buf, int level);
smart_str        1073 ext/soap/soap.c 			smart_str nscat = {0};
smart_str        2655 ext/soap/soap.c 	smart_str action = {0};
smart_str        2751 ext/soap/soap.c 	 			smart_str error = {0};
smart_str        2978 ext/soap/soap.c 		smart_str buf = {0};
smart_str        3006 ext/soap/soap.c 		smart_str buf = {0};
smart_str        3660 ext/soap/soap.c 						smart_str key = {0};
smart_str        3903 ext/soap/soap.c 				smart_str key = {0};
smart_str        4120 ext/soap/soap.c 						smart_str key = {0};
smart_str        4357 ext/soap/soap.c 					smart_str key = {0};
smart_str        4582 ext/soap/soap.c static void function_to_string(sdlFunctionPtr function, smart_str *buf)
smart_str        4643 ext/soap/soap.c static void model_to_string(sdlContentModelPtr model, smart_str *buf, int level)
smart_str        4675 ext/soap/soap.c static void type_to_string(sdlTypePtr type, smart_str *buf, int level)
smart_str        4678 ext/soap/soap.c 	smart_str spaces = {0};
smart_str         145 ext/sockets/conversions.c 	smart_str			path = {0};
smart_str        1670 ext/spl/spl_array.c 	smart_str buf = {0};
smart_str        1137 ext/spl/spl_dllist.c 	smart_str              buf      = {0};
smart_str         118 ext/spl/spl_iterators.c 	smart_str                prefix[6];
smart_str         119 ext/spl/spl_iterators.c 	smart_str                postfix[1];
smart_str        1030 ext/spl/spl_iterators.c 	smart_str  str = {0};
smart_str         688 ext/spl/spl_observer.c 	smart_str buf = {0};
smart_str        1929 ext/standard/file.c 	smart_str csvline = {0};
smart_str         250 ext/standard/filters.c 	smart_str tags_ss = {0};
smart_str          28 ext/standard/http.c PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
smart_str         232 ext/standard/http.c 	smart_str formstr = {0};
smart_str         240 ext/standard/http_fopen_wrapper.c 		smart_str header = {0};
smart_str         434 ext/standard/http_fopen_wrapper.c 			smart_str tmpstr = {0};
smart_str          27 ext/standard/php_http.h PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
smart_str          37 ext/standard/php_var.h PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf);
smart_str          56 ext/standard/php_var.h PHPAPI void php_var_serialize(smart_str *buf, zval *struc, php_serialize_data_t *data);
smart_str        3007 ext/standard/string.c 	smart_str result = {0};
smart_str         110 ext/standard/url_scanner_ex.c static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const char *separator)
smart_str         869 ext/standard/url_scanner_ex.c 	smart_str surl = {0};
smart_str         870 ext/standard/url_scanner_ex.c 	smart_str buf = {0};
smart_str         871 ext/standard/url_scanner_ex.c 	smart_str url_app = {0};
smart_str         989 ext/standard/url_scanner_ex.c 	smart_str sname = {0};
smart_str         990 ext/standard/url_scanner_ex.c 	smart_str svalue = {0};
smart_str          38 ext/standard/url_scanner_ex.h 	smart_str tag; /* read only */
smart_str          39 ext/standard/url_scanner_ex.h 	smart_str arg; /* read only */
smart_str          40 ext/standard/url_scanner_ex.h 	smart_str val; /* read only */
smart_str          41 ext/standard/url_scanner_ex.h 	smart_str buf;
smart_str          44 ext/standard/url_scanner_ex.h 	smart_str result;
smart_str          47 ext/standard/url_scanner_ex.h 	smart_str form_app, url_app;
smart_str         383 ext/standard/var.c static void php_array_element_export(zval *zv, zend_ulong index, zend_string *key, int level, smart_str *buf) /* {{{ */
smart_str         411 ext/standard/var.c static void php_object_element_export(zval *zv, zend_ulong index, zend_string *key, int level, smart_str *buf) /* {{{ */
smart_str         436 ext/standard/var.c PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf) /* {{{ */
smart_str         556 ext/standard/var.c 	smart_str buf = {0};
smart_str         570 ext/standard/var.c 	smart_str buf = {0};
smart_str         588 ext/standard/var.c static void php_var_serialize_intern(smart_str *buf, zval *struc, php_serialize_data_t var_hash);
smart_str         636 ext/standard/var.c static inline void php_var_serialize_long(smart_str *buf, zend_long val) /* {{{ */
smart_str         644 ext/standard/var.c static inline void php_var_serialize_string(smart_str *buf, char *str, size_t len) /* {{{ */
smart_str         654 ext/standard/var.c static inline zend_bool php_var_serialize_class_name(smart_str *buf, zval *struc) /* {{{ */
smart_str         669 ext/standard/var.c static void php_var_serialize_class(smart_str *buf, zval *struc, zval *retval_ptr, php_serialize_data_t var_hash) /* {{{ */
smart_str         779 ext/standard/var.c static void php_var_serialize_intern(smart_str *buf, zval *struc, php_serialize_data_t var_hash) /* {{{ */
smart_str         964 ext/standard/var.c PHPAPI void php_var_serialize(smart_str *buf, zval *struc, php_serialize_data_t *data) /* {{{ */
smart_str         977 ext/standard/var.c 	smart_str buf = {0};
smart_str         416 ext/sysvmsg/sysvmsg.c 		smart_str msg_var = {0};
smart_str         252 ext/sysvshm/sysvshm.c 	smart_str shm_var = {0};
smart_str          55 ext/wddx/php_wddx_api.h typedef smart_str wddx_packet;
smart_str         249 ext/wddx/wddx.c 	smart_str *str = (smart_str *)rsrc->ptr;
smart_str        1153 ext/wddx/wddx.c 	smart_str *packet;
smart_str        1155 ext/wddx/wddx.c 	packet = ecalloc(1, sizeof(smart_str));
smart_str         238 main/php_variables.c 	smart_str str;
smart_str         128 main/spprintf.c 		smart_str_appendc((smart_str *)(xbuf), (ch)); \
smart_str         136 main/spprintf.c 		smart_str_appendl((smart_str *)(xbuf), (str), (len)); \
smart_str         147 main/spprintf.c 		smart_str_alloc(((smart_str *)(xbuf)), (count), 0); \
smart_str         148 main/spprintf.c 		memset(ZSTR_VAL(((smart_str *)(xbuf))->s) + ZSTR_LEN(((smart_str *)(xbuf))->s), (ch), (count)); \
smart_str         149 main/spprintf.c 		ZSTR_LEN(((smart_str *)(xbuf))->s) += (count); \
smart_str         744 main/spprintf.c 					*(va_arg(ap, int *)) = is_char? (int)((smart_string *)xbuf)->len : (int)ZSTR_LEN(((smart_str *)xbuf)->s);
smart_str         879 main/spprintf.c 	smart_str buf = {0};
smart_str         369 sapi/apache2handler/php_functions.c 	smart_str tmp1 = {0};
smart_str         323 sapi/cli/php_cli_server.c static void append_http_status_line(smart_str *buffer, int protocol_version, int response_code, int persistent) /* {{{ */
smart_str         340 sapi/cli/php_cli_server.c static void append_essential_headers(smart_str* buffer, php_cli_server_client *client, int persistent) /* {{{ */
smart_str         522 sapi/cli/php_cli_server.c 	smart_str buffer = { 0 };
smart_str        1889 sapi/cli/php_cli_server.c 		smart_str buffer = { 0 };
smart_str        1982 sapi/cli/php_cli_server.c 		smart_str buffer = { 0 };
smart_str         165 sapi/phpdbg/phpdbg_webdata_transfer.c 		smart_str buf = {0};