HomeSort by relevance Sort by last modified time
    Searched defs:notempty (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/ap/
vlan.h 15 int notempty; /* 0 : no vlan information present, 1: else */ member in struct:vlan_description
ieee802_11_auth.c 511 int *untagged, *tagged, *notempty; local
569 notempty = &cache->vlan_id.notempty;
572 *notempty = !!radius_msg_get_vlanid(msg, untagged,
597 if (cache->vlan_id.notempty &&
608 !cache->vlan_id.notempty)
vlan_full.c 423 int untagged, *tagged, i, notempty; local
438 notempty = vlan->vlan_desc.notempty;
442 if (!notempty) {
535 int notempty = vlan->vlan_desc.notempty; local
552 if (!notempty) {
ieee802_1x.c 1670 int *untagged, *tagged, *notempty; local
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 176 pcre_uint8 notempty; member in struct:jit_arguments
    [all...]
pcre_internal.h 2537 BOOL notempty; \/* Empty string match not wanted *\/ member in struct:match_data
    [all...]

Completed in 146 milliseconds