HomeSort by relevance Sort by last modified time
    Searched refs: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);
  /external/tcpdump/missing/
getaddrinfo.c 215 /* external reference: pai, error, and label free */ \
216 (ai) = get_ai(pai, (afd), (addr)); \
233 /* external reference: pai, error and label free */ \
234 error = get_canonname(pai, (ai), (str)); \
299 struct addrinfo *pai; local
317 pai = &ai;
318 pai->ai_flags = 0;
319 pai->ai_family = PF_UNSPEC;
320 pai->ai_socktype = ANY;
321 pai->ai_protocol = ANY
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 269 /* external reference: pai, error, and label free */ \
270 (ai) = get_ai(pai, (afd), (addr)); \
287 /* external reference: pai, error and label free */ \
288 error = get_canonname(pai, (ai), (str)); \
596 struct addrinfo *pai; local
606 pai = &ai;
607 pai->ai_flags = 0;
608 pai->ai_family = PF_UNSPEC;
609 pai->ai_socktype = ANY;
610 pai->ai_protocol = ANY
1877 const struct addrinfo *pai; local
2097 const struct addrinfo *pai; local
    [all...]
  /external/clang/test/SemaCXX/
member-pointer.cpp 113 int A::*pai = 0; member in class:A
115 (void)(d.*pai);
116 (void)(pd->*pai);
118 (void)(f.*pai); // expected-error {{left hand operand to .* must be a class compatible with the right hand operand, but is 'F'}}
119 (void)(ptrf->*pai); // expected-error {{left hand operand to ->* must be a pointer to class compatible with the right hand operand, but is 'F *'}}
new-delete.cpp 40 ia4 *pai = new (int[3][4]); local
  /external/srec/srec/crec/
srec_context.c 1519 arcID *pai, ai, ai2; local
1545 arcID *pai, ai, ai2; local
    [all...]

Completed in 588 milliseconds