Home
last modified time | relevance | path

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

12

/third_party/python/Lib/multiprocessing/
Dqueues.py207 def _finalize_close(buffer, notempty): argument
209 with notempty:
211 notempty.notify()
214 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe, argument
217 nacquire = notempty.acquire
218 nrelease = notempty.release
219 nwait = notempty.wait
/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c465 int untagged, *tagged, i, notempty; in vlan_newlink() local
480 notempty = vlan->vlan_desc.notempty; in vlan_newlink()
484 if (!notempty) { in vlan_newlink()
584 int notempty = vlan->vlan_desc.notempty; in vlan_dellink() local
601 if (!notempty) { in vlan_dellink()
Dvlan.h15 int notempty; /* 0 : no vlan information present, 1: else */ member
Dieee802_11_auth.c580 cache->vlan_id.notempty = !!radius_msg_get_vlanid( in hostapd_acl_recv_radius()
605 if (cache->vlan_id.notempty && in hostapd_acl_recv_radius()
616 !cache->vlan_id.notempty) in hostapd_acl_recv_radius()
Dwpa_auth_glue.c814 vlan_desc.notempty = 1; in hostapd_wpa_auth_update_vlan()
938 if (vlan->notempty && in hostapd_wpa_auth_set_vlan()
Dpmksa_cache_auth.c168 if (vlan_desc && vlan_desc->notempty) { in pmksa_cache_from_eapol_data()
Dieee802_1x.c1864 vlan_desc.notempty = !!radius_msg_get_vlanid(msg, &vlan_desc.untagged, in ieee802_1x_update_vlan()
1868 if (vlan_desc.notempty && in ieee802_1x_update_vlan()
1882 !vlan_desc.notempty) { in ieee802_1x_update_vlan()
Dwpa_auth_ft.c299 vlan->notempty = vlan->untagged || vlan->tagged[0]; in wpa_ft_rrb_get_tlv_vlan()
362 if (!vlan || !vlan->notempty) in wpa_ft_vlan_len()
386 if (!vlan || !vlan->notempty) in wpa_ft_vlan_lin()
1347 if (vlan && vlan->notempty) { in wpa_ft_store_pmk_r0()
1436 if (vlan && vlan->notempty) { in wpa_ft_store_pmk_r1()
Dap_config.c956 if (!vlan_desc->notempty || vlan_desc->untagged < 0 || in hostapd_vlan_valid()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c465 int untagged, *tagged, i, notempty; in vlan_newlink() local
480 notempty = vlan->vlan_desc.notempty; in vlan_newlink()
484 if (!notempty) { in vlan_newlink()
584 int notempty = vlan->vlan_desc.notempty; in vlan_dellink() local
601 if (!notempty) { in vlan_dellink()
Dvlan.h15 int notempty; /* 0 : no vlan information present, 1: else */ member
Dieee802_11_auth.c517 info->vlan_id.notempty = !!radius_msg_get_vlanid( in hostapd_acl_recv_radius()
542 if (info->vlan_id.notempty && in hostapd_acl_recv_radius()
553 !info->vlan_id.notempty) in hostapd_acl_recv_radius()
Dpmksa_cache_auth.c168 if (vlan_desc && vlan_desc->notempty) { in pmksa_cache_from_eapol_data()
Dwpa_auth_glue.c956 vlan_desc.notempty = 1; in hostapd_wpa_auth_update_vlan()
1122 if (vlan->notempty && in hostapd_wpa_auth_set_vlan()
Dieee802_1x.c1877 vlan_desc.notempty = !!radius_msg_get_vlanid(msg, &vlan_desc.untagged, in ieee802_1x_update_vlan()
1881 if (vlan_desc.notempty && in ieee802_1x_update_vlan()
1895 !vlan_desc.notempty) { in ieee802_1x_update_vlan()
Dwpa_auth_ft.c300 vlan->notempty = vlan->untagged || vlan->tagged[0]; in wpa_ft_rrb_get_tlv_vlan()
363 if (!vlan || !vlan->notempty) in wpa_ft_vlan_len()
387 if (!vlan || !vlan->notempty) in wpa_ft_vlan_lin()
1349 if (vlan && vlan->notempty) { in wpa_ft_store_pmk_r0()
1438 if (vlan && vlan->notempty) { in wpa_ft_store_pmk_r1()
Dap_config.c1064 if (!vlan_desc->notempty || vlan_desc->untagged < 0 || in hostapd_vlan_valid()
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_8_002.cpp20 ok_to_be_empty(filler, notempty)
Dt_8_003.cpp19 ok_to_be_empty(filler, notempty)
/third_party/pcre2/pcre2/testdata/
Dtestinput1887 ddd\=notempty
Dtestoutput18131 ddd\=notempty
Dtestinput2583 \=notempty
588 ab-c\=notempty
590 abc\=notempty
2704 abcdef\=notempty
2705 xyzabcdef\=notempty
2711 abcdef\=notempty
2716 xyzabc\=notempty
2720 xyz\=notempty
2726 xyzabc\=notempty
2729 xyz\=notempty
[all …]
/third_party/glib/glib/pcre/
Dpcre_internal.h2114 BOOL notempty; /* Empty string match not wanted */ member

12