Home
last modified time | relevance | path

Searched refs:pos (Results 1 - 25 of 4061) sorted by relevance

12345678910>>...163

/third_party/node/deps/cjs-module-lexer/
H A Dlexer.js1 let source, pos, end;
46 e.message += `\n at ${name}:${source.slice(0, pos).split('\n').length}:${pos - source.lastIndexOf('\n', pos - 1)}`;
47 e.loc = pos;
87 pos = -1;
95 pos += 2;
96 while (pos++ < end) {
97 ch = source.charCodeAt(pos);
103 while (pos
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_ie.c45 u8 *pos; in wpa_gen_wpa_ie_wpa() local
57 pos = (u8 *) (hdr + 1); in wpa_gen_wpa_ie_wpa()
65 RSN_SELECTOR_PUT(pos, suite); in wpa_gen_wpa_ie_wpa()
66 pos += WPA_SELECTOR_LEN; in wpa_gen_wpa_ie_wpa()
68 *pos++ = 1; in wpa_gen_wpa_ie_wpa()
69 *pos++ = 0; in wpa_gen_wpa_ie_wpa()
78 RSN_SELECTOR_PUT(pos, suite); in wpa_gen_wpa_ie_wpa()
79 pos += WPA_SELECTOR_LEN; in wpa_gen_wpa_ie_wpa()
81 *pos++ = 1; in wpa_gen_wpa_ie_wpa()
82 *pos in wpa_gen_wpa_ie_wpa()
113 u8 *pos; wpa_gen_wpa_ie_rsn() local
268 u8 *pos, *len; wpa_gen_wpa_ie_osen() local
358 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) wpa_parse_vendor_specific() argument
394 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) wpa_parse_generic() argument
493 const u8 *pos, *end; wpa_supplicant_parse_ies() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue() argument
37 value=((leadByte-kMinTwoByteValueLead)<<8)|*pos; in readValue()
39 value=((leadByte-kMinThreeByteValueLead)<<16)|(pos[0]<<8)|pos[1]; in readValue()
41 value=(pos[0]<<16)|(pos[1]<<8)|pos[2]; in readValue()
43 value=(pos[0]<<24)|(pos[1]<<16)|(pos[ in readValue()
49 jumpByDelta(const uint8_t *pos) jumpByDelta() argument
70 const uint8_t *pos=pos_; current() local
81 branchNext(const uint8_t *pos, int32_t length, int32_t inByte) branchNext() argument
151 nextImpl(const uint8_t *pos, int32_t inByte) nextImpl() argument
[all...]
H A Ducharstrie.cpp33 const UChar *pos=pos_; in current() local
34 if(pos==NULL) { in current()
38 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current()
62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() argument
65 length=*pos++; in branchNext()
71 if(uchar<*pos++) { in branchNext()
73 pos=jumpByDelta(pos); in branchNext()
76 pos=skipDelta(pos); in branchNext()
124 nextImpl(const UChar *pos, int32_t uchar) nextImpl() argument
156 const UChar *pos=pos_; next() local
184 const UChar *pos=pos_; next() local
286 findUniqueValueFromBranch(const UChar *pos, int32_t length, UBool haveUniqueValue, int32_t &uniqueValue) findUniqueValueFromBranch() argument
324 findUniqueValue(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue) findUniqueValue() argument
368 const UChar *pos=pos_; getNextUChars() local
400 getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out) getNextBranchUChars() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue() argument
37 value=((leadByte-kMinTwoByteValueLead)<<8)|*pos; in readValue()
39 value=((leadByte-kMinThreeByteValueLead)<<16)|(pos[0]<<8)|pos[1]; in readValue()
41 value=(pos[0]<<16)|(pos[1]<<8)|pos[2]; in readValue()
43 value=(pos[0]<<24)|(pos[1]<<16)|(pos[ in readValue()
49 jumpByDelta(const uint8_t *pos) jumpByDelta() argument
70 const uint8_t *pos=pos_; current() local
81 branchNext(const uint8_t *pos, int32_t length, int32_t inByte) branchNext() argument
151 nextImpl(const uint8_t *pos, int32_t inByte) nextImpl() argument
[all...]
H A Ducharstrie.cpp33 const char16_t *pos=pos_; in current() local
34 if(pos==nullptr) { in current()
38 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current()
62 UCharsTrie::branchNext(const char16_t *pos, int32_t length, int32_t uchar) { in branchNext() argument
65 length=*pos++; in branchNext()
71 if(uchar<*pos++) { in branchNext()
73 pos=jumpByDelta(pos); in branchNext()
76 pos=skipDelta(pos); in branchNext()
124 nextImpl(const char16_t *pos, int32_t uchar) nextImpl() argument
156 const char16_t *pos=pos_; next() local
184 const char16_t *pos=pos_; next() local
286 findUniqueValueFromBranch(const char16_t *pos, int32_t length, UBool haveUniqueValue, int32_t &uniqueValue) findUniqueValueFromBranch() argument
324 findUniqueValue(const char16_t *pos, UBool haveUniqueValue, int32_t &uniqueValue) findUniqueValue() argument
368 const char16_t *pos=pos_; getNextUChars() local
400 getNextBranchUChars(const char16_t *pos, int32_t length, Appendable &out) getNextBranchUChars() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue() argument
37 value=((leadByte-kMinTwoByteValueLead)<<8)|*pos; in readValue()
39 value=((leadByte-kMinThreeByteValueLead)<<16)|(pos[0]<<8)|pos[1]; in readValue()
41 value=(pos[0]<<16)|(pos[1]<<8)|pos[2]; in readValue()
43 value=(pos[0]<<24)|(pos[1]<<16)|(pos[ in readValue()
49 jumpByDelta(const uint8_t *pos) jumpByDelta() argument
70 const uint8_t *pos=pos_; current() local
81 branchNext(const uint8_t *pos, int32_t length, int32_t inByte) branchNext() argument
151 nextImpl(const uint8_t *pos, int32_t inByte) nextImpl() argument
[all...]
H A Ducharstrie.cpp33 const UChar *pos=pos_; in current() local
34 if(pos==NULL) { in current()
38 return (remainingMatchLength_<0 && (node=*pos)>=kMinValueLead) ? in current()
62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext() argument
65 length=*pos++; in branchNext()
71 if(uchar<*pos++) { in branchNext()
73 pos=jumpByDelta(pos); in branchNext()
76 pos=skipDelta(pos); in branchNext()
124 nextImpl(const UChar *pos, int32_t uchar) nextImpl() argument
156 const UChar *pos=pos_; next() local
184 const UChar *pos=pos_; next() local
286 findUniqueValueFromBranch(const UChar *pos, int32_t length, UBool haveUniqueValue, int32_t &uniqueValue) findUniqueValueFromBranch() argument
324 findUniqueValue(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue) findUniqueValue() argument
368 const UChar *pos=pos_; getNextUChars() local
400 getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out) getNextBranchUChars() argument
[all...]
/third_party/python/Lib/tomllib/
H A D_parser.py75 pos = 0
84 pos = skip_chars(src, pos, TOML_WS)
95 char = src[pos]
99 pos += 1
102 pos = key_value_rule(src, pos, out, header, parse_float)
103 pos = skip_chars(src, pos, TOML_WS)
106 second_char: str | None = src[pos
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java133 private int pos; field in BytesTrie.State
147 state.pos=pos_; in saveState()
166 pos_=state.pos; in resetToState()
245 int pos=pos_; in current()
246 if(pos<0) { in current()
250 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in current()
279 int pos=pos_; in next()
280 if(pos<0) { in next()
289 if(inByte==(bytes_[pos++]&0xff)) { in next()
291 pos_=pos; in next()
712 branchNext(int pos, int length) branchNext() argument
764 readValue(byte[] bytes, int pos, int leadByte) readValue() argument
779 skipValue(int pos, int leadByte) skipValue() argument
792 skipValue(byte[] bytes, int pos) skipValue() argument
803 jumpByDelta(byte[] bytes, int pos) jumpByDelta() argument
822 skipDelta(byte[] bytes, int pos) skipDelta() argument
839 branchNext(int pos, int length, int inByte) branchNext() argument
909 nextImpl(int pos, int inByte) nextImpl() argument
945 findUniqueValueFromBranch(byte[] bytes, int pos, int length, long uniqueValue) findUniqueValueFromBranch() argument
985 findUniqueValue(byte[] bytes, int pos, long uniqueValue) findUniqueValue() argument
1020 getNextBranchBytes(byte[] bytes, int pos, int length, Appendable out) getNextBranchBytes() argument
[all...]
H A DCharsTrie.java136 private int pos; field in CharsTrie.State
150 state.pos=pos_; in saveState()
169 pos_=state.pos; in resetToState()
184 int pos=pos_; in current()
185 if(pos<0) { in current()
189 return (remainingMatchLength_<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in current()
229 int pos=pos_; in next()
230 if(pos<0) { in next()
236 if(inUnit==chars_.charAt(pos++)) { in next()
238 pos_=pos; in next()
647 branchNext(int pos, int length) branchNext() argument
702 readValue(CharSequence chars, int pos, int leadUnit) readValue() argument
713 skipValue(int pos, int leadUnit) skipValue() argument
723 skipValue(CharSequence chars, int pos) skipValue() argument
728 readNodeValue(CharSequence chars, int pos, int leadUnit) readNodeValue() argument
740 skipNodeValue(int pos, int leadUnit) skipNodeValue() argument
752 jumpByDelta(CharSequence chars, int pos) jumpByDelta() argument
765 skipDelta(CharSequence chars, int pos) skipDelta() argument
780 branchNext(int pos, int length, int inUnit) branchNext() argument
842 nextImpl(int pos, int inUnit) nextImpl() argument
877 findUniqueValueFromBranch(CharSequence chars, int pos, int length, long uniqueValue) findUniqueValueFromBranch() argument
918 findUniqueValue(CharSequence chars, int pos, long uniqueValue) findUniqueValue() argument
961 getNextBranchChars(CharSequence chars, int pos, int length, Appendable out) getNextBranchChars() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DBytesTrie.java126 private int pos; field in BytesTrie.State
139 state.pos=pos_; in saveState()
157 pos_=state.pos; in resetToState()
228 int pos=pos_; in current()
229 if(pos<0) { in current()
233 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in current()
260 int pos=pos_; in next()
261 if(pos<0) { in next()
270 if(inByte==(bytes_[pos++]&0xff)) { in next()
272 pos_=pos; in next()
677 branchNext(int pos, int length) branchNext() argument
729 readValue(byte[] bytes, int pos, int leadByte) readValue() argument
744 skipValue(int pos, int leadByte) skipValue() argument
757 skipValue(byte[] bytes, int pos) skipValue() argument
763 jumpByDelta(byte[] bytes, int pos) jumpByDelta() argument
782 skipDelta(byte[] bytes, int pos) skipDelta() argument
799 branchNext(int pos, int length, int inByte) branchNext() argument
869 nextImpl(int pos, int inByte) nextImpl() argument
905 findUniqueValueFromBranch(byte[] bytes, int pos, int length, long uniqueValue) findUniqueValueFromBranch() argument
945 findUniqueValue(byte[] bytes, int pos, long uniqueValue) findUniqueValue() argument
980 getNextBranchBytes(byte[] bytes, int pos, int length, Appendable out) getNextBranchBytes() argument
[all...]
H A DCharsTrie.java129 private int pos; field in CharsTrie.State
142 state.pos=pos_; in saveState()
160 pos_=state.pos; in resetToState()
174 int pos=pos_; in current()
175 if(pos<0) { in current()
179 return (remainingMatchLength_<0 && (node=chars_.charAt(pos))>=kMinValueLead) ? in current()
216 int pos=pos_; in next()
217 if(pos<0) { in next()
223 if(inUnit==chars_.charAt(pos++)) { in next()
225 pos_=pos; in next()
620 branchNext(int pos, int length) branchNext() argument
675 readValue(CharSequence chars, int pos, int leadUnit) readValue() argument
686 skipValue(int pos, int leadUnit) skipValue() argument
696 skipValue(CharSequence chars, int pos) skipValue() argument
701 readNodeValue(CharSequence chars, int pos, int leadUnit) readNodeValue() argument
713 skipNodeValue(int pos, int leadUnit) skipNodeValue() argument
725 jumpByDelta(CharSequence chars, int pos) jumpByDelta() argument
738 skipDelta(CharSequence chars, int pos) skipDelta() argument
753 branchNext(int pos, int length, int inUnit) branchNext() argument
815 nextImpl(int pos, int inUnit) nextImpl() argument
850 findUniqueValueFromBranch(CharSequence chars, int pos, int length, long uniqueValue) findUniqueValueFromBranch() argument
891 findUniqueValue(CharSequence chars, int pos, long uniqueValue) findUniqueValue() argument
934 getNextBranchChars(CharSequence chars, int pos, int length, Appendable out) getNextBranchChars() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_ie.c45 u8 *pos; in wpa_gen_wpa_ie_wpa() local
57 pos = (u8 *) (hdr + 1); in wpa_gen_wpa_ie_wpa()
65 RSN_SELECTOR_PUT(pos, suite); in wpa_gen_wpa_ie_wpa()
66 pos += WPA_SELECTOR_LEN; in wpa_gen_wpa_ie_wpa()
68 *pos++ = 1; in wpa_gen_wpa_ie_wpa()
69 *pos++ = 0; in wpa_gen_wpa_ie_wpa()
78 RSN_SELECTOR_PUT(pos, suite); in wpa_gen_wpa_ie_wpa()
79 pos += WPA_SELECTOR_LEN; in wpa_gen_wpa_ie_wpa()
81 *pos++ = 1; in wpa_gen_wpa_ie_wpa()
82 *pos in wpa_gen_wpa_ie_wpa()
136 u8 *pos; wpa_gen_wpa_ie_rsn() local
279 u8 *pos, *len; wpa_gen_wpa_ie_osen() local
364 u8 *pos = rsnxe; wpa_gen_rsnxe() local
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Ddecoder.py36 Decode(buffer, pos, end, message, field_dict)
39 pos: The current position in the string.
53 Decoders are expected to raise an exception if they are called with pos > end.
122 def DecodeVarint(buffer, pos):
126 b = six.indexbytes(buffer, pos)
128 pos += 1
132 return (result, pos)
145 def DecodeVarint(buffer, pos):
149 b = six.indexbytes(buffer, pos)
151 pos
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c38 char buf[128], *pos, *pos2, *pos3; in hostapd_config_read_vlan_file() local
53 pos = buf; in hostapd_config_read_vlan_file()
54 while (*pos != '\0') { in hostapd_config_read_vlan_file()
55 if (*pos == '\n') { in hostapd_config_read_vlan_file()
56 *pos = '\0'; in hostapd_config_read_vlan_file()
59 pos++; in hostapd_config_read_vlan_file()
66 pos = buf + 1; in hostapd_config_read_vlan_file()
68 vlan_id = strtol(buf, &pos, 10); in hostapd_config_read_vlan_file()
69 if (buf == pos || vlan_id < 1 || in hostapd_config_read_vlan_file()
78 while (*pos in hostapd_config_read_vlan_file()
175 char buf[128], *pos; hostapd_config_read_maclist() local
246 hostapd_config_eap_user_salted(struct hostapd_eap_user *user, const char *hash, size_t len, char **pos, int line, const char *fname) hostapd_config_eap_user_salted() argument
305 char buf[512], *pos, *start, *pos2; hostapd_config_read_eap_user() local
862 char *pos; hostapd_parse_chanlist() local
882 char *pos, *end; hostapd_parse_intlist() local
957 rkh_derive_key(const char *pos, u8 *key, size_t key_len) rkh_derive_key() argument
979 char *pos, *next; add_r0kh() local
1025 char *pos, *next; add_r1kh() local
1234 char *pos, *end; hostapd_parse_he_srg_bitmap() local
1260 parse_roaming_consortium(struct hostapd_bss_config *bss, char *pos, int line) parse_roaming_consortium() argument
1292 parse_lang_string(struct hostapd_lang_string **array, unsigned int *count, char *pos) parse_lang_string() argument
1340 parse_venue_name(struct hostapd_bss_config *bss, char *pos, int line) parse_venue_name() argument
1352 parse_venue_url(struct hostapd_bss_config *bss, char *pos, int line) parse_venue_url() argument
1394 char *pos; parse_3gpp_cell_net() local
1470 char *pos, *end, *rpos; parse_nai_realm() local
1658 char *pos = buf; parse_qos_map_set() local
1702 char *pos; hs20_parse_conn_capab() local
1736 char *pos; hs20_parse_wan_metrics() local
1797 hs20_parse_oper_friendly_name(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_oper_friendly_name() argument
1810 hs20_parse_icon(struct hostapd_bss_config *bss, char *pos) hs20_parse_icon() argument
1863 hs20_parse_osu_ssid(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_ssid() argument
1884 hs20_parse_osu_server_uri(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_server_uri() argument
1904 hs20_parse_osu_friendly_name(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_friendly_name() argument
1923 hs20_parse_osu_nai(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_nai() argument
1940 hs20_parse_osu_nai2(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_nai2() argument
1958 hs20_parse_osu_method_list(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_method_list() argument
1975 hs20_parse_osu_icon(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_icon() argument
1999 hs20_parse_osu_service_desc(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_service_desc() argument
2018 hs20_parse_operator_icon(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_operator_icon() argument
2040 hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, char *pos) hostapd_config_parse_acs_chan_bias() argument
2173 char *pos, *next; add_airtime_weight() local
2209 const char *pos = val, *pos2, *end = NULL; parse_sae_password() local
2313 hostapd_dpp_controller_parse(struct hostapd_bss_config *bss, const char *pos) hostapd_dpp_controller_parse() argument
2438 hostapd_config_fill(struct hostapd_config *conf, struct hostapd_bss_config *bss, const char *buf, char *pos, int line) hostapd_config_fill() argument
4907 char buf[4096], *pos; hostapd_config_read() local
[all...]
/third_party/exfatprogs/include/
H A Dlist.h207 * @pos: the &struct list_head to use as a loop counter.
211 #define list_for_each(pos, head) \
212 for (pos = (head)->next; pos != (head); \
213 pos = pos->next)
217 * @pos: the &struct list_head to use as a loop counter.
225 #define __list_for_each(pos, head) \
226 for (pos = (head)->next; pos !
[all...]
/third_party/benchmark/test/
H A Dstring_util_gtest.cc15 size_t pos = 0; in TEST() local
16 EXPECT_EQ(0ul, benchmark::stoul("0", &pos)); in TEST()
17 EXPECT_EQ(1ul, pos); in TEST()
20 size_t pos = 0; in TEST() local
21 EXPECT_EQ(7ul, benchmark::stoul("7", &pos)); in TEST()
22 EXPECT_EQ(1ul, pos); in TEST()
25 size_t pos = 0; in TEST() local
26 EXPECT_EQ(135ul, benchmark::stoul("135", &pos)); in TEST()
27 EXPECT_EQ(3ul, pos); in TEST()
31 size_t pos in TEST() local
37 size_t pos = 0; TEST() local
44 size_t pos = 0; TEST() local
49 size_t pos = 0; TEST() local
54 size_t pos = 0; TEST() local
59 size_t pos = 0; TEST() local
64 size_t pos = 0; TEST() local
76 TEST(StringUtilTest, stoi){{size_t pos = 0; TEST() local
81 size_t pos = 0; TEST() local
86 size_t pos = 0; TEST() local
91 size_t pos = 0; TEST() local
96 size_t pos = 0; TEST() local
101 size_t pos = 0; TEST() local
106 size_t pos = 0; TEST() local
111 size_t pos = 0; TEST() local
123 TEST(StringUtilTest, stod){{size_t pos = 0; TEST() local
128 size_t pos = 0; TEST() local
133 size_t pos = 0; TEST() local
138 size_t pos = 0; TEST() local
143 size_t pos = 0; TEST() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c75 char *pos; in set_bssid_filter() local
79 pos = val; in set_bssid_filter()
80 while (pos) { in set_bssid_filter()
81 if (*pos == '\0') in set_bssid_filter()
83 if (hwaddr_aton(pos, addr)) { in set_bssid_filter()
96 pos = os_strchr(pos, ' '); in set_bssid_filter()
97 if (pos) in set_bssid_filter()
98 pos++; in set_bssid_filter()
112 char *pos; in set_disallow_aps() local
235 wpas_ctrl_set_blob(struct wpa_supplicant *wpa_s, char *pos) wpas_ctrl_set_blob() argument
277 char *pos; wpas_ctrl_pno() local
373 char *pos; wpas_ctrl_set_relative_band_adjust() local
541 char *pos; wpa_supplicant_ctrl_iface_set() local
965 char *pos, *end; wpa_supplicant_ctrl_iface_tdls_chan_switch() local
1174 char *pos; wpa_supplicant_ctrl_iface_wps_pbc() local
1243 char *pos; wpa_supplicant_ctrl_iface_wps_pin() local
1287 char *pos; wpa_supplicant_ctrl_iface_wps_check_pin() local
1350 char *pos; wpa_supplicant_ctrl_iface_wps_nfc_config_token() local
1406 wpa_supplicant_ctrl_iface_wps_nfc_tag_read( struct wpa_supplicant *wpa_s, char *pos) wpa_supplicant_ctrl_iface_wps_nfc_tag_read() argument
1494 char *pos; wpas_ctrl_nfc_get_handover_req() local
1577 char *pos, *pos2; wpas_ctrl_nfc_get_handover_sel() local
1625 char *pos, *role, *type, *pos2; wpas_ctrl_nfc_report_handover() local
1795 char *pos; wpa_supplicant_ctrl_iface_wps_ap_pin() local
1852 char *uuid = cmd, *pin, *pos; wpa_supplicant_ctrl_iface_wps_er_pin() local
2000 char *pos, *id_pos; wpa_supplicant_ctrl_iface_ctrl_rsp() local
2038 char *pos, *end, tmp[30]; wpa_supplicant_ctrl_iface_status() local
2375 char *pos; wpa_supplicant_ctrl_iface_bssid() local
2412 char *pos, *end; wpa_supplicant_ctrl_iface_blacklist() local
2463 char *pos, *end, *stamp; wpa_supplicant_ctrl_iface_log_level() local
2509 char *pos, *end, *prev; wpa_supplicant_ctrl_iface_list_networks() local
2573 wpa_supplicant_cipher_txt(char *pos, char *end, int cipher) wpa_supplicant_cipher_txt() argument
2588 wpa_supplicant_ie_txt(char *pos, char *end, const char *proto, const u8 *ie, size_t ie_len) wpa_supplicant_ie_txt() argument
2777 wpa_supplicant_wps_ie_txt_buf(struct wpa_supplicant *wpa_s, char *pos, char *end, struct wpabuf *wps_ie) wpa_supplicant_wps_ie_txt_buf() argument
2804 wpa_supplicant_wps_ie_txt(struct wpa_supplicant *wpa_s, char *pos, char *end, const struct wpa_bss *bss) wpa_supplicant_wps_ie_txt() argument
2823 char *pos, *end; wpa_supplicant_ctrl_iface_scan_result() local
3026 char *pos, *end; wpa_supplicant_ctrl_iface_scan_results() local
3060 char *pos, ifname[IFNAMSIZ + 1]; wpa_supplicant_ctrl_iface_mesh_interface_add() local
3180 char *pos; wpa_supplicant_ctrl_iface_mesh_peer_add() local
3203 char *pos; wpa_supplicant_ctrl_iface_mesh_link_probe() local
3247 char *pos; wpa_supplicant_ctrl_iface_select_network() local
3628 char *pos, *end; wpa_supplicant_ctrl_iface_list_creds() local
3925 char *pos, *end; ctrl_iface_get_capability_pairwise() local
3961 char *pos, *end; ctrl_iface_get_capability_group() local
3997 char *pos, *end; ctrl_iface_get_capability_group_mgmt() local
4026 char *pos, *end; ctrl_iface_get_capability_key_mgmt() local
4156 char *pos, *end; ctrl_iface_get_capability_proto() local
4199 char *pos, *end; ctrl_iface_get_capability_auth_alg() local
4277 char *pos, *end; ctrl_iface_get_capability_modes() local
4327 char *pos, *end, *hmode; ctrl_iface_get_capability_channels() local
4377 char *pos, *end, *hmode; ctrl_iface_get_capability_freq() local
4574 anqp_add_hex(char *pos, char *end, const char *title, struct wpabuf *data) anqp_add_hex() argument
4609 print_fils_indication(struct wpa_bss *bss, char *pos, char *end) print_fils_indication() argument
4685 char *pos, *end; print_bss_info() local
5375 char *pos; p2p_ctrl_find() local
5449 p2ps_ctrl_parse_cpt_priority(const char *pos, u8 *cpt) p2ps_ctrl_parse_cpt_priority() argument
5494 char *pos; p2p_parse_asp_provision_cmd() local
5597 char *pos; p2p_ctrl_asp_provision_resp() local
5628 char *pos; p2p_ctrl_asp_provision() local
5681 char *pos, *pos2; p2p_ctrl_connect() local
5850 char *pos; p2p_ctrl_prov_disc() local
5893 char *pos; p2p_ctrl_serv_disc_req() local
5998 char *pos, *pos2; p2p_ctrl_serv_disc_resp() local
6053 char *pos; p2p_ctrl_service_add_bonjour() local
6102 char *pos; p2p_ctrl_service_add_upnp() local
6120 char *pos; p2p_ctrl_service_add_asp() local
6234 char *pos; p2p_ctrl_service_add() local
6279 char *pos; p2p_ctrl_service_del_upnp() local
6312 char *pos; p2p_ctrl_service_del() local
6332 char *pos; p2p_ctrl_service_replace() local
6362 char *pos; p2p_ctrl_invite_persistent() local
6425 char *pos; p2p_ctrl_invite_group() local
6603 char *pos, *end; p2p_ctrl_peer() local
6762 char *pos; p2p_ctrl_set() local
6779 char *pos; p2p_ctrl_set() local
6869 char *pos; p2p_ctrl_set() local
6908 char *pos; p2p_ctrl_set() local
6985 char *pos, *pos2; p2p_ctrl_presence_req() local
7017 char *pos; p2p_ctrl_ext_listen() local
7035 const char *pos; p2p_ctrl_remove_client() local
7114 char *pos; ctrl_interworking_select() local
7178 char *pos; get_anqp() local
7235 char *pos, *end; gas_request() local
7300 char *pos; gas_response_get() local
7374 char *pos; get_hs20_anqp() local
7579 char *pos; wpas_ctrl_iface_wnm_sleep() local
7673 char *pos, *end; wpa_supplicant_signal_poll() local
7737 const char *pos; wpas_ctrl_iface_signal_monitor() local
7762 char *pos = wpa_s->get_pref_freq_list_override; wpas_ctrl_iface_get_pref_freq_list_override() local
7802 char *pos, *end; wpas_ctrl_iface_get_pref_freq_list() local
7847 char *pos, *end; wpas_ctrl_iface_driver_flags() local
7924 char *pos; wpa_supplicant_vendor_cmd() local
8159 char *pos, *end; wpas_ctrl_radio_work_show() local
8234 char *pos, *pos2; wpas_ctrl_radio_work_add() local
8362 const char *pos = value; scan_id_list_parse() local
8382 char *pos; wpas_ctrl_scan() local
8602 char *pos, *param; wpas_ctrl_iface_mgmt_tx() local
8680 char *pos, *param; wpas_ctrl_iface_mgmt_rx_process() local
8752 char *pos, *end; wpas_ctrl_iface_driver_scan_res() local
8867 char *pos, *param; wpas_ctrl_iface_driver_event() local
8911 char *pos; wpas_ctrl_iface_eapol_rx() local
8951 const u16 *pos = buf; ipv4_hdr_checksum() local
8972 const u8 *pos; wpas_data_test_rx() local
9014 char *pos; wpas_ctrl_iface_data_test_config() local
9050 char *pos, *pos2; wpas_ctrl_iface_data_test_tx() local
9165 char *pos; wpas_ctrl_test_alloc_fail() local
9198 char *pos; wpas_ctrl_test_fail() local
9310 const char *pos = cmd; wpas_ctrl_key_request() local
9361 char *pos = cmd; wpas_ctrl_vendor_elem_add() local
9438 char *pos = cmd; wpas_ctrl_vendor_elem_remove() local
9522 const u8 *pos = data, *end; wpas_ctrl_neighbor_rep_cb() local
9734 char *pos, *pos2, *end; wpas_ctrl_iface_pmksa_get() local
9812 char *pos, *pos2; wpas_ctrl_iface_pmksa_add() local
9940 const char *pos; wpas_ctrl_iface_fils_hlp_req_add() local
10859 char *pos, *extra; wpa_supplicant_global_iface_add() local
11034 char *pos, *end; wpa_supplicant_global_iface_list() local
11076 char *pos, *end; wpa_supplicant_global_iface_interfaces() local
11350 char *pos, *end; wpas_global_ctrl_iface_status() local
11466 char *pos = os_strchr(buf + 7, ' '); wpa_supplicant_global_ctrl_iface_process() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_server_write.c45 u8 *pos, *rhdr, *hs_start, *hs_length, *ext_start; in tls_write_server_hello() local
49 pos = *msgpos; in tls_write_server_hello()
52 rhdr = pos; in tls_write_server_hello()
53 pos += TLS_RECORD_HEADER_LEN; in tls_write_server_hello()
80 hs_start = pos; in tls_write_server_hello()
82 *pos++ = TLS_HANDSHAKE_TYPE_SERVER_HELLO; in tls_write_server_hello()
84 hs_length = pos; in tls_write_server_hello()
85 pos += 3; in tls_write_server_hello()
88 WPA_PUT_BE16(pos, conn->rl.tls_version); in tls_write_server_hello()
89 pos in tls_write_server_hello()
192 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; tls_write_server_certificate() local
287 u8 *pos, *rhdr, *hs_start, *hs_length; tls_write_server_certificate_status() local
373 u8 *pos, *rhdr, *hs_start, *hs_length, *server_params; tls_write_server_key_exchange() local
698 u8 *pos, *rhdr, *hs_start, *hs_length; tls_write_server_certificate_request() local
764 u8 *pos; tls_write_server_hello_done() local
834 u8 *pos, *hs_start; tls_write_server_finished() local
932 u8 *msg, *end, *pos; tls_send_server_hello() local
1012 u8 *msg, *end, *pos; tls_send_change_cipher_spec() local
1060 u8 *alert, *pos, *length; tlsv1_server_send_alert() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_server_write.c45 u8 *pos, *rhdr, *hs_start, *hs_length, *ext_start; in tls_write_server_hello() local
49 pos = *msgpos; in tls_write_server_hello()
52 rhdr = pos; in tls_write_server_hello()
53 pos += TLS_RECORD_HEADER_LEN; in tls_write_server_hello()
80 hs_start = pos; in tls_write_server_hello()
82 *pos++ = TLS_HANDSHAKE_TYPE_SERVER_HELLO; in tls_write_server_hello()
84 hs_length = pos; in tls_write_server_hello()
85 pos += 3; in tls_write_server_hello()
88 WPA_PUT_BE16(pos, conn->rl.tls_version); in tls_write_server_hello()
89 pos in tls_write_server_hello()
192 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; tls_write_server_certificate() local
287 u8 *pos, *rhdr, *hs_start, *hs_length; tls_write_server_certificate_status() local
373 u8 *pos, *rhdr, *hs_start, *hs_length, *server_params; tls_write_server_key_exchange() local
698 u8 *pos, *rhdr, *hs_start, *hs_length; tls_write_server_certificate_request() local
764 u8 *pos; tls_write_server_hello_done() local
834 u8 *pos, *hs_start; tls_write_server_finished() local
932 u8 *msg, *end, *pos; tls_send_server_hello() local
1012 u8 *msg, *end, *pos; tls_send_change_cipher_spec() local
1060 u8 *alert, *pos, *length; tlsv1_server_send_alert() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dutf8collationiterator.cpp36 pos = newOffset; in resetToOffset()
41 return pos; in getOffset()
46 if(pos == length) { in handleNextCE32()
51 c = u8[pos++]; in handleNextCE32()
58 ((pos + 1) < length || length < 0) && in handleNextCE32()
59 U8_IS_VALID_LEAD3_AND_T1(c, t1 = u8[pos]) && in handleNextCE32()
60 (t2 = (u8[pos + 1] - 0x80)) <= 0x3f) { in handleNextCE32()
63 pos += 2; in handleNextCE32()
65 } else if(c < 0xe0 && c >= 0xc2 && pos != length && (t1 = (u8[pos] in handleNextCE32()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dutf8collationiterator.cpp36 pos = newOffset; in resetToOffset()
41 return pos; in getOffset()
46 if(pos == length) { in handleNextCE32()
51 c = u8[pos++]; in handleNextCE32()
58 ((pos + 1) < length || length < 0) && in handleNextCE32()
59 U8_IS_VALID_LEAD3_AND_T1(c, t1 = u8[pos]) && in handleNextCE32()
60 (t2 = (u8[pos + 1] - 0x80)) <= 0x3f) { in handleNextCE32()
63 pos += 2; in handleNextCE32()
65 } else if(c < 0xe0 && c >= 0xc2 && pos != length && (t1 = (u8[pos] in handleNextCE32()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dutf8collationiterator.cpp36 pos = newOffset; in resetToOffset()
41 return pos; in getOffset()
46 if(pos == length) { in handleNextCE32()
51 c = u8[pos++]; in handleNextCE32()
58 ((pos + 1) < length || length < 0) && in handleNextCE32()
59 U8_IS_VALID_LEAD3_AND_T1(c, t1 = u8[pos]) && in handleNextCE32()
60 (t2 = (u8[pos + 1] - 0x80)) <= 0x3f) { in handleNextCE32()
63 pos += 2; in handleNextCE32()
65 } else if(c < 0xe0 && c >= 0xc2 && pos != length && (t1 = (u8[pos] in handleNextCE32()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c32 char buf[128], *pos, *pos2, *pos3; in hostapd_config_read_vlan_file() local
47 pos = buf; in hostapd_config_read_vlan_file()
48 while (*pos != '\0') { in hostapd_config_read_vlan_file()
49 if (*pos == '\n') { in hostapd_config_read_vlan_file()
50 *pos = '\0'; in hostapd_config_read_vlan_file()
53 pos++; in hostapd_config_read_vlan_file()
60 pos = buf + 1; in hostapd_config_read_vlan_file()
62 vlan_id = strtol(buf, &pos, 10); in hostapd_config_read_vlan_file()
63 if (buf == pos || vlan_id < 1 || in hostapd_config_read_vlan_file()
72 while (*pos in hostapd_config_read_vlan_file()
169 char buf[128], *pos; hostapd_config_read_maclist() local
240 hostapd_config_eap_user_salted(struct hostapd_eap_user *user, const char *hash, size_t len, char **pos, int line, const char *fname) hostapd_config_eap_user_salted() argument
299 char buf[512], *pos, *start, *pos2; hostapd_config_read_eap_user() local
852 char *pos; hostapd_parse_chanlist() local
872 char *pos, *end; hostapd_parse_intlist() local
950 char *pos; hostapd_config_read_int10() local
985 const char *pos; hostapd_config_tx_queue() local
1045 rkh_derive_key(const char *pos, u8 *key, size_t key_len) rkh_derive_key() argument
1067 char *pos, *next; add_r0kh() local
1113 char *pos, *next; add_r1kh() local
1330 parse_roaming_consortium(struct hostapd_bss_config *bss, char *pos, int line) parse_roaming_consortium() argument
1362 parse_lang_string(struct hostapd_lang_string **array, unsigned int *count, char *pos) parse_lang_string() argument
1410 parse_venue_name(struct hostapd_bss_config *bss, char *pos, int line) parse_venue_name() argument
1422 parse_venue_url(struct hostapd_bss_config *bss, char *pos, int line) parse_venue_url() argument
1464 char *pos; parse_3gpp_cell_net() local
1540 char *pos, *end, *rpos; parse_nai_realm() local
1728 char *pos = buf; parse_qos_map_set() local
1772 char *pos; hs20_parse_conn_capab() local
1806 char *pos; hs20_parse_wan_metrics() local
1867 hs20_parse_oper_friendly_name(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_oper_friendly_name() argument
1880 hs20_parse_icon(struct hostapd_bss_config *bss, char *pos) hs20_parse_icon() argument
1933 hs20_parse_osu_ssid(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_ssid() argument
1954 hs20_parse_osu_server_uri(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_server_uri() argument
1974 hs20_parse_osu_friendly_name(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_friendly_name() argument
1993 hs20_parse_osu_nai(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_nai() argument
2010 hs20_parse_osu_nai2(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_nai2() argument
2028 hs20_parse_osu_method_list(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_method_list() argument
2045 hs20_parse_osu_icon(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_icon() argument
2069 hs20_parse_osu_service_desc(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_osu_service_desc() argument
2088 hs20_parse_operator_icon(struct hostapd_bss_config *bss, char *pos, int line) hs20_parse_operator_icon() argument
2110 hostapd_config_parse_acs_chan_bias(struct hostapd_config *conf, char *pos) hostapd_config_parse_acs_chan_bias() argument
2243 char *pos, *next; add_airtime_weight() local
2279 const char *pos = val, *pos2, *end = NULL; parse_sae_password() local
2339 hostapd_dpp_controller_parse(struct hostapd_bss_config *bss, const char *pos) hostapd_dpp_controller_parse() argument
2368 hostapd_config_fill(struct hostapd_config *conf, struct hostapd_bss_config *bss, const char *buf, char *pos, int line) global() argument
4529 char buf[4096], *pos; global() local
[all...]

Completed in 22 milliseconds

12345678910>>...163