Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 6139) sorted by relevance

12345678910>>...246

/third_party/json/include/nlohmann/detail/input/
Dbinary_reader.hpp210 bool get_bson_string(const NumberType len, string_t& result) in get_bson_string()
231 bool get_bson_binary(const NumberType len, binary_t& result) in get_bson_binary()
270 std::int32_t len{}; in parse_bson_element_internal() local
287 std::int32_t len{}; in parse_bson_element_internal() local
614 std::uint8_t len{}; in parse_cbor_internal() local
620 std::uint16_t len{}; in parse_cbor_internal() local
626 std::uint32_t len{}; in parse_cbor_internal() local
632 std::uint64_t len{}; in parse_cbor_internal() local
668 std::uint8_t len{}; in parse_cbor_internal() local
674 std::uint16_t len{}; in parse_cbor_internal() local
[all …]
/third_party/ninja/src/
Ddepfile_parser.cc156 int len = (int)(in - start); in Parse() local
214 int len = (int)(in - start); in Parse() local
226 int len = (int)(in - start); in Parse() local
248 int len = (int)(in - start); in Parse() local
282 int len = (int)(in - start - 1); in Parse() local
295 int len = (int)(in - start); in Parse() local
327 int len = (int)(out - filename); in Parse() local
/third_party/python/Objects/
Dbytes_methods.c13 _Py_bytes_isspace(const char *cptr, Py_ssize_t len) in _Py_bytes_isspace()
43 _Py_bytes_isalpha(const char *cptr, Py_ssize_t len) in _Py_bytes_isalpha()
73 _Py_bytes_isalnum(const char *cptr, Py_ssize_t len) in _Py_bytes_isalnum()
114 _Py_bytes_isascii(const char *cptr, Py_ssize_t len) in _Py_bytes_isascii()
154 _Py_bytes_isdigit(const char *cptr, Py_ssize_t len) in _Py_bytes_isdigit()
184 _Py_bytes_islower(const char *cptr, Py_ssize_t len) in _Py_bytes_islower()
218 _Py_bytes_isupper(const char *cptr, Py_ssize_t len) in _Py_bytes_isupper()
254 _Py_bytes_istitle(const char *cptr, Py_ssize_t len) in _Py_bytes_istitle()
300 _Py_bytes_lower(char *result, const char *cptr, Py_ssize_t len) in _Py_bytes_lower()
316 _Py_bytes_upper(char *result, const char *cptr, Py_ssize_t len) in _Py_bytes_upper()
[all …]
/third_party/grpc/src/core/ext/upb-generated/envoy/api/v2/
Droute.upb.h48 …onfiguration_serialize(const envoy_api_v2_RouteConfiguration *msg, upb_arena *arena, size_t *len) { in envoy_api_v2_RouteConfiguration_serialize()
54 …onfiguration_virtual_hosts(const envoy_api_v2_RouteConfiguration *msg, size_t *len) { return (cons… in envoy_api_v2_RouteConfiguration_virtual_hosts()
55 …tion_internal_only_headers(const envoy_api_v2_RouteConfiguration *msg, size_t *len) { return (upb_… in envoy_api_v2_RouteConfiguration_internal_only_headers()
57 …on_response_headers_to_add(const envoy_api_v2_RouteConfiguration *msg, size_t *len) { return (cons… in envoy_api_v2_RouteConfiguration_response_headers_to_add()
58 …response_headers_to_remove(const envoy_api_v2_RouteConfiguration *msg, size_t *len) { return (upb_… in envoy_api_v2_RouteConfiguration_response_headers_to_remove()
60 …ion_request_headers_to_add(const envoy_api_v2_RouteConfiguration *msg, size_t *len) { return (cons… in envoy_api_v2_RouteConfiguration_request_headers_to_add()
63 …_request_headers_to_remove(const envoy_api_v2_RouteConfiguration *msg, size_t *len) { return (upb_… in envoy_api_v2_RouteConfiguration_request_headers_to_remove()
71 …pi_v2_RouteConfiguration_mutable_virtual_hosts(envoy_api_v2_RouteConfiguration *msg, size_t *len) { in envoy_api_v2_RouteConfiguration_mutable_virtual_hosts()
74 …nfiguration_resize_virtual_hosts(envoy_api_v2_RouteConfiguration *msg, size_t len, upb_arena *aren… in envoy_api_v2_RouteConfiguration_resize_virtual_hosts()
84 …uteConfiguration_mutable_internal_only_headers(envoy_api_v2_RouteConfiguration *msg, size_t *len) { in envoy_api_v2_RouteConfiguration_mutable_internal_only_headers()
[all …]
/third_party/openssl/crypto/bio/
Db_dump.c22 int BIO_dump_cb(int (*cb) (const void *data, size_t len, void *u), in BIO_dump_cb()
23 void *u, const char *s, int len) in BIO_dump_cb()
28 int BIO_dump_indent_cb(int (*cb) (const void *data, size_t len, void *u), in BIO_dump_indent_cb()
29 void *u, const char *s, int len, int indent) in BIO_dump_indent_cb()
94 static int write_fp(const void *data, size_t len, void *fp) in write_fp()
99 int BIO_dump_fp(FILE *fp, const char *s, int len) in BIO_dump_fp()
104 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent) in BIO_dump_indent_fp()
110 static int write_bio(const void *data, size_t len, void *bp) in write_bio()
115 int BIO_dump(BIO *bp, const char *s, int len) in BIO_dump()
120 int BIO_dump_indent(BIO *bp, const char *s, int len, int indent) in BIO_dump_indent()
/third_party/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock.h10 #define read_lock(fd, offset, whence, len) \ argument
12 #define write_lock(fd, offset, whence, len) \ argument
14 #define un_lock(fd, offset, whence, len) \ argument
16 #define readb_lock(fd, offset, whence, len) \ argument
18 #define writeb_lock(fd, offset, whence, len) \ argument
20 #define unb_lock(fd, offset, whence, len) \ argument
/third_party/ffmpeg/libavutil/
Dfloat_dsp.c28 int len) in vector_fmul_c()
36 int len) in vector_dmul_c()
44 int len) in vector_fmac_scalar_c()
52 int len) in vector_dmac_scalar_c()
60 int len) in vector_fmul_scalar_c()
68 int len) in vector_dmul_scalar_c()
76 const float *src1, const float *win, int len) in vector_fmul_window_c()
95 const float *src2, int len){ in vector_fmul_add_c()
103 const float *src1, int len) in vector_fmul_reverse_c()
113 int len) in butterflies_float_c()
[all …]
/third_party/glib/glib/tests/
Dutf8-performance.c52 grind_get_char (const char *str, gsize len) in grind_get_char()
69 grind_get_char_validated (const char *str, gsize len) in grind_get_char_validated()
86 grind_utf8_to_ucs4 (const char *str, gsize len) in grind_utf8_to_ucs4()
99 grind_get_char_backwards (const char *str, gsize len) in grind_get_char_backwards()
117 grind_utf8_to_ucs4_sized (const char *str, gsize len) in grind_utf8_to_ucs4_sized()
130 grind_utf8_to_ucs4_fast (const char *str, gsize len) in grind_utf8_to_ucs4_fast()
143 grind_utf8_to_ucs4_fast_sized (const char *str, gsize len) in grind_utf8_to_ucs4_fast_sized()
156 grind_utf8_validate (const char *str, gsize len) in grind_utf8_validate()
165 grind_utf8_validate_sized (const char *str, gsize len) in grind_utf8_validate_sized()
184 gsize len; in perform() local
/third_party/boost/libs/log/src/
Dcode_conversion.cpp142 BOOST_LOG_API bool code_convert_impl(const wchar_t* str1, std::size_t len, std::string& str2, std::… in code_convert_impl()
148 BOOST_LOG_API bool code_convert_impl(const char* str1, std::size_t len, std::wstring& str2, std::si… in code_convert_impl()
158 BOOST_LOG_API bool code_convert_impl(const char16_t* str1, std::size_t len, std::string& str2, std:… in code_convert_impl()
164 BOOST_LOG_API bool code_convert_impl(const char* str1, std::size_t len, std::u16string& str2, std::… in code_convert_impl()
170 BOOST_LOG_API bool code_convert_impl(const char16_t* str1, std::size_t len, std::wstring& str2, std… in code_convert_impl()
183 BOOST_LOG_API bool code_convert_impl(const char32_t* str1, std::size_t len, std::string& str2, std:… in code_convert_impl()
189 BOOST_LOG_API bool code_convert_impl(const char* str1, std::size_t len, std::u32string& str2, std::… in code_convert_impl()
195 BOOST_LOG_API bool code_convert_impl(const char32_t* str1, std::size_t len, std::wstring& str2, std… in code_convert_impl()
208 BOOST_LOG_API bool code_convert_impl(const char16_t* str1, std::size_t len, std::u32string& str2, s… in code_convert_impl()
217 BOOST_LOG_API bool code_convert_impl(const char32_t* str1, std::size_t len, std::u16string& str2, s… in code_convert_impl()
[all …]
/third_party/libnl/lib/idiag/
Didiag.c110 char * idiagnl_state2str(int state, char *buf, size_t len) in idiagnl_state2str()
145 char * idiagnl_timer2str(int timer, char *buf, size_t len) in idiagnl_timer2str()
184 char *idiagnl_attrs2str(int attrs, char *buf, size_t len) in idiagnl_attrs2str()
207 char *idiagnl_exts2str(uint8_t attrs, char *buf, size_t len) in idiagnl_exts2str()
226 char *idiagnl_tcpstate2str(uint8_t state, char *buf, size_t len) in idiagnl_tcpstate2str()
248 char *idiagnl_tcpopts2str(uint8_t attrs, char *buf, size_t len) in idiagnl_tcpopts2str()
262 char * idiagnl_shutdown2str(uint8_t shutdown, char *buf, size_t len) in idiagnl_shutdown2str()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler-neon.h22 const gint16 * b, gint len, const gint16 * icoeff, gint bstride) in inner_product_gint16_full_1_neon()
65 const gint16 * b, gint len, const gint16 * icoeff, gint bstride) in inner_product_gint16_linear_1_neon()
122 const gint16 * b, gint len, const gint16 * icoeff, gint bstride) in inner_product_gint16_cubic_1_neon()
176 gint len, const gpointer icp, gint astride) in interpolate_gint16_linear_neon()
207 gint len, const gpointer icp, gint astride) in interpolate_gint16_cubic_neon()
247 const gint32 * b, gint len, const gint32 * icoeff, gint bstride) in inner_product_gint32_full_1_neon()
290 const gint32 * b, gint len, const gint32 * icoeff, gint bstride) in inner_product_gint32_linear_1_neon()
332 const gint32 * b, gint len, const gint32 * icoeff, gint bstride) in inner_product_gint32_cubic_1_neon()
384 gint len, const gpointer icp, gint astride) in interpolate_gint32_linear_neon()
421 gint len, const gpointer icp, gint astride) in interpolate_gint32_cubic_neon()
[all …]
/third_party/grpc/src/core/ext/upb-generated/envoy/config/route/v3/
Droute.upb.h57 …ion_serialize(const envoy_config_route_v3_RouteConfiguration *msg, upb_arena *arena, size_t *len) { in envoy_config_route_v3_RouteConfiguration_serialize()
63 …ion_virtual_hosts(const envoy_config_route_v3_RouteConfiguration *msg, size_t *len) { return (cons… in envoy_config_route_v3_RouteConfiguration_virtual_hosts()
64 …rnal_only_headers(const envoy_config_route_v3_RouteConfiguration *msg, size_t *len) { return (upb_… in envoy_config_route_v3_RouteConfiguration_internal_only_headers()
66 …se_headers_to_add(const envoy_config_route_v3_RouteConfiguration *msg, size_t *len) { return (cons… in envoy_config_route_v3_RouteConfiguration_response_headers_to_add()
67 …headers_to_remove(const envoy_config_route_v3_RouteConfiguration *msg, size_t *len) { return (upb_… in envoy_config_route_v3_RouteConfiguration_response_headers_to_remove()
69 …st_headers_to_add(const envoy_config_route_v3_RouteConfiguration *msg, size_t *len) { return (cons… in envoy_config_route_v3_RouteConfiguration_request_headers_to_add()
72 …headers_to_remove(const envoy_config_route_v3_RouteConfiguration *msg, size_t *len) { return (upb_… in envoy_config_route_v3_RouteConfiguration_request_headers_to_remove()
82 …teConfiguration_mutable_virtual_hosts(envoy_config_route_v3_RouteConfiguration *msg, size_t *len) { in envoy_config_route_v3_RouteConfiguration_mutable_virtual_hosts()
85 …on_resize_virtual_hosts(envoy_config_route_v3_RouteConfiguration *msg, size_t len, upb_arena *aren… in envoy_config_route_v3_RouteConfiguration_resize_virtual_hosts()
95 …uration_mutable_internal_only_headers(envoy_config_route_v3_RouteConfiguration *msg, size_t *len) { in envoy_config_route_v3_RouteConfiguration_mutable_internal_only_headers()
[all …]
/third_party/grpc/src/core/ext/upb-generated/src/proto/grpc/auth/v1/
Dauthz_policy.upb.h56 …NE char *grpc_auth_v1_Peer_serialize(const grpc_auth_v1_Peer *msg, upb_arena *arena, size_t *len) { in grpc_auth_v1_Peer_serialize()
60 …view const* grpc_auth_v1_Peer_principals(const grpc_auth_v1_Peer *msg, size_t *len) { return (upb_… in grpc_auth_v1_Peer_principals()
62 UPB_INLINE upb_strview* grpc_auth_v1_Peer_mutable_principals(grpc_auth_v1_Peer *msg, size_t *len) { in grpc_auth_v1_Peer_mutable_principals()
65 UPB_INLINE upb_strview* grpc_auth_v1_Peer_resize_principals(grpc_auth_v1_Peer *msg, size_t len, upb… in grpc_auth_v1_Peer_resize_principals()
89 …har *grpc_auth_v1_Header_serialize(const grpc_auth_v1_Header *msg, upb_arena *arena, size_t *len) { in grpc_auth_v1_Header_serialize()
94 …view const* grpc_auth_v1_Header_values(const grpc_auth_v1_Header *msg, size_t *len) { return (upb_… in grpc_auth_v1_Header_values()
99 UPB_INLINE upb_strview* grpc_auth_v1_Header_mutable_values(grpc_auth_v1_Header *msg, size_t *len) { in grpc_auth_v1_Header_mutable_values()
102 UPB_INLINE upb_strview* grpc_auth_v1_Header_resize_values(grpc_auth_v1_Header *msg, size_t len, upb… in grpc_auth_v1_Header_resize_values()
126 …r *grpc_auth_v1_Request_serialize(const grpc_auth_v1_Request *msg, upb_arena *arena, size_t *len) { in grpc_auth_v1_Request_serialize()
130 …iew const* grpc_auth_v1_Request_paths(const grpc_auth_v1_Request *msg, size_t *len) { return (upb_… in grpc_auth_v1_Request_paths()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dwpabuf.c30 static void wpabuf_overflow(const struct wpabuf *buf, size_t len) in wpabuf_overflow()
113 struct wpabuf * wpabuf_alloc(size_t len) in wpabuf_alloc()
135 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len) in wpabuf_alloc_ext_data()
160 struct wpabuf * wpabuf_alloc_copy(const void *data, size_t len) in wpabuf_alloc_copy()
217 void * wpabuf_put(struct wpabuf *buf, size_t len) in wpabuf_put()
240 size_t len = 0; in wpabuf_concat() local
275 struct wpabuf * wpabuf_zeropad(struct wpabuf *buf, size_t len) in wpabuf_zeropad()
322 size_t len; in wpabuf_parse_bin() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dwpabuf.c30 static void wpabuf_overflow(const struct wpabuf *buf, size_t len) in wpabuf_overflow()
113 struct wpabuf * wpabuf_alloc(size_t len) in wpabuf_alloc()
135 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len) in wpabuf_alloc_ext_data()
160 struct wpabuf * wpabuf_alloc_copy(const void *data, size_t len) in wpabuf_alloc_copy()
217 void * wpabuf_put(struct wpabuf *buf, size_t len) in wpabuf_put()
240 size_t len = 0; in wpabuf_concat() local
275 struct wpabuf * wpabuf_zeropad(struct wpabuf *buf, size_t len) in wpabuf_zeropad()
322 size_t len; in wpabuf_parse_bin() local
Dbase64.c26 static char * base64_gen_encode(const unsigned char *src, size_t len, in base64_gen_encode()
89 static unsigned char * base64_gen_decode(const char *src, size_t len, in base64_gen_decode()
170 char * base64_encode(const void *src, size_t len, size_t *out_len) in base64_encode()
177 char * base64_encode_no_lf(const void *src, size_t len, size_t *out_len) in base64_encode_no_lf()
183 char * base64_url_encode(const void *src, size_t len, size_t *out_len) in base64_url_encode()
199 unsigned char * base64_decode(const char *src, size_t len, size_t *out_len) in base64_decode()
205 unsigned char * base64_url_decode(const char *src, size_t len, size_t *out_len) in base64_url_decode()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlstring.c70 xmlStrndup(const xmlChar *cur, int len) { in xmlStrndup()
114 xmlCharStrndup(const char *cur, int len) { in xmlCharStrndup()
235 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncmp()
325 xmlStrncasecmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncasecmp()
426 xmlStrsub(const xmlChar *str, int start, int len) { in xmlStrsub()
452 int len = 0; in xmlStrlen() local
477 xmlStrncat(xmlChar *cur, const xmlChar *add, int len) { in xmlStrncat()
514 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncatNew()
578 xmlStrPrintf(xmlChar *buf, int len, const char *msg, ...) { in xmlStrPrintf()
606 xmlStrVPrintf(xmlChar *buf, int len, const char *msg, va_list ap) { in xmlStrVPrintf()
[all …]
/third_party/ffmpeg/tests/checkasm/
Daudiodsp.c34 #define randomize_float(buf, len) \ argument
43 #define randomize_int(buf, len, size, bits) \ argument
61 unsigned int len_bits_minus4, v1_bits, v2_bits, len; in checkasm_check_audiodsp() local
91 int len; in checkasm_check_audiodsp() local
121 int i, len; in checkasm_check_audiodsp() local
/third_party/ffmpeg/libavcodec/
Dsnappy.c53 unsigned int len = 1; in snappy_literal() local
81 unsigned int off, int len) in snappy_copy()
99 int len = 4 + (val & 0x7); in snappy_copy1() local
108 int len = 1 + val; in snappy_copy2() local
117 int len = 1 + val; in snappy_copy4() local
125 int64_t len = bytestream2_get_levarint(gb); in decode_len() local
136 int64_t len = decode_len(gb); in ff_snappy_peek_uncompressed_length() local
145 int64_t len = decode_len(gb); in ff_snappy_uncompress() local
/third_party/openssl/ssl/
Dpacket_local.h29 static ossl_inline void packet_forward(PACKET *pkt, size_t len) in packet_forward()
70 size_t len) in PACKET_buf_init()
107 PACKET *subpkt, size_t len) in PACKET_peek_sub_packet()
121 PACKET *subpkt, size_t len) in PACKET_get_sub_packet()
330 size_t len) in PACKET_peek_bytes()
348 size_t len) in PACKET_get_bytes()
361 size_t len) in PACKET_peek_copy_bytes()
376 unsigned char *data, size_t len) in PACKET_copy_bytes()
395 size_t dest_len, size_t *len) in PACKET_copy_all()
416 unsigned char **data, size_t *len) in PACKET_memdup()
[all …]
/third_party/libwebsockets/lib/roles/http/
Ddate.c38 lws_http_date_render(char *buf, size_t len, const struct tm *tm) in lws_http_date_render()
54 lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t) in lws_http_date_render_from_unix()
72 lws_http_date_parse(const char *b, size_t len, struct tm *tm) in lws_http_date_parse()
135 lws_http_date_parse_unix(const char *b, size_t len, time_t *t) in lws_http_date_parse_unix()
161 size_t len = (unsigned int)lws_hdr_total_length(wsi, WSI_TOKEN_HTTP_RETRY_AFTER); in lws_http_check_retry_after() local
/third_party/libxml2/
Dxmlstring.c42 xmlStrndup(const xmlChar *cur, int len) { in xmlStrndup()
86 xmlCharStrndup(const char *cur, int len) { in xmlCharStrndup()
213 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncmp()
300 xmlStrncasecmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncasecmp()
401 xmlStrsub(const xmlChar *str, int start, int len) { in xmlStrsub()
427 size_t len = 0; in xmlStrlen() local
452 xmlStrncat(xmlChar *cur, const xmlChar *add, int len) { in xmlStrncat()
489 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncatNew()
553 xmlStrPrintf(xmlChar *buf, int len, const char *msg, ...) { in xmlStrPrintf()
581 xmlStrVPrintf(xmlChar *buf, int len, const char *msg, va_list ap) { in xmlStrVPrintf()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dpriv_netlink.h49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1)) argument
51 #define NLMSG_LENGTH(len) ((len) + NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
52 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) argument
54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ argument
57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ argument
60 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1)) argument
64 #define RTA_OK(rta,len) \ argument
70 #define RTA_LENGTH(len) (RTA_ALIGN(sizeof(struct rtattr)) + (len)) argument
71 #define RTA_SPACE(len) RTA_ALIGN(RTA_LENGTH(len)) argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dpriv_netlink.h49 #define NLMSG_ALIGN(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1)) argument
51 #define NLMSG_LENGTH(len) ((len) + NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
52 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) argument
54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ argument
57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ argument
60 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1)) argument
64 #define RTA_OK(rta,len) \ argument
70 #define RTA_LENGTH(len) (RTA_ALIGN(sizeof(struct rtattr)) + (len)) argument
71 #define RTA_SPACE(len) RTA_ALIGN(RTA_LENGTH(len)) argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_attr_parse.c21 u8 id, u8 len, const u8 *pos) in wps_set_vendor_ext_wfa_subelem()
92 u16 len) in wps_parse_vendor_ext_wfa()
112 u16 len) in wps_parse_vendor_ext()
153 const u8 *pos, u16 len) in wps_set_attr()
599 u16 type, len; in wps_parse_msg() local

12345678910>>...246