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

  /external/wpa_supplicant_8/src/ap/
beacon.c 732 u8 *pos, *tailpos; local
748 tailpos = tail = os_malloc(tail_len);
795 tailpos = hostapd_eid_country(hapd, tailpos,
796 tail + BEACON_TAIL_BUF_SIZE - tailpos);
799 tailpos = hostapd_eid_pwr_constraint(hapd, tailpos);
802 tailpos = hostapd_eid_erp_info(hapd, tailpos);
805 tailpos = hostapd_eid_ext_supp_rates(hapd, tailpos)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 804 FX_POSITION tailpos = m_pObjectList->m_ObjectList.GetTailPosition(); local
805 CPDF_PageObject* pLastObj = (CPDF_PageObject*)m_pObjectList->m_ObjectList.GetAt(tailpos);
    [all...]

Completed in 65 milliseconds