OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pai
(Results
1 - 7
of
7
) 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/libpcap/Win32/Src/
getaddrinfo.c
225
/* external reference:
pai
, error, and label free */ \
226
(ai) = get_ai(
pai
, (afd), (addr)); \
243
/* external reference:
pai
, error and label free */ \
244
error = get_canonname(
pai
, (ai), (str)); \
311
struct addrinfo *
pai
;
local
329
pai
= &ai;
330
pai
->ai_flags = 0;
331
pai
->ai_family = PF_UNSPEC;
332
pai
->ai_socktype = ANY;
333
pai
->ai_protocol = ANY
[
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)); \
600
struct addrinfo *
pai
;
local
610
pai
= &ai;
611
pai
->ai_flags = 0;
612
pai
->ai_family = PF_UNSPEC;
613
pai
->ai_socktype = ANY;
614
pai
->ai_protocol = ANY
1883
const struct addrinfo *
pai
;
local
2106
const struct addrinfo *
pai
;
local
[
all
...]
/external/clang/test/SemaCXX/
member-pointer.cpp
114
int A::*
pai
= 0;
member in class:A
116
(void)(d.*
pai
);
117
(void)(pd->*
pai
);
119
(void)(f.*
pai
); // expected-error {{ambiguous conversion from derived class 'F' to base class 'A'}}
120
(void)(ptrf->*
pai
); // expected-error {{ambiguous conversion from derived class 'F' to base class 'A'}}
122
(void)(h.*
pai
); // expected-error {{cannot cast 'H' to its private base class 'A'}}
123
(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
/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
)
/external/srec/srec/crec/
srec_context.c
1520
arcID *
pai
, ai, ai2;
local
1546
arcID *
pai
, ai, ai2;
local
[
all
...]
Completed in 402 milliseconds