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

  /external/ltp/testcases/network/lib6/
getaddrinfo_01.c 68 struct addrinfo *aires, hints, *pai; local
91 for (pai = aires; pai; pai = pai->ai_next) {
92 err |= pai->ai_family != AF_INET;
93 err |= pai->ai_addrlen != sizeof(struct sockaddr_in);
94 err |= pai->ai_addr == 0;
95 psin = (struct sockaddr_in *)pai->ai_addr;
96 if (pai->ai_addr)
526 struct addrinfo *aires, hints, *pai; local
    [all...]
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getaddrinfo.c 158 if (pai->ai_flags & AI_CANONNAME) {\
173 memcpy(ai, pai, sizeof(struct addrinfo));\
188 memcpy(ai, pai, sizeof(struct addrinfo));\
245 struct addrinfo *pai; local
265 pai = &ai;
266 pai->ai_flags = 0;
267 pai->ai_family = PF_UNSPEC;
268 pai->ai_socktype = GAI_ANY;
269 pai->ai_protocol = GAI_ANY;
270 pai->ai_addrlen = 0;
    [all...]
  /external/python/cpython2/Modules/
getaddrinfo.c 158 if (pai->ai_flags & AI_CANONNAME) {\
173 memcpy(ai, pai, sizeof(struct addrinfo));\
188 memcpy(ai, pai, sizeof(struct addrinfo));\
245 struct addrinfo *pai; local
265 pai = &ai;
266 pai->ai_flags = 0;
267 pai->ai_family = PF_UNSPEC;
268 pai->ai_socktype = GAI_ANY;
269 pai->ai_protocol = GAI_ANY;
270 pai->ai_addrlen = 0
    [all...]
  /external/python/cpython3/Modules/
getaddrinfo.c 158 if (pai->ai_flags & AI_CANONNAME) {\
173 memcpy(ai, pai, sizeof(struct addrinfo));\
188 memcpy(ai, pai, sizeof(struct addrinfo));\
245 struct addrinfo *pai; local
265 pai = &ai;
266 pai->ai_flags = 0;
267 pai->ai_family = PF_UNSPEC;
268 pai->ai_socktype = GAI_ANY;
269 pai->ai_protocol = GAI_ANY;
270 pai->ai_addrlen = 0
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 95 #define nsdispatch(pResult,dtab,database,routine,files,hostname,pai) NS_NOTFOUND
271 /* external reference: pai, error, and label free */ \
272 (ai) = get_ai(pai, (afd), (addr)); \
289 /* external reference: pai, error and label free */ \
290 error = get_canonname(pai, (ai), (str)); \
362 struct addrinfo *pai; local
375 pai = &ai;
376 pai->ai_flags = 0;
377 pai->ai_family = PF_UNSPEC;
378 pai->ai_socktype = ANY;
1304 const struct addrinfo *pai; local
1500 const struct addrinfo *pai; local
1618 const struct addrinfo *pai; local
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 276 /* external reference: pai, error, and label free */ \
277 (ai) = get_ai(pai, (afd), (addr)); \
294 /* external reference: pai, error and label free */ \
295 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
1900 const struct addrinfo *pai; local
2121 const struct addrinfo *pai; local
    [all...]
  /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
  /toolchain/binutils/binutils-2.27/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();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shappmgr.h 116 virtual HRESULT WINAPI GetAppInfo(PAPPINFODATA pai) = 0;
128 HRESULT (WINAPI *GetAppInfo)(IShellApp *This,PAPPINFODATA pai);
142 #define IShellApp_GetAppInfo(This,pai) (This)->lpVtbl->GetAppInfo(This,pai)
149 HRESULT WINAPI IShellApp_GetAppInfo_Proxy(IShellApp *This,PAPPINFODATA pai);
193 HRESULT (WINAPI *GetAppInfo)(IPublishedApp *This,PAPPINFODATA pai);
210 #define IPublishedApp_GetAppInfo(This,pai) (This)->lpVtbl->GetAppInfo(This,pai)
  /prebuilts/go/darwin-x86/test/
index.go 81 var pai *[10]int = &ai
98 pai *[10]int
111 var t = T{si, ai, pai, sq, aq, paq, sib, aib, paib, sqb, aqb, paqb}
113 var pt = &T{si, ai, pai, sq, aq, paq, sib, aib, paib, sqb, aqb, paqb}
  /prebuilts/go/linux-x86/test/
index.go 81 var pai *[10]int = &ai
98 pai *[10]int
111 var t = T{si, ai, pai, sq, aq, paq, sib, aib, paib, sqb, aqb, paqb}
113 var pt = &T{si, ai, pai, sq, aq, paq, sib, aib, paib, sqb, aqb, paqb}
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 596 milliseconds