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

  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.java 53 * hlist field.
55 protected List<HDR> hlist; field in class:SIPHeaderList
65 hlist = new LinkedList<HDR>();
89 hlist.add((HDR)objectToAdd);
101 hlist.add(0,(HDR) obj);
155 if (hlist.isEmpty()) {
168 ListIterator<HDR> li = hlist.listIterator();
195 ListIterator<HDR> li = hlist.listIterator();
212 if (hlist == null || hlist.isEmpty()
    [all...]
  /external/libpcap/
nametoaddr.c 102 static bpf_u_int32 *hlist[2]; local
109 hlist[0] = (bpf_u_int32 *)hp->h_addr;
111 return hlist;
  /external/openssl/crypto/rand/
rand_win.c 461 HEAPLIST32 hlist; local
497 ZeroMemory(&hlist, sizeof(HEAPLIST32));
498 hlist.dwSize = sizeof(HEAPLIST32);
501 if (heaplist_first(handle, &hlist))
516 RAND_add(&hlist, hlist.dwSize, 3);
522 hlist.th32ProcessID,
523 hlist.th32HeapID))
539 } while (heaplist_next(handle, &hlist)
545 if (heaplist_first(handle, &hlist))
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 1026 milliseconds