Home
last modified time | relevance | path

Searched refs:notempty (Results 1 – 14 of 14) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dvlan.c20 const int a_empty = !a || !a->notempty; in vlan_compare()
21 const int b_empty = !b || !b->notempty; in vlan_compare()
Dvlan_full.c423 int untagged, *tagged, i, notempty; in vlan_newlink() local
438 notempty = vlan->vlan_desc.notempty; in vlan_newlink()
442 if (!notempty) { in vlan_newlink()
535 int notempty = vlan->vlan_desc.notempty; in vlan_dellink() local
552 if (!notempty) { in vlan_dellink()
Dieee802_11_auth.c511 int *untagged, *tagged, *notempty; in hostapd_acl_recv_radius() local
569 notempty = &cache->vlan_id.notempty; in hostapd_acl_recv_radius()
572 *notempty = !!radius_msg_get_vlanid(msg, untagged, in hostapd_acl_recv_radius()
597 if (cache->vlan_id.notempty && in hostapd_acl_recv_radius()
608 !cache->vlan_id.notempty) in hostapd_acl_recv_radius()
Dvlan.h15 int notempty; /* 0 : no vlan information present, 1: else */ member
Dieee802_1x.c1670 int *untagged, *tagged, *notempty; in ieee802_1x_receive_auth() local
1739 notempty = &vlan_desc.notempty; in ieee802_1x_receive_auth()
1742 *notempty = !!radius_msg_get_vlanid(msg, untagged, in ieee802_1x_receive_auth()
1747 if (vlan_desc.notempty && in ieee802_1x_receive_auth()
1762 !vlan_desc.notempty) { in ieee802_1x_receive_auth()
Dpmksa_cache_auth.c168 if (vlan_desc && vlan_desc->notempty) { in pmksa_cache_from_eapol_data()
Dap_config.c671 if (!vlan_desc->notempty || vlan_desc->untagged < 0 || in hostapd_vlan_valid()
Dsta_info.c871 } else if (vlan_desc && vlan_desc->notempty) { in ap_sta_set_vlan()
Dieee802_11.c1155 if (vlan_id.notempty && in handle_auth()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1366 (!vlan_id.notempty || in hostapd_ctrl_iface_set()
1379 (vlan_id.notempty && in hostapd_ctrl_iface_set()
Dconfig_file.c101 vlan->vlan_desc.notempty = !!vlan_id; in hostapd_config_read_vlan_file()
205 (*acl)[*num].vlan_id.notempty = !!vlan_id; in hostapd_config_read_maclist()
/external/pcre/dist/
Dpcre_internal.h2537 BOOL notempty; /* Empty string match not wanted */ member
Dpcre_exec.c1499 (md->notempty || in match()
6569 md->notempty = (options & PCRE_NOTEMPTY) != 0; in pcre_exec()
Dpcre_jit_compile.c176 pcre_uint8 notempty; member
8177 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, notempty)); in compile_fail_accept_matchingpath()
10208 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, notempty)); in PRIV()
10443 arguments.notempty = (options & PCRE_NOTEMPTY) != 0; in PRIV()
10536 arguments.notempty = (options & PCRE_NOTEMPTY) != 0; in pcre_jit_exec()