Home
last modified time | relevance | path

Searched refs:smart_str (Results 1 – 25 of 76) sorted by relevance

1234

/PHP-5.5/ext/standard/
H A Durl_scanner_ex.h38 smart_str tag; /* read only */
39 smart_str arg; /* read only */
40 smart_str val; /* read only */
41 smart_str buf;
44 smart_str result;
47 smart_str form_app, url_app;
H A Dphp_smart_str.h107 smart_str *__s = (smart_str *) (s); \
117 smart_str *__dest = (smart_str *) (dest); \
185 smart_str_appendl_ex((dest), ((smart_str *)(src))->c, \
186 ((smart_str *)(src))->len, (what));
H A Dvar.c347 smart_str *buf; in php_array_element_export()
350 buf = va_arg(args, smart_str *); in php_array_element_export()
384 smart_str *buf; in php_object_element_export()
387 buf = va_arg(args, smart_str *); in php_object_element_export()
416 PHPAPI void php_var_export_ex(zval **struc, int level, smart_str *buf TSRMLS_DC) /* {{{ */ in php_var_export_ex()
511 smart_str buf = {0}; in php_var_export()
526 smart_str buf = {0}; in PHP_FUNCTION()
544 static void php_var_serialize_intern(smart_str *buf, zval *struc, HashTable *var_hash TSRMLS_DC);
585 static inline void php_var_serialize_long(smart_str *buf, long val) /* {{{ */ in php_var_serialize_long()
593 static inline void php_var_serialize_string(smart_str *buf, char *str, int len) /* {{{ */ in php_var_serialize_string()
[all …]
H A Dphp_smart_str_public.h30 } smart_str; typedef
H A Dphp_http.h27 PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
H A Dphp_var.h37 PHPAPI void php_var_export_ex(zval **struc, int level, smart_str *buf TSRMLS_DC);
52 PHPAPI void php_var_serialize(smart_str *buf, zval **struc, php_serialize_data_t *var_hash TSRMLS_D…
H A Durl_scanner_ex.c107 static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const c… in PHP_INI_END()
910 smart_str surl = {0}; in php_url_scanner_adapt_single_url()
911 smart_str buf = {0}; in php_url_scanner_adapt_single_url()
912 smart_str url_app = {0}; in php_url_scanner_adapt_single_url()
1016 smart_str val; in php_url_scanner_add_var()
H A Durl_scanner_ex.re110 static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const c…
362 smart_str surl = {0};
363 smart_str buf = {0};
364 smart_str url_app = {0};
468 smart_str val;
H A Dhttp.c28 PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, in php_url_encode_hash_ex()
215 smart_str formstr = {0}; in PHP_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_http.h34 int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC);
35 int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC);
40 smart_str* soap_headers TSRMLS_DC);
H A Dphp_http.c35 int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) in proxy_authentication()
43 smart_str auth = {0}; in proxy_authentication()
64 int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) in basic_authentication()
73 smart_str auth = {0}; in basic_authentication()
98 smart_str* soap_headers TSRMLS_DC) in http_context_headers()
244 smart_str soap_headers = {0}; in http_connect()
343 smart_str soap_headers = {0}; in make_http_soap_request()
344 smart_str soap_headers_z = {0}; in make_http_soap_request()
789 smart_str auth = {0}; in make_http_soap_request()
967 smart_str name = {0}; in make_http_soap_request()
[all …]
H A DTODO.old13 -convert all string mainpulation to use smart_str
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator.h27 smart_str transliterator_parse_error_to_string( UParseError* pe );
/PHP-5.5/ext/readline/
H A Dreadline_cli.h28 smart_str *prompt_str;
/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c93 smart_str * buffer = (smart_str *) buf; in mysqlnd_minfo_dump_loaded_plugins()
107 mysqlnd_minfo_dump_api_plugins(smart_str * buffer TSRMLS_DC) in mysqlnd_minfo_dump_api_plugins()
166 smart_str tmp_str = {0, 0, 0}; in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/json/
H A Djson.c170 static void json_escape_string(smart_str *buf, char *s, int len, int options TSRMLS_DC);
209 static inline void json_pretty_print_char(smart_str *buf, int options, char c TSRMLS_DC) /* {{{ */ in json_pretty_print_char()
217 static inline void json_pretty_print_indent(smart_str *buf, int options TSRMLS_DC) /* {{{ */ in json_pretty_print_indent()
231 static void json_encode_array(smart_str *buf, zval **val, int options TSRMLS_DC) /* {{{ */ in json_encode_array()
401 static void json_escape_string(smart_str *buf, char *s, int len, int options TSRMLS_DC) /* {{{ */ in json_escape_string()
555 static void json_encode_serializable_object(smart_str *buf, zval *val, int options TSRMLS_DC) /* {{… in json_encode_serializable_object()
601 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC) /* {{{ */ in php_json_encode()
776 smart_str buf = {0}; in PHP_FUNCTION()
H A Dphp_json.h52 PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC);
/PHP-5.5/ext/intl/
H A Dintl_error.h50 smart_str intl_parse_error_to_string( UParseError* pe );
H A Dintl_error.c247 smart_str intl_parse_error_to_string( UParseError* pe ) in intl_parse_error_to_string()
249 smart_str ret = {0}; in intl_parse_error_to_string()
/PHP-5.5/ext/wddx/
H A Dphp_wddx_api.h55 typedef smart_str wddx_packet;
/PHP-5.5/ext/session/
H A Dphp_session.h105 smart_str key;
177 smart_str rfc1867_prefix; /* session.upload_progress.prefix */
178 smart_str rfc1867_name; /* session.upload_progress.name */
/PHP-5.5/ext/iconv/
H A Diconv.c194 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd);
195 static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd);
201 static php_iconv_err_t _php_iconv_substr(smart_str *pretval, const char *str, size_t nbytes, int of…
207 static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbyte…
380 static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, size_t l, iconv_t cd) in _php_iconv_appendl()
461 static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd) in _php_iconv_appendc()
755 static php_iconv_err_t _php_iconv_substr(smart_str *pretval, in _php_iconv_substr()
2031 smart_str retval = {0}; in PHP_FUNCTION()
2159 smart_str retval = {0}; in PHP_FUNCTION()
2279 smart_str retval = {0}; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/libxml/
H A Dphp_libxml.h44 smart_str error_buffer;
/PHP-5.5/ext/curl/
H A Dphp_curl.h124 smart_str buf;
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c762 static int append_key_value(smart_str* loc_name, HashTable* hash_arr, char* key_name) in append_key_value()
787 static void add_prefix(smart_str* loc_name, char* key_name) in add_prefix()
803 static int append_multiple_key_values(smart_str* loc_name, HashTable* hash_arr, char* key_name TSRM… in append_multiple_key_values()
880 static int handleAppendResult( int result, smart_str* loc_name TSRMLS_DC) in handleAppendResult()
902 smart_str loc_name_s = {0}; in PHP_FUNCTION()
903 smart_str *loc_name = &loc_name_s; in PHP_FUNCTION()

Completed in 72 milliseconds

1234