Home
last modified time | relevance | path

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

12345678910>>...42

/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_smart_str.h49 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len);
50 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len);
51 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
55 smart_str *str, double num, int precision, bool zero_fraction);
56 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...)
86 static zend_always_inline void smart_str_free_ex(smart_str *str, bool persistent) { in smart_str_free_ex()
94 static zend_always_inline void smart_str_0(smart_str *str) { in smart_str_0()
100 static zend_always_inline size_t smart_str_get_len(smart_str *str) { in smart_str_get_len()
104 static zend_always_inline zend_string *smart_str_extract(smart_str *str) { in smart_str_extract()
132 static zend_always_inline void smart_str_append_smart_str_ex(smart_str *dest, const smart_str *src,… in smart_str_append_smart_str_ex()
[all …]
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_smart_str.h49 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len);
50 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len);
51 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
55 smart_str *str, double num, int precision, bool zero_fraction);
56 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...)
86 static zend_always_inline void smart_str_free_ex(smart_str *str, bool persistent) { in smart_str_free_ex()
94 static zend_always_inline void smart_str_0(smart_str *str) { in smart_str_0()
100 static zend_always_inline size_t smart_str_get_len(smart_str *str) { in smart_str_get_len()
104 static zend_always_inline zend_string *smart_str_extract(smart_str *str) { in smart_str_extract()
132 static zend_always_inline void smart_str_append_smart_str_ex(smart_str *dest, const smart_str *src,… in smart_str_append_smart_str_ex()
[all …]
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_smart_str.h51 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len);
52 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len);
53 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
54 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...)
59 static zend_always_inline size_t smart_str_alloc(smart_str *str, size_t len, zend_bool persistent) { in END_EXTERN_C()
83 static zend_always_inline void smart_str_free_ex(smart_str *str, zend_bool persistent) { in smart_str_free_ex()
91 static zend_always_inline void smart_str_0(smart_str *str) { in smart_str_0()
97 static zend_always_inline size_t smart_str_get_len(smart_str *str) { in smart_str_get_len()
101 static zend_always_inline zend_string *smart_str_extract(smart_str *str) { in smart_str_extract()
129 static zend_always_inline void smart_str_append_smart_str_ex(smart_str *dest, const smart_str *src,… in smart_str_append_smart_str_ex()
[all …]
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_smart_str.h51 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len);
52 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len);
53 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
54 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...)
59 static zend_always_inline size_t smart_str_alloc(smart_str *str, size_t len, zend_bool persistent) { in END_EXTERN_C()
83 static zend_always_inline void smart_str_free_ex(smart_str *str, zend_bool persistent) { in smart_str_free_ex()
91 static zend_always_inline void smart_str_0(smart_str *str) { in smart_str_0()
97 static zend_always_inline size_t smart_str_get_len(smart_str *str) { in smart_str_get_len()
101 static zend_always_inline zend_string *smart_str_extract(smart_str *str) { in smart_str_extract()
129 static zend_always_inline void smart_str_append_smart_str_ex(smart_str *dest, const smart_str *src,… in smart_str_append_smart_str_ex()
[all …]
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_smart_str.h49 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len);
50 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len);
51 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
52 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...)
57 static zend_always_inline size_t smart_str_alloc(smart_str *str, size_t len, zend_bool persistent) { in END_EXTERN_C()
81 static zend_always_inline void smart_str_free_ex(smart_str *str, zend_bool persistent) { in smart_str_free_ex()
89 static zend_always_inline void smart_str_0(smart_str *str) { in smart_str_0()
95 static zend_always_inline size_t smart_str_get_len(smart_str *str) { in smart_str_get_len()
99 static zend_always_inline zend_string *smart_str_extract(smart_str *str) { in smart_str_extract()
127 static zend_always_inline void smart_str_append_smart_str_ex(smart_str *dest, const smart_str *src,… in smart_str_append_smart_str_ex()
[all …]
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_smart_str.h51 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len);
52 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len);
53 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
54 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...)
59 static zend_always_inline size_t smart_str_alloc(smart_str *str, size_t len, zend_bool persistent) { in END_EXTERN_C()
83 static zend_always_inline void smart_str_free_ex(smart_str *str, zend_bool persistent) { in smart_str_free_ex()
91 static zend_always_inline void smart_str_0(smart_str *str) { in smart_str_0()
97 static zend_always_inline size_t smart_str_get_len(smart_str *str) { in smart_str_get_len()
101 static zend_always_inline zend_string *smart_str_extract(smart_str *str) { in smart_str_extract()
129 static zend_always_inline void smart_str_append_smart_str_ex(smart_str *dest, const smart_str *src,… in smart_str_append_smart_str_ex()
[all …]
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_smart_str.h51 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len);
52 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len);
53 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
54 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...)
59 static zend_always_inline size_t smart_str_alloc(smart_str *str, size_t len, zend_bool persistent) { in END_EXTERN_C()
83 static zend_always_inline void smart_str_free_ex(smart_str *str, zend_bool persistent) { in smart_str_free_ex()
91 static zend_always_inline void smart_str_0(smart_str *str) { in smart_str_0()
97 static zend_always_inline size_t smart_str_get_len(smart_str *str) { in smart_str_get_len()
101 static zend_always_inline zend_string *smart_str_extract(smart_str *str) { in smart_str_extract()
129 static zend_always_inline void smart_str_append_smart_str_ex(smart_str *dest, const smart_str *src,… in smart_str_append_smart_str_ex()
[all …]
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_smart_str.h49 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len);
50 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len);
51 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
52 ZEND_API void smart_str_append_printf(smart_str *dest, const char *format, ...)
57 static zend_always_inline size_t smart_str_alloc(smart_str *str, size_t len, zend_bool persistent) { in END_EXTERN_C()
81 static zend_always_inline void smart_str_free_ex(smart_str *str, zend_bool persistent) { in smart_str_free_ex()
89 static zend_always_inline void smart_str_0(smart_str *str) { in smart_str_0()
95 static zend_always_inline size_t smart_str_get_len(smart_str *str) { in smart_str_get_len()
99 static zend_always_inline zend_string *smart_str_extract(smart_str *str) { in smart_str_extract()
127 static zend_always_inline void smart_str_append_smart_str_ex(smart_str *dest, const smart_str *src,… in smart_str_append_smart_str_ex()
[all …]
/dports/www/py-enmerkar/enmerkar-0.7.1/enmerkar/
H A Dextract.py6 from django.utils.encoding import smart_str
73 [smart_str(message_context),
74 smart_str(join_tokens(singular, trimmed)),
75 smart_str(join_tokens(plural, trimmed))],
83 smart_str(join_tokens(plural, trimmed))),
90 [smart_str(message_context),
98 smart_str(join_tokens(singular, trimmed)),
136 [smart_str(message_context), smart_str(g)],
141 yield lineno, None, smart_str(g), []
162 yield lineno, None, smart_str(stripped_cmatch), []
[all …]
/dports/www/mod_php81/php-8.1.1/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;
55 smart_str attr_val;
/dports/lang/php74/php-7.4.27/ext/standard/
H A Durl_scanner_ex.h40 smart_str tag; /* read only */
41 smart_str arg; /* read only */
42 smart_str val; /* read only */
43 smart_str buf;
46 smart_str result;
49 smart_str form_app, url_app;
57 smart_str attr_val;
/dports/lang/php73/php-7.3.33/ext/standard/
H A Durl_scanner_ex.h40 smart_str tag; /* read only */
41 smart_str arg; /* read only */
42 smart_str val; /* read only */
43 smart_str buf;
46 smart_str result;
49 smart_str form_app, url_app;
57 smart_str attr_val;
/dports/lang/php81/php-8.1.1/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;
55 smart_str attr_val;
/dports/lang/php80/php-8.0.15/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;
55 smart_str attr_val;
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Durl_scanner_ex.h40 smart_str tag; /* read only */
41 smart_str arg; /* read only */
42 smart_str val; /* read only */
43 smart_str buf;
46 smart_str result;
49 smart_str form_app, url_app;
57 smart_str attr_val;
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Durl_scanner_ex.h40 smart_str tag; /* read only */
41 smart_str arg; /* read only */
42 smart_str val; /* read only */
43 smart_str buf;
46 smart_str result;
49 smart_str form_app, url_app;
57 smart_str attr_val;
/dports/www/mod_php80/php-8.0.15/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;
55 smart_str attr_val;
/dports/devel/pecl-yac/yac-2.2.1/serializer/
H A Dyac_serializer.h24 typedef int (*yac_serializer_t)(zval*, smart_str*, char**);
28 int yac_serializer_msgpack_pack(zval *pzval, smart_str *buf, char **msg);
32 int yac_serializer_php_pack(zval *pzval, smart_str *buf, char **msg);
36 int yac_serializer_igbinary_pack(zval *pzval, smart_str *buf, char **msg);
41 int yac_serializer_json_pack(zval *pzval, smart_str *buf, char **msg);
/dports/net/php81-soap/php-8.1.1/ext/soap/
H A Dphp_http.h29 int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
30 int basic_authentication(zval* this_ptr, smart_str* soap_headers);
35 smart_str* soap_headers);
/dports/www/mod_php81/php-8.1.1/ext/soap/
H A Dphp_http.h29 int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
30 int basic_authentication(zval* this_ptr, smart_str* soap_headers);
35 smart_str* soap_headers);
/dports/lang/php81/php-8.1.1/ext/soap/
H A Dphp_http.h29 int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
30 int basic_authentication(zval* this_ptr, smart_str* soap_headers);
35 smart_str* soap_headers);
/dports/lang/php73/php-7.3.33/ext/soap/
H A Dphp_http.h31 int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
32 int basic_authentication(zval* this_ptr, smart_str* soap_headers);
37 smart_str* soap_headers);
/dports/net/php80-soap/php-8.0.15/ext/soap/
H A Dphp_http.h29 int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
30 int basic_authentication(zval* this_ptr, smart_str* soap_headers);
35 smart_str* soap_headers);
/dports/net/php73-soap/php-7.3.33/ext/soap/
H A Dphp_http.h31 int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
32 int basic_authentication(zval* this_ptr, smart_str* soap_headers);
37 smart_str* soap_headers);
/dports/net/php74-soap/php-7.4.27/ext/soap/
H A Dphp_http.h31 int proxy_authentication(zval* this_ptr, smart_str* soap_headers);
32 int basic_authentication(zval* this_ptr, smart_str* soap_headers);
37 smart_str* soap_headers);

12345678910>>...42