Home
last modified time | relevance | path

Searched refs:DUK_HSTRING_GET_DATA (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_hstring_misc.c29 p_start = DUK_HSTRING_GET_DATA(h); in duk_hstring_char_code_at_raw()
73 clen = duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk_hstring_init_charlen()
114 res = duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__hstring_get_charlen_slowpath()
139 res = duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__hstring_get_charlen_slowpath()
192 if (duk_memcmp((const void *) cstr, (const void *) DUK_HSTRING_GET_DATA(h), len) == 0) { in duk_hstring_equals_ascii_cstring()
H A Dduk_bi_string.c54 q_start = DUK_HSTRING_GET_DATA(h_search); in duk__str_search_shared()
63 p_start = DUK_HSTRING_GET_DATA(h_this); in duk__str_search_shared()
592 r_start = DUK_HSTRING_GET_DATA(h_repl);
674 p_start = DUK_HSTRING_GET_DATA(h_input);
680 q_start = DUK_HSTRING_GET_DATA(h_search);
800 DUK_BW_WRITE_ENSURE_BYTES(thr, bw, DUK_HSTRING_GET_DATA(h_input), tmp_sz);
1036 p_start = DUK_HSTRING_GET_DATA(h_input);
1041 q_start = DUK_HSTRING_GET_DATA(h_sep);
1389 src = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input);
1472 rc = (duk_small_int_t) duk_memcmp((const void *) DUK_HSTRING_GET_DATA(h1),
[all …]
H A Dduk_api_string.c76 duk_memcpy(buf + idx, DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__concat_and_join_helper()
80 duk_memcpy(buf + idx, DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__concat_and_join_helper()
145 duk_memcpy((void *) buf, (const void *) DUK_HSTRING_GET_DATA(h1), (size_t) len1); in duk_concat_2()
146 duk_memcpy((void *) (buf + len1), (const void *) DUK_HSTRING_GET_DATA(h2), (size_t) len2); in duk_concat_2()
181 p_start = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input); in duk_decode_string()
211 p_start = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input); in duk_map_string()
272 DUK_HSTRING_GET_DATA(h) + start_byte_offset, in duk_substring()
294 p_start = DUK_HSTRING_GET_DATA(h); in duk_trim()
H A Dduk_hstring.h134 #define DUK_HSTRING_GET_DATA(x) \ macro
138 #define DUK_HSTRING_GET_DATA(x) \ macro
143 (DUK_HSTRING_GET_DATA((x)) + (x)->blen)
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_hstring_misc.c29 p_start = DUK_HSTRING_GET_DATA(h); in duk_hstring_char_code_at_raw()
73 clen = duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk_hstring_init_charlen()
114 res = duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__hstring_get_charlen_slowpath()
139 res = duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__hstring_get_charlen_slowpath()
192 if (duk_memcmp((const void *) cstr, (const void *) DUK_HSTRING_GET_DATA(h), len) == 0) { in duk_hstring_equals_ascii_cstring()
H A Dduk_bi_string.c54 q_start = DUK_HSTRING_GET_DATA(h_search); in duk__str_search_shared()
63 p_start = DUK_HSTRING_GET_DATA(h_this); in duk__str_search_shared()
592 r_start = DUK_HSTRING_GET_DATA(h_repl);
674 p_start = DUK_HSTRING_GET_DATA(h_input);
680 q_start = DUK_HSTRING_GET_DATA(h_search);
800 DUK_BW_WRITE_ENSURE_BYTES(thr, bw, DUK_HSTRING_GET_DATA(h_input), tmp_sz);
1036 p_start = DUK_HSTRING_GET_DATA(h_input);
1041 q_start = DUK_HSTRING_GET_DATA(h_sep);
1389 src = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input);
1472 rc = (duk_small_int_t) duk_memcmp((const void *) DUK_HSTRING_GET_DATA(h1),
[all …]
H A Dduk_api_string.c76 duk_memcpy(buf + idx, DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__concat_and_join_helper()
80 duk_memcpy(buf + idx, DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__concat_and_join_helper()
145 duk_memcpy((void *) buf, (const void *) DUK_HSTRING_GET_DATA(h1), (size_t) len1); in duk_concat_2()
146 duk_memcpy((void *) (buf + len1), (const void *) DUK_HSTRING_GET_DATA(h2), (size_t) len2); in duk_concat_2()
181 p_start = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input); in duk_decode_string()
211 p_start = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input); in duk_map_string()
272 DUK_HSTRING_GET_DATA(h) + start_byte_offset, in duk_substring()
294 p_start = DUK_HSTRING_GET_DATA(h); in duk_trim()
H A Dduk_hstring.h134 #define DUK_HSTRING_GET_DATA(x) \ macro
138 #define DUK_HSTRING_GET_DATA(x) \ macro
143 (DUK_HSTRING_GET_DATA((x)) + (x)->blen)
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_hstring_misc.c29 p_start = DUK_HSTRING_GET_DATA(h); in duk_hstring_char_code_at_raw()
73 clen = duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk_hstring_init_charlen()
114 res = duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__hstring_get_charlen_slowpath()
139 res = duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__hstring_get_charlen_slowpath()
192 if (duk_memcmp((const void *) cstr, (const void *) DUK_HSTRING_GET_DATA(h), len) == 0) { in duk_hstring_equals_ascii_cstring()
H A Dduk_bi_string.c54 q_start = DUK_HSTRING_GET_DATA(h_search); in duk__str_search_shared()
63 p_start = DUK_HSTRING_GET_DATA(h_this); in duk__str_search_shared()
592 r_start = DUK_HSTRING_GET_DATA(h_repl);
674 p_start = DUK_HSTRING_GET_DATA(h_input);
680 q_start = DUK_HSTRING_GET_DATA(h_search);
800 DUK_BW_WRITE_ENSURE_BYTES(thr, bw, DUK_HSTRING_GET_DATA(h_input), tmp_sz);
1036 p_start = DUK_HSTRING_GET_DATA(h_input);
1041 q_start = DUK_HSTRING_GET_DATA(h_sep);
1389 src = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input);
1472 rc = (duk_small_int_t) duk_memcmp((const void *) DUK_HSTRING_GET_DATA(h1),
[all …]
H A Dduk_api_string.c76 duk_memcpy(buf + idx, DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__concat_and_join_helper()
80 duk_memcpy(buf + idx, DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__concat_and_join_helper()
145 duk_memcpy((void *) buf, (const void *) DUK_HSTRING_GET_DATA(h1), (size_t) len1); in duk_concat_2()
146 duk_memcpy((void *) (buf + len1), (const void *) DUK_HSTRING_GET_DATA(h2), (size_t) len2); in duk_concat_2()
181 p_start = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input); in duk_decode_string()
211 p_start = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input); in duk_map_string()
272 DUK_HSTRING_GET_DATA(h) + start_byte_offset, in duk_substring()
294 p_start = DUK_HSTRING_GET_DATA(h); in duk_trim()
H A Dduk_hstring.h134 #define DUK_HSTRING_GET_DATA(x) \ macro
138 #define DUK_HSTRING_GET_DATA(x) \ macro
143 (DUK_HSTRING_GET_DATA((x)) + (x)->blen)
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_hstring_misc.c29 p_start = DUK_HSTRING_GET_DATA(h); in duk_hstring_char_code_at_raw()
73 clen = duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk_hstring_init_charlen()
114 res = duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__hstring_get_charlen_slowpath()
139 res = duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__hstring_get_charlen_slowpath()
192 if (duk_memcmp((const void *) cstr, (const void *) DUK_HSTRING_GET_DATA(h), len) == 0) { in duk_hstring_equals_ascii_cstring()
H A Dduk_bi_string.c54 q_start = DUK_HSTRING_GET_DATA(h_search); in duk__str_search_shared()
63 p_start = DUK_HSTRING_GET_DATA(h_this); in duk__str_search_shared()
592 r_start = DUK_HSTRING_GET_DATA(h_repl);
674 p_start = DUK_HSTRING_GET_DATA(h_input);
680 q_start = DUK_HSTRING_GET_DATA(h_search);
800 DUK_BW_WRITE_ENSURE_BYTES(thr, bw, DUK_HSTRING_GET_DATA(h_input), tmp_sz);
1036 p_start = DUK_HSTRING_GET_DATA(h_input);
1041 q_start = DUK_HSTRING_GET_DATA(h_sep);
1389 src = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input);
1472 rc = (duk_small_int_t) duk_memcmp((const void *) DUK_HSTRING_GET_DATA(h1),
[all …]
H A Dduk_api_string.c76 duk_memcpy(buf + idx, DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__concat_and_join_helper()
80 duk_memcpy(buf + idx, DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__concat_and_join_helper()
145 duk_memcpy((void *) buf, (const void *) DUK_HSTRING_GET_DATA(h1), (size_t) len1); in duk_concat_2()
146 duk_memcpy((void *) (buf + len1), (const void *) DUK_HSTRING_GET_DATA(h2), (size_t) len2); in duk_concat_2()
181 p_start = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input); in duk_decode_string()
211 p_start = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input); in duk_map_string()
272 DUK_HSTRING_GET_DATA(h) + start_byte_offset, in duk_substring()
294 p_start = DUK_HSTRING_GET_DATA(h); in duk_trim()
H A Dduk_hstring.h134 #define DUK_HSTRING_GET_DATA(x) \ macro
138 #define DUK_HSTRING_GET_DATA(x) \ macro
143 (DUK_HSTRING_GET_DATA((x)) + (x)->blen)
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_string.c334 q_start = DUK_HSTRING_GET_DATA(h_search); in duk_bi_string_prototype_indexof_shared()
360 p_start = DUK_HSTRING_GET_DATA(h_this); in duk_bi_string_prototype_indexof_shared()
495 r_start = DUK_HSTRING_GET_DATA(h_repl);
577 p_start = DUK_HSTRING_GET_DATA(h_input);
583 q_start = DUK_HSTRING_GET_DATA(h_search);
698 DUK_BW_WRITE_ENSURE_BYTES(thr, bw, DUK_HSTRING_GET_DATA(h_input), tmp_sz);
937 p_start = DUK_HSTRING_GET_DATA(h_input);
943 q_start = DUK_HSTRING_GET_DATA(h_sep);
1069 (const char *) DUK_HSTRING_GET_DATA(h_input) + prev_match_end_boff,
1288 rc = (duk_small_int_t) DUK_MEMCMP((const void *) DUK_HSTRING_GET_DATA(h1),
[all …]
H A Dduk_api_string.c76 DUK_MEMCPY(buf + idx, DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__concat_and_join_helper()
80 DUK_MEMCPY(buf + idx, DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__concat_and_join_helper()
136 p_start = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input); in duk_decode_string()
167 p_start = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input); in duk_map_string()
227 DUK_HSTRING_GET_DATA(h) + start_byte_offset, in duk_substring()
250 p_start = DUK_HSTRING_GET_DATA(h); in duk_trim()
H A Dduk_hstring_misc.c24 p_start = DUK_HSTRING_GET_DATA(h); in duk_hstring_char_code_at_raw()
42 return duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk_hstring_get_charlen()
H A Dduk_hstring.h123 #define DUK_HSTRING_GET_DATA(x) \ macro
127 #define DUK_HSTRING_GET_DATA(x) \ macro
132 (DUK_HSTRING_GET_DATA((x)) + (x)->blen)
H A Dduk_bi_regexp.c157 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); in duk_bi_regexp_prototype_to_string()
158 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; in duk_bi_regexp_prototype_to_string()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_string.c334 q_start = DUK_HSTRING_GET_DATA(h_search); in duk_bi_string_prototype_indexof_shared()
360 p_start = DUK_HSTRING_GET_DATA(h_this); in duk_bi_string_prototype_indexof_shared()
495 r_start = DUK_HSTRING_GET_DATA(h_repl);
577 p_start = DUK_HSTRING_GET_DATA(h_input);
583 q_start = DUK_HSTRING_GET_DATA(h_search);
698 DUK_BW_WRITE_ENSURE_BYTES(thr, bw, DUK_HSTRING_GET_DATA(h_input), tmp_sz);
937 p_start = DUK_HSTRING_GET_DATA(h_input);
943 q_start = DUK_HSTRING_GET_DATA(h_sep);
1069 (const char *) DUK_HSTRING_GET_DATA(h_input) + prev_match_end_boff,
1288 rc = (duk_small_int_t) DUK_MEMCMP((const void *) DUK_HSTRING_GET_DATA(h1),
[all …]
H A Dduk_api_string.c76 DUK_MEMCPY(buf + idx, DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__concat_and_join_helper()
80 DUK_MEMCPY(buf + idx, DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk__concat_and_join_helper()
136 p_start = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input); in duk_decode_string()
167 p_start = (const duk_uint8_t *) DUK_HSTRING_GET_DATA(h_input); in duk_map_string()
227 DUK_HSTRING_GET_DATA(h) + start_byte_offset, in duk_substring()
250 p_start = DUK_HSTRING_GET_DATA(h); in duk_trim()
H A Dduk_hstring_misc.c24 p_start = DUK_HSTRING_GET_DATA(h); in duk_hstring_char_code_at_raw()
42 return duk_unicode_unvalidated_utf8_length(DUK_HSTRING_GET_DATA(h), DUK_HSTRING_GET_BYTELEN(h)); in duk_hstring_get_charlen()
H A Dduk_hstring.h123 #define DUK_HSTRING_GET_DATA(x) \ macro
127 #define DUK_HSTRING_GET_DATA(x) \ macro
132 (DUK_HSTRING_GET_DATA((x)) + (x)->blen)

12345678