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

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedIdentityParser.java 78 PAssertedIdentity pai = new PAssertedIdentity(); local
79 pai.setHeaderName(SIPHeaderNamesIms.P_ASSERTED_IDENTITY);
81 super.parse(pai);
82 assertedIdList.add(pai);
90 pai = new PAssertedIdentity();
91 super.parse(pai);
92 assertedIdList.add(pai);
  /toolchain/binutils/binutils-2.25/gold/
cref.cc 140 Archive_info* pai = &this->archives_[archive->name()]; local
141 pai->name = archive->filename();
142 pai->objects = new Objects();
143 pai->member_count = archive->count_members();
  /external/clang/test/SemaCXX/
member-pointer.cpp 121 int A::*pai = 0; member in class:A
123 (void)(d.*pai);
124 (void)(pd->*pai);
126 (void)(f.*pai); // expected-error {{ambiguous conversion from derived class 'F' to base class 'A'}}
127 (void)(ptrf->*pai); // expected-error {{ambiguous conversion from derived class 'F' to base class 'A'}}
129 (void)(h.*pai); // expected-error {{cannot cast 'H' to its private base class 'A'}}
130 (void)(ptrh->*pai); // expected-error {{cannot cast 'H' to its private base class 'A'}}
new-delete.cpp 47 ia4 *pai = new (int[3][4]); local
  /external/libpcap/Win32/Src/
getaddrinfo.c 220 /* external reference: pai, error, and label free */ \
221 (ai) = get_ai(pai, (afd), (addr)); \
238 /* external reference: pai, error and label free */ \
239 error = get_canonname(pai, (ai), (str)); \
306 struct addrinfo *pai; local
324 pai = &ai;
325 pai->ai_flags = 0;
326 pai->ai_family = PF_UNSPEC;
327 pai->ai_socktype = ANY;
328 pai->ai_protocol = ANY
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 277 /* external reference: pai, error, and label free */ \
278 (ai) = get_ai(pai, (afd), (addr)); \
295 /* external reference: pai, error and label free */ \
296 error = get_canonname(pai, (ai), (str)); \
590 struct addrinfo *pai; local
600 pai = &ai;
601 pai->ai_flags = 0;
602 pai->ai_family = PF_UNSPEC;
603 pai->ai_socktype = ANY;
604 pai->ai_protocol = ANY
1876 const struct addrinfo *pai; local
2098 const struct addrinfo *pai; local
    [all...]

Completed in 196 milliseconds