/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_tls_common.h | 135 size_t *num_types); 136 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
|
eap_tls_common.c | 951 * @num_types: Buffer for returning number of allocated EAP methods 960 size_t *num_types) 1026 *num_types = num_methods; 1035 * @num_types: Buffer for returning number of allocated EAP methods 1040 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, 1049 (u8 *) types, num_types * sizeof(struct eap_method_type)); 1050 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, 1055 for (i = 0; i < num_types; i++) {
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.h | 122 size_t *num_types); 123 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
|
eap_tls_common.c | 908 * @num_types: Buffer for returning number of allocated EAP methods 917 size_t *num_types) 983 *num_types = num_methods; 992 * @num_types: Buffer for returning number of allocated EAP methods 997 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, 1006 (u8 *) types, num_types * sizeof(struct eap_method_type)); 1007 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, 1012 for (i = 0; i < num_types; i++) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 323 unsigned char num_types; member in struct:_XkbClientMapRec 470 unsigned char num_types; member in struct:_XkbMapChanges 501 unsigned char num_types; member in struct:_XkbNameChanges 551 int num_types; member in struct:_XkbComponentList
|
/external/mesa3d/src/glsl/ |
glsl_types.cpp | 105 unsigned num_types, bool warn) 109 for (unsigned i = 0; i < num_types; i++) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
XKBlib.h | 74 int num_types; /* number of changed key types */ member in struct:_XkbMapNotifyEvent 161 int num_types; /* number of key types with new names */ member in struct:_XkbNamesNotify 930 int /* num_types */
|
/external/chromium/net/socket/ |
transport_client_socket_pool_unittest.cc | 323 void set_client_socket_types(ClientSocketType* type_list, int num_types) { 324 DCHECK_GT(num_types, 0); 327 client_socket_index_max_ = num_types; [all...] |