OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntmp
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/x509v3/
v3_crld.c
528
X509_NAME
ntmp
;
local
529
ntmp
.entries = dpn->name.relativename;
532
X509_NAME_print_ex(out, &
ntmp
, 0, XN_FLAG_ONELINE);
v3_utl.c
253
char *
ntmp
, *vtmp;
local
260
ntmp
= NULL;
269
ntmp
= strip_spaces(q);
270
if(!
ntmp
) {
277
ntmp
= strip_spaces(q);
280
printf("%s\n",
ntmp
);
282
if(!
ntmp
) {
286
X509V3_add_value(
ntmp
, NULL, &values);
296
printf("%s\n",
ntmp
);
302
X509V3_add_value(
ntmp
, vtmp, &values)
[
all
...]
/external/openssl/crypto/asn1/
asn_mime.c
663
char *
ntmp
;
local
674
ntmp
= NULL;
687
ntmp
= strip_ends(q);
696
mhdr = mime_hdr_new(
ntmp
, strip_ends(q));
698
ntmp
= NULL;
717
ntmp
= strip_ends(q);
726
mime_hdr_addparam(mhdr,
ntmp
, strip_ends(q));
727
ntmp
= NULL;
748
mhdr = mime_hdr_new(
ntmp
, strip_ends(q));
751
mime_hdr_addparam(mhdr,
ntmp
, strip_ends(q))
[
all
...]
Completed in 138 milliseconds