Home
last modified time | relevance | path

Searched refs:nref (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_cpols.c313 NOTICEREF *nref; in notice_section() local
315 if(!(nref = NOTICEREF_new())) goto merr; in notice_section()
316 not->noticeref = nref; in notice_section()
317 } else nref = not->noticeref; in notice_section()
318 if(ia5org) nref->organization->type = V_ASN1_IA5STRING; in notice_section()
319 else nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()
320 if(!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
323 NOTICEREF *nref; in notice_section() local
326 if(!(nref = NOTICEREF_new())) goto merr; in notice_section()
327 not->noticeref = nref; in notice_section()
[all …]
/external/bison/src/
Dreader.h54 named_ref *nref);
56 named_ref *nref);
/external/llvm/test/CodeGen/ARM/
Difcvt-dead-def.ll24 %nref = alloca %struct.ref_s, align 4
25 %tmp46 = call %struct.ref_s* @name_string_ref(%struct.ref_s* %pref1, %struct.ref_s* %nref) #2