OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ccontext
(Results
1 - 6
of
6
) sorted by null
/external/selinux/libselinux/src/
fsetfilecon.c
15
char *
ccontext
= NULL;
local
17
if ((fgetfilecon_raw(fd, &
ccontext
) >= 0) &&
18
(strcmp(context,
ccontext
) == 0)) {
23
freecon(
ccontext
);
lsetfilecon.c
15
char *
ccontext
= NULL;
local
17
if ((lgetfilecon_raw(path, &
ccontext
) >= 0) &&
18
(strcmp(context,
ccontext
) == 0)) {
23
freecon(
ccontext
);
setfilecon.c
15
char *
ccontext
= NULL;
local
17
if ((getfilecon_raw(path, &
ccontext
) >= 0) &&
18
(strcmp(context,
ccontext
) == 0)) {
23
freecon(
ccontext
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h
144
RPCRTAPI RPC_BINDING_HANDLE RPC_ENTRY NDRCContextBinding(NDR_CCONTEXT
CContext
);
145
RPCRTAPI void RPC_ENTRY NDRCContextMarshall(NDR_CCONTEXT
CContext
,void *pBuff);
147
RPCRTAPI void RPC_ENTRY NDRSContextMarshall(NDR_SCONTEXT
CContext
,void *pBuff,NDR_RUNDOWN userRunDownIn);
149
RPCRTAPI void RPC_ENTRY NDRSContextMarshallEx(RPC_BINDING_HANDLE BindingHandle,NDR_SCONTEXT
CContext
,void *pBuff,NDR_RUNDOWN userRunDownIn);
150
RPCRTAPI void RPC_ENTRY NDRSContextMarshall2(RPC_BINDING_HANDLE BindingHandle,NDR_SCONTEXT
CContext
,void *pBuff,NDR_RUNDOWN userRunDownIn,void *CtxGuard,unsigned __LONG32 Flags);
[
all
...]
wincrypt.h
[
all
...]
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
Completed in 584 milliseconds