Home
last modified time | relevance | path

Searched defs:notempty (Results 1 – 5 of 5) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dvlan.h15 int notempty; /* 0 : no vlan information present, 1: else */ member
Dvlan_full.c465 int untagged, *tagged, i, notempty; in vlan_newlink() local
584 int notempty = vlan->vlan_desc.notempty; in vlan_dellink() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dvlan.h15 int notempty; /* 0 : no vlan information present, 1: else */ member
Dvlan_full.c465 int untagged, *tagged, i, notempty; in vlan_newlink() local
584 int notempty = vlan->vlan_desc.notempty; in vlan_dellink() local
/third_party/python/Lib/multiprocessing/
Dqueues.py207 def _finalize_close(buffer, notempty): argument
214 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe, argument