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

  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 44 const u8 *link_id; member in struct:ieee802_11_elems
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 377 $link_id = strtolower($matches[1]); variable
378 $this->urls[$link_id] = $matches[2];
379 $this->titles[$link_id] =& $matches[3];
740 $link_id =& $matches[3]; variable
742 if ($link_id == "") {
744 $link_id = $link_text; variable
748 $link_id = strtolower($link_id); variable
749 $link_id = preg_replace('{[ ]?\n}', ' ', $link_id); variable
850 $link_id = strtolower($matches[3]); variable
853 $link_id = strtolower($alt_text); # for shortcut links like ![this][]. variable
    [all...]
  /external/tcpdump/
ospf.h 173 struct in_addr link_id; member in struct:lsa::__anon11648::__anon11649::rlalink

Completed in 55 milliseconds