/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 | 273 /* external reference: pai, error, and label free */ \ 274 (ai) = get_ai(pai, (afd), (addr)); \ 291 /* external reference: pai, error and label free */ \ 292 error = get_canonname(pai, (ai), (str)); \ 593 struct addrinfo *pai; local 603 pai = &ai; 604 pai->ai_flags = 0; 605 pai->ai_family = PF_UNSPEC; 606 pai->ai_socktype = ANY; 607 pai->ai_protocol = ANY 1890 const struct addrinfo *pai; local 2119 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...] |