Searched defs:notempty (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | vlan.h | 15 int notempty; /* 0 : no vlan information present, 1: else */ member
|
D | vlan_full.c | 423 int untagged, *tagged, i, notempty; in vlan_newlink() local 535 int notempty = vlan->vlan_desc.notempty; in vlan_dellink() local
|
D | ieee802_11_auth.c | 511 int *untagged, *tagged, *notempty; in hostapd_acl_recv_radius() local
|
D | ieee802_1x.c | 1699 int *untagged, *tagged, *notempty; in ieee802_1x_receive_auth() local
|
/external/python/cpython2/Lib/multiprocessing/ |
D | queues.py | 224 def _finalize_close(buffer, notempty): argument 234 def _feed(buffer, notempty, send, writelock, close): argument
|
/external/python/cpython3/Lib/multiprocessing/ |
D | queues.py | 204 def _finalize_close(buffer, notempty): argument 211 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe): argument
|