Searched defs:notempty (Results 1 – 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | vlan.h | 15 int notempty; /* 0 : no vlan information present, 1: else */ member
|
D | vlan_full.c | 465 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/ |
D | vlan.h | 15 int notempty; /* 0 : no vlan information present, 1: else */ member
|
D | vlan_full.c | 465 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/ |
D | queues.py | 207 def _finalize_close(buffer, notempty): argument 214 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe, argument
|