HomeSort by relevance Sort by last modified time
    Searched refs:lflags (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
comstats.h 66 unsigned long lflags; member in struct:__anon26335
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
comstats.h 66 unsigned long lflags; member in struct:__anon27926
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
comstats.h 66 unsigned long lflags; member in struct:__anon29440
  /external/openssl/crypto/asn1/
a_strex.c 262 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str)
273 if(!(lflags & ASN1_STRFLGS_DUMP_DER)) {
314 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str)
322 flags = (unsigned char)(lflags & ESC_FLAGS);
329 if(lflags & ASN1_STRFLGS_SHOW_TYPE) {
340 if(lflags & ASN1_STRFLGS_DUMP_ALL) type = -1;
342 else if(lflags & ASN1_STRFLGS_IGNORE_TYPE) type = 1;
347 if((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN)) type = 1;
351 len = do_dump(lflags, io_ch, arg, str);
357 if(lflags & ASN1_STRFLGS_UTF8_CONVERT)
    [all...]
  /external/openssl/apps/
apps.h 238 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags);
apps.c     [all...]

Completed in 6597 milliseconds