Lines Matching refs:noticeref
123 ASN1_OPT(USERNOTICE, noticeref, NOTICEREF),
314 if(!not->noticeref) { in notice_section()
316 not->noticeref = nref; in notice_section()
317 } else nref = not->noticeref; in notice_section()
325 if(!not->noticeref) { in notice_section()
327 not->noticeref = nref; in notice_section()
328 } else nref = not->noticeref; in notice_section()
346 if(not->noticeref && in notice_section()
347 (!not->noticeref->noticenos || !not->noticeref->organization)) { in notice_section()
438 if(notice->noticeref) { in print_notice()
440 ref = notice->noticeref; in print_notice()