OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slot_name
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/vtls/
nss.c
355
char *
slot_name
= aprintf("PEM Token #%d", slot_id);
local
356
if(!
slot_name
)
359
slot = PK11_FindSlotByName(
slot_name
);
360
free(
slot_name
);
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
objcopy.c
969
const char *
slot_name
= (char *) *slot;
local
[
all
...]
Completed in 106 milliseconds