Lines Matching defs:lflags
261 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg,
275 if (!(lflags & ASN1_STRFLGS_DUMP_DER)) {
332 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags,
341 flags = (unsigned short)(lflags & ESC_FLAGS);
347 if (lflags & ASN1_STRFLGS_SHOW_TYPE) {
361 if (lflags & ASN1_STRFLGS_DUMP_ALL)
364 else if (lflags & ASN1_STRFLGS_IGNORE_TYPE)
372 if ((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN))
377 len = do_dump(lflags, io_ch, arg, str);
384 if (lflags & ASN1_STRFLGS_UTF8_CONVERT) {