smart_str         124 ext/curl/php_curl.h 	smart_str       buf;
smart_str        1069 ext/date/php_date.c 	smart_str            string = {0};
smart_str        4307 ext/date/php_date.c 	smart_str            string = {0};
smart_str         529 ext/dba/dba.c  	smart_str handlers = {0};
smart_str         203 ext/dom/documenttype.c 		smart_str ret_buf = {0};
smart_str          32 ext/filter/sanitizing_filters.c 	smart_str str = {0};
smart_str         606 ext/gmp/gmp.c  	smart_str buf = {0};
smart_str         194 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         195 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd);
smart_str         201 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_substr(smart_str *pretval, const char *str, size_t nbytes, int offset, int len, const char *enc);
smart_str         205 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, unsigned int max_line_len, const char *lfchars, php_iconv_enc_scheme_t enc_scheme, const char *out_charset, const char *enc);
smart_str         207 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         445 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         526 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd)
smart_str         820 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, unsigned int 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        2096 ext/iconv/iconv.c 	smart_str retval = {0};
smart_str        2224 ext/iconv/iconv.c 	smart_str retval = {0};
smart_str        2344 ext/iconv/iconv.c 	smart_str retval = {0};
smart_str        2401 ext/iconv/iconv.c 		smart_str decoded_header = {0};
smart_str        4315 ext/imap/php_imap.c 	smart_str *ret = (smart_str*)stream;
smart_str        4328 ext/imap/php_imap.c 	smart_str ret = {0};
smart_str         247 ext/intl/intl_error.c smart_str intl_parse_error_to_string( UParseError* pe )
smart_str         249 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         761 ext/intl/locale/locale_methods.c static int append_key_value(smart_str* loc_name, HashTable* hash_arr, char* key_name)
smart_str         786 ext/intl/locale/locale_methods.c static void add_prefix(smart_str* loc_name, char* key_name)
smart_str         802 ext/intl/locale/locale_methods.c static int append_multiple_key_values(smart_str* loc_name, HashTable* hash_arr, char* key_name TSRMLS_DC)
smart_str         879 ext/intl/locale/locale_methods.c static int handleAppendResult( int result, smart_str* loc_name TSRMLS_DC)
smart_str         901 ext/intl/locale/locale_methods.c 	smart_str      	loc_name_s = {0};
smart_str         902 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         294 ext/json/JSON_parser.c static void json_create_zval(zval **z, smart_str *buf, int type, int options)
smart_str         354 ext/json/JSON_parser.c static void utf16_to_utf8(smart_str *buf, unsigned short utf16)
smart_str         392 ext/json/JSON_parser.c static void attach_zval(JSON_parser jp, int up, int cur, smart_str *key, int assoc TSRMLS_DC)
smart_str         447 ext/json/JSON_parser.c     smart_str buf = {0};
smart_str         448 ext/json/JSON_parser.c     smart_str key = {0};
smart_str         179 ext/json/json.c static void json_escape_string(smart_str *buf, char *s, int len, int options TSRMLS_DC);
smart_str         218 ext/json/json.c static inline void json_pretty_print_char(smart_str *buf, int options, char c TSRMLS_DC) /* {{{ */
smart_str         226 ext/json/json.c static inline void json_pretty_print_indent(smart_str *buf, int options TSRMLS_DC) /* {{{ */
smart_str         240 ext/json/json.c static void json_encode_array(smart_str *buf, zval **val, int options TSRMLS_DC) /* {{{ */
smart_str         410 ext/json/json.c static void json_escape_string(smart_str *buf, char *s, int len, int options TSRMLS_DC) /* {{{ */
smart_str         571 ext/json/json.c static void json_encode_serializable_object(smart_str *buf, zval *val, int options TSRMLS_DC) /* {{{ */
smart_str         617 ext/json/json.c PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC) /* {{{ */
smart_str         797 ext/json/json.c 	smart_str buf = {0};
smart_str          52 ext/json/php_json.h PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC);
smart_str          44 ext/libxml/php_libxml.h 	smart_str error_buffer;
smart_str        3865 ext/mbstring/mbstring.c static void my_smart_str_dtor(smart_str *s)
smart_str        3879 ext/mbstring/mbstring.c 	smart_str token = { 0, 0, 0 };
smart_str        3880 ext/mbstring/mbstring.c 	smart_str fld_name = { 0, 0, 0 }, fld_val = { 0, 0, 0 };
smart_str        3982 ext/mbstring/mbstring.c 								zend_hash_update(ht, (char *)fld_name.c, fld_name.len, &fld_val, sizeof(smart_str), (void **)&dummy);
smart_str        3987 ext/mbstring/mbstring.c 							memset(&fld_name, 0, sizeof(smart_str));
smart_str        3988 ext/mbstring/mbstring.c 							memset(&fld_val, 0, sizeof(smart_str));
smart_str        4034 ext/mbstring/mbstring.c 			zend_hash_update(ht, (char *)fld_name.c, fld_name.len, &fld_val, sizeof(smart_str), (void **)&dummy);
smart_str        4074 ext/mbstring/mbstring.c 	smart_str *s;
smart_str         807 ext/mbstring/php_mbregex.c 	smart_str out_buf = { 0 };
smart_str         808 ext/mbstring/php_mbregex.c 	smart_str eval_buf = { 0 };
smart_str         809 ext/mbstring/php_mbregex.c 	smart_str *pbuf;
smart_str         483 ext/mcrypt/mcrypt.c 	smart_str tmp1 = {0};
smart_str         484 ext/mcrypt/mcrypt.c 	smart_str tmp2 = {0};
smart_str        1165 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 unsigned int mode)
smart_str         117 ext/mysqli/mysqli_api.c 	smart_str tmp_str = {0, 0, 0};
smart_str        1072 ext/mysqli/mysqli_nonapi.c 	smart_str tmp_str = {0, 0, 0};
smart_str        2715 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 TSRMLS_DC)
smart_str        2798 ext/mysqlnd/mysqlnd.c 			smart_str tmp_str = {0, 0, 0};
smart_str        2842 ext/mysqlnd/mysqlnd.c 			smart_str tmp_str = {0, 0, 0};
smart_str         585 ext/mysqlnd/mysqlnd_alloc.c 	smart_str tmp_str = {0, 0, 0};
smart_str         498 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 TSRMLS_DC);
smart_str          93 ext/mysqlnd/php_mysqlnd.c 	smart_str * buffer = (smart_str *) buf;
smart_str         107 ext/mysqlnd/php_mysqlnd.c mysqlnd_minfo_dump_api_plugins(smart_str * buffer TSRMLS_DC)
smart_str         166 ext/mysqlnd/php_mysqlnd.c 		smart_str tmp_str = {0, 0, 0};
smart_str        1806 ext/oci8/oci8.c 	smart_str hashed_details = {0};
smart_str        2967 ext/oci8/oci8.c 	smart_str spool_hashed_details = {0};
smart_str         155 ext/openssl/xp_ssl.c 	smart_str ebuf = {0};
smart_str         971 ext/pcre/php_pcre.c 	smart_str    code = {0};
smart_str          72 ext/pgsql/pgsql.c 		smart_str s = {0}; \
smart_str        1275 ext/pgsql/pgsql.c 	smart_str str = {0};
smart_str        2343 ext/pgsql/pgsql.c 	smart_str str = {0};
smart_str        2409 ext/pgsql/pgsql.c 	smart_str hash_key = {0};
smart_str        2433 ext/pgsql/pgsql.c 			smart_str oidstr = {0};
smart_str        2452 ext/pgsql/pgsql.c 		smart_str querystr = {0};
smart_str        2538 ext/pgsql/pgsql.c 				smart_str s = {0};
smart_str        5470 ext/pgsql/pgsql.c 	smart_str querystr = {0};
smart_str        5747 ext/pgsql/pgsql.c 	smart_str str = {0};
smart_str        6329 ext/pgsql/pgsql.c 							smart_str s = {0};
smart_str        6478 ext/pgsql/pgsql.c static int do_exec(smart_str *querystr, int expect, PGconn *pg_link, ulong opt TSRMLS_DC)
smart_str        6501 ext/pgsql/pgsql.c static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const char *table)
smart_str        6544 ext/pgsql/pgsql.c 	smart_str querystr = {0};
smart_str        6747 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, ulong opt TSRMLS_DC)
smart_str        6817 ext/pgsql/pgsql.c 	smart_str querystr = {0};
smart_str        6926 ext/pgsql/pgsql.c 	smart_str querystr = {0};
smart_str        7060 ext/pgsql/pgsql.c 	smart_str querystr = {0};
smart_str        2565 ext/phar/phar.c 	smart_str main_metadata_str = {0};
smart_str         264 ext/phar/phar_internal.h 	smart_str                metadata_str;
smart_str        1080 ext/phar/zip.c 				   smart_str *metadata TSRMLS_DC) /* {{{ */
smart_str        1160 ext/phar/zip.c 	smart_str main_metadata_str = {0};
smart_str         143 ext/readline/readline_cli.c 	smart_str retval = {0};
smart_str          28 ext/readline/readline_cli.h 	smart_str *prompt_str;
smart_str         105 ext/session/php_session.h 	smart_str key;
smart_str         177 ext/session/php_session.h 	smart_str rfc1867_prefix;  /* session.upload_progress.prefix */
smart_str         178 ext/session/php_session.h 	smart_str rfc1867_name;    /* session.upload_progress.name */
smart_str         768 ext/session/session.c 	smart_str *p;
smart_str         777 ext/session/session.c 	p = (smart_str *) (base+(size_t) mh_arg1);
smart_str         844 ext/session/session.c 	smart_str buf = {0};
smart_str         890 ext/session/session.c 	smart_str buf = {0};
smart_str         976 ext/session/session.c 	smart_str buf = {0};
smart_str        1339 ext/session/session.c 	smart_str ncookie = {0};
smart_str        1470 ext/session/session.c 		smart_str var = {0};
smart_str        2505 ext/session/session.c 	smart_str save_handlers = {0};
smart_str        2506 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 TSRMLS_DC);
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         302 ext/soap/php_encoding.c 			smart_str prefix = {0};
smart_str         421 ext/soap/php_encoding.c 				smart_str nscat = {0};
smart_str         511 ext/soap/php_encoding.c 			smart_str nscat = {0};
smart_str         546 ext/soap/php_encoding.c 			smart_str nscat = {0};
smart_str         566 ext/soap/php_encoding.c 				smart_str nscat = {0};
smart_str        2291 ext/soap/php_encoding.c 	smart_str array_type = {0}, array_size = {0};
smart_str        2808 ext/soap/php_encoding.c 				smart_str tmp = {0};
smart_str        3113 ext/soap/php_encoding.c 		smart_str list = {0};
smart_str        3137 ext/soap/php_encoding.c 		smart_str list = {0};
smart_str        3201 ext/soap/php_encoding.c 		smart_str nscat = {0};		
smart_str        3467 ext/soap/php_encoding.c 	smart_str nstype = {0};
smart_str        3529 ext/soap/php_encoding.c 			smart_str prefix = {0};
smart_str        3623 ext/soap/php_encoding.c static encodePtr get_array_type(xmlNodePtr node, zval *array, smart_str *type TSRMLS_DC)
smart_str        3702 ext/soap/php_encoding.c 			smart_str array_type = {0};
smart_str        3728 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 TSRMLS_DC)
smart_str          43 ext/soap/php_http.c 		smart_str auth = {0};
smart_str          64 ext/soap/php_http.c int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC)
smart_str          73 ext/soap/php_http.c 		smart_str auth = {0};
smart_str          98 ext/soap/php_http.c                           smart_str* soap_headers TSRMLS_DC)
smart_str         244 ext/soap/php_http.c 		smart_str soap_headers = {0};
smart_str         343 ext/soap/php_http.c 	smart_str soap_headers = {0};
smart_str         344 ext/soap/php_http.c 	smart_str soap_headers_z = {0};
smart_str         789 ext/soap/php_http.c 				smart_str auth = {0};
smart_str         968 ext/soap/php_http.c 			smart_str name = {0};
smart_str        1509 ext/soap/php_http.c 	smart_str tmp_response = {0};
smart_str          34 ext/soap/php_http.h int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC);
smart_str          35 ext/soap/php_http.h int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC);
smart_str          40 ext/soap/php_http.h                           smart_str* soap_headers TSRMLS_DC);
smart_str         403 ext/soap/php_packet_soap.c 					smart_str key = {0};
smart_str          51 ext/soap/php_schema.c 	smart_str nscat = {0};
smart_str         460 ext/soap/php_schema.c 			smart_str anonymous = {0};
smart_str         556 ext/soap/php_schema.c 				smart_str anonymous = {0};
smart_str        1074 ext/soap/php_schema.c 		smart_str key = {0};
smart_str        1505 ext/soap/php_schema.c 		smart_str key = {0};
smart_str        1511 ext/soap/php_schema.c 			smart_str nscat = {0};
smart_str        1740 ext/soap/php_schema.c 		smart_str key = {0};
smart_str        1857 ext/soap/php_schema.c 				smart_str key2 = {0};
smart_str        1925 ext/soap/php_schema.c 				smart_str anonymous = {0};
smart_str        1959 ext/soap/php_schema.c 			smart_str key = {0};
smart_str        1983 ext/soap/php_schema.c 			smart_str key = {0};
smart_str         201 ext/soap/php_sdl.c 	smart_str key = {0};
smart_str         535 ext/soap/php_sdl.c 				smart_str key = {0};
smart_str         640 ext/soap/php_sdl.c 			smart_str key = {0};
smart_str        1787 ext/soap/php_sdl.c static void sdl_serialize_string(const char *str, smart_str *out)
smart_str        1802 ext/soap/php_sdl.c static void sdl_serialize_key(HashTable *ht, smart_str *out)
smart_str        1816 ext/soap/php_sdl.c static void sdl_serialize_encoder_ref(encodePtr enc, HashTable *tmp_encoders, smart_str *out) {
smart_str        1829 ext/soap/php_sdl.c static void sdl_serialize_type_ref(sdlTypePtr type, HashTable *tmp_types, smart_str *out) {
smart_str        1842 ext/soap/php_sdl.c static void sdl_serialize_attribute(sdlAttributePtr attr, HashTable *tmp_encoders, smart_str *out)
smart_str        1872 ext/soap/php_sdl.c static void sdl_serialize_model(sdlContentModelPtr model, HashTable *tmp_types, HashTable *tmp_elements, smart_str *out)
smart_str        1906 ext/soap/php_sdl.c static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out)
smart_str        1917 ext/soap/php_sdl.c static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out)
smart_str        1928 ext/soap/php_sdl.c static void sdl_serialize_type(sdlTypePtr type, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out)
smart_str        2024 ext/soap/php_sdl.c static void sdl_serialize_encoder(encodePtr enc, HashTable *tmp_types, smart_str *out)
smart_str        2032 ext/soap/php_sdl.c static void sdl_serialize_parameters(HashTable *ht, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out)
smart_str        2057 ext/soap/php_sdl.c static void sdl_serialize_soap_body(sdlSoapBindingFunctionBodyPtr body, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out)
smart_str        2114 ext/soap/php_sdl.c 	smart_str buf = {0};
smart_str        2115 ext/soap/php_sdl.c 	smart_str *out = &buf;
smart_str        3199 ext/soap/php_sdl.c 	smart_str headers = {0};
smart_str        3279 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        1047 ext/soap/soap.c 			smart_str nscat = {0};
smart_str        2742 ext/soap/soap.c 	 			smart_str error = {0};
smart_str        2752 ext/soap/soap.c 			smart_str action = {0};
smart_str        2977 ext/soap/soap.c 		smart_str buf = {0};
smart_str        3008 ext/soap/soap.c 		smart_str buf = {0};
smart_str        3663 ext/soap/soap.c 						smart_str key = {0};
smart_str        3911 ext/soap/soap.c 				smart_str key = {0};
smart_str        4133 ext/soap/soap.c 						smart_str key = {0};
smart_str        4373 ext/soap/soap.c 					smart_str key = {0};
smart_str        4604 ext/soap/soap.c static void function_to_string(sdlFunctionPtr function, smart_str *buf)
smart_str        4670 ext/soap/soap.c static void model_to_string(sdlContentModelPtr model, smart_str *buf, int level)
smart_str        4704 ext/soap/soap.c static void type_to_string(sdlTypePtr type, smart_str *buf, int level)
smart_str        4707 ext/soap/soap.c 	smart_str spaces = {0};
smart_str         145 ext/sockets/conversions.c 	smart_str			path = {0};
smart_str        1691 ext/spl/spl_array.c 	smart_str buf = {0};
smart_str        1142 ext/spl/spl_dllist.c 	smart_str              buf      = {0};
smart_str         119 ext/spl/spl_iterators.c 	smart_str                prefix[6];
smart_str         120 ext/spl/spl_iterators.c 	smart_str                postfix[1];
smart_str        1019 ext/spl/spl_iterators.c 	smart_str  str = {0};
smart_str         756 ext/spl/spl_observer.c 	smart_str buf = {0};
smart_str        1881 ext/standard/file.c 	smart_str csvline = {0};
smart_str         250 ext/standard/filters.c 	smart_str tags_ss = { 0, 0, 0 };
smart_str          28 ext/standard/http.c PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
smart_str         215 ext/standard/http.c 	smart_str formstr = {0};
smart_str         227 ext/standard/http_fopen_wrapper.c 		smart_str header = {0};
smart_str         435 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         104 ext/standard/php_smart_str.h 	smart_str *__s = (smart_str *) (s);								\
smart_str         114 ext/standard/php_smart_str.h 	smart_str *__dest = (smart_str *) (dest);						\
smart_str         182 ext/standard/php_smart_str.h 	smart_str_appendl_ex((dest), ((smart_str *)(src))->c, \
smart_str         183 ext/standard/php_smart_str.h 		((smart_str *)(src))->len, (what));
smart_str          37 ext/standard/php_var.h PHPAPI void php_var_export_ex(zval **struc, int level, smart_str *buf TSRMLS_DC);
smart_str          52 ext/standard/php_var.h PHPAPI void php_var_serialize(smart_str *buf, zval **struc, php_serialize_data_t *var_hash TSRMLS_DC);
smart_str        1139 ext/standard/string.c 	smart_str      implstr = {0};
smart_str        3059 ext/standard/string.c 	smart_str	result = {0};
smart_str         105 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         854 ext/standard/url_scanner_ex.c 	smart_str surl = {0};
smart_str         855 ext/standard/url_scanner_ex.c 	smart_str buf = {0};
smart_str         856 ext/standard/url_scanner_ex.c 	smart_str url_app = {0};
smart_str         960 ext/standard/url_scanner_ex.c 	smart_str val;
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         347 ext/standard/var.c 	smart_str *buf;
smart_str         350 ext/standard/var.c 	buf = va_arg(args, smart_str *);
smart_str         384 ext/standard/var.c 	smart_str *buf;
smart_str         387 ext/standard/var.c 	buf = va_arg(args, smart_str *);
smart_str         416 ext/standard/var.c PHPAPI void php_var_export_ex(zval **struc, int level, smart_str *buf TSRMLS_DC) /* {{{ */
smart_str         511 ext/standard/var.c 	smart_str buf = {0};
smart_str         526 ext/standard/var.c 	smart_str buf = {0};
smart_str         544 ext/standard/var.c static void php_var_serialize_intern(smart_str *buf, zval *struc, HashTable *var_hash TSRMLS_DC);
smart_str         585 ext/standard/var.c static inline void php_var_serialize_long(smart_str *buf, long val) /* {{{ */
smart_str         593 ext/standard/var.c static inline void php_var_serialize_string(smart_str *buf, char *str, int len) /* {{{ */
smart_str         603 ext/standard/var.c static inline zend_bool php_var_serialize_class_name(smart_str *buf, zval *struc TSRMLS_DC) /* {{{ */
smart_str         618 ext/standard/var.c static void php_var_serialize_class(smart_str *buf, zval *struc, zval *retval_ptr, HashTable *var_hash TSRMLS_DC) /* {{{ */
smart_str         706 ext/standard/var.c static void php_var_serialize_intern(smart_str *buf, zval *struc, HashTable *var_hash TSRMLS_DC) /* {{{ */
smart_str         903 ext/standard/var.c PHPAPI void php_var_serialize(smart_str *buf, zval **struc, php_serialize_data_t *var_hash TSRMLS_DC) /* {{{ */
smart_str         916 ext/standard/var.c 	smart_str buf = {0};
smart_str         409 ext/sysvmsg/sysvmsg.c 		smart_str msg_var = {0};
smart_str         248 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         251 ext/wddx/wddx.c 	smart_str *str = (smart_str *)rsrc->ptr;
smart_str        1234 ext/wddx/wddx.c 	smart_str *packet;
smart_str        1236 ext/wddx/wddx.c 	packet = (smart_str *)emalloc(sizeof(smart_str));
smart_str         236 main/php_variables.c 	smart_str str;
smart_str         408 main/rfc1867.c 	smart_str buf_value = {0};
smart_str         203 main/spprintf.c static void xbuf_format_converter(smart_str *xbuf, const char *fmt, va_list ap) /* {{{ */
smart_str         814 main/spprintf.c 	smart_str xbuf = {0};
smart_str         327 sapi/apache2filter/php_functions.c 	smart_str tmp1 = {0};
smart_str         369 sapi/apache2handler/php_functions.c 	smart_str tmp1 = {0};
smart_str         438 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         455 sapi/cli/php_cli_server.c static void append_essential_headers(smart_str* buffer, php_cli_server_client *client, int persistent) /* {{{ */
smart_str         651 sapi/cli/php_cli_server.c 	smart_str buffer = { 0 };
smart_str        1992 sapi/cli/php_cli_server.c 		smart_str buffer = { 0 };
smart_str        2085 sapi/cli/php_cli_server.c 		smart_str buffer = { 0 };
smart_str          48 sapi/thttpd/thttpd.c 	smart_str sbuf;
smart_str         157 sapi/thttpd/thttpd.c # define VEC_BASE() smart_str vec_str = {0}
smart_str         437 sapi/thttpd/thttpd.c 	smart_str s = {0};
smart_str         319 sapi/tux/php_tux.c 	smart_str s = {0};