HomeSort by relevance Sort by last modified time
    Searched refs:flags (Results 2726 - 2750 of 3921) sorted by null

<<101102103104105106107108109110>>

  /external/chromium/net/base/
x509_certificate.h 232 // certificate has multiple errors, the corresponding status flags are set in
236 // |flags| is bitwise OR'd of VerifyFlags.
237 // If VERIFY_REV_CHECKING_ENABLED is set in |flags|, certificate revocation
238 // checking is performed. If VERIFY_EV_CERT is set in |flags| too,
241 int flags,
x509_certificate_nss.cc 148 // Map PORT_GetError() return values to our cert status flags.
347 // verification or we want strict revocation flags.
511 int flags,
536 bool check_revocation = (flags & VERIFY_REV_CHECKING_ENABLED);
541 flags &= ~VERIFY_EV_CERT;
567 if ((flags & VERIFY_EV_CERT) && VerifyEV())
x509_certificate_win.cc 70 // CertGetCertificateChain to our certificate status flags.
526 int flags,
544 if (flags & VERIFY_REV_CHECKING_ENABLED) {
550 flags &= ~VERIFY_EV_CERT;
669 if ((flags & VERIFY_EV_CERT) && VerifyEV())
  /external/chromium/net/disk_cache/
entry_impl.h 161 // Adds the provided |flags| to the current EntryFlags for this entry.
162 void SetEntryFlags(uint32 flags);
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 915 int flags = 0; local
    [all...]
  /external/chromium/third_party/icu/source/test/letest/
FontObject.h 115 le_uint16 flags; member in struct:HEADTable
  /external/clearsilver/cs/
cs.h 129 int flags; member in struct:_tree
  /external/dbus/dbus/
dbus-bus.c 872 * in the D-Bus specification. For quick reference, the flags and
891 * When requesting a name, you can specify several flags.
897 * You can update these flags by calling RequestName again (even if
907 * Unlike the other two flags, #DBUS_NAME_FLAG_REPLACE_EXISTING is a property
914 * If no flags are given, an application will receive the requested
967 * @param flags flags
974 unsigned int flags,
998 DBUS_TYPE_UINT32, &flags,
    [all...]
dbus-transport.c 757 * @param flags indicates whether to read or write, and whether to block.
762 unsigned int flags,
767 _dbus_verbose ("Transport iteration flags 0x%x timeout %d connected = %d\n",
768 flags, timeout_milliseconds, !transport->disconnected);
770 if ((flags & (DBUS_ITERATION_DO_WRITING |
778 (* transport->vtable->do_iteration) (transport, flags,
    [all...]
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 64 u16 secs, flags; member in struct:dhcp_packet
  /external/e2fsprogs/debugfs/
set_fields.c 52 int flags; member in struct:field_set_info
124 { "flags", &set_sb.s_flags, 4, parse_uint },
145 { "flags", &set_inode.i_flags, 4, parse_uint },
175 { "flags", &set_gd.bg_flags, 2, parse_uint },
225 if (ss->flags & FLAG_ARRAY) {
252 if (info->flags & FLAG_ARRAY)
441 if (ss->flags & FLAG_ARRAY) {
  /external/e2fsprogs/e2fsck/
pass4.c 116 if (ctx->flags & E2F_FLAG_SIGNAL_MASK)
  /external/e2fsprogs/intl/
printf-parse.c 125 dp->flags = 0;
158 /* Read the flags. */
163 dp->flags |= FLAG_GROUP;
168 dp->flags |= FLAG_LEFT;
173 dp->flags |= FLAG_SHOWSIGN;
178 dp->flags |= FLAG_SPACE;
183 dp->flags |= FLAG_ALT;
188 dp->flags |= FLAG_ZERO;
313 int flags = 0; local
319 flags |= (1 << (flags & 1))
    [all...]
  /external/e2fsprogs/resize/
online.c 22 blk_t *new_size, int flags EXT2FS_ATTR((unused)))
  /external/elfutils/libelf/
elf_newscn.c 137 result->flags |= ELF_F_DIRTY;
  /external/freetype/src/autofit/
afloader.c 294 if ( subglyph->flags & FT_SUBGLYPH_FLAG_USE_MY_METRICS )
310 if ( subglyph->flags & ( FT_SUBGLYPH_FLAG_SCALE |
325 if ( !( subglyph->flags & FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES ) )
494 scaler.flags = 0; /* XXX: fix this */
aftypes.h 223 FT_UInt32 flags; /* additional control flags, see above */ member in struct:AF_ScalerRec_
  /external/grub/stage2/
serial.c 183 term_table[i].flags &= ~TERM_NEED_INIT;
  /external/icu4c/samples/layout/
sfnt.h 152 le_uint16 flags; member in struct:HEADTable
  /external/icu4c/test/letest/
FontObject.h 115 le_uint16 flags; member in struct:HEADTable
  /external/iproute2/include/
utils.h 48 __u32 flags; member in struct:__anon4455
  /external/iproute2/tc/
m_action.c 371 int tc_action_gd(int cmd, unsigned flags, int *argc_p, char ***argv_p)
399 req.n.nlmsg_flags = NLM_F_REQUEST|flags;
483 int tc_action_modify(int cmd, unsigned flags, int *argc_p, char ***argv_p)
501 req.n.nlmsg_flags = NLM_F_REQUEST|flags;
  /external/iptables/libiptc/
libip6tc.c 176 if (e->ipv6.flags & IP6T_F_TOS)
178 printf("Flags: %02X\n", e->ipv6.flags);
222 || a->ipv6.flags != b->ipv6.flags
  /external/kernel-headers/original/asm-x86/
dma-mapping_32.h 178 dma_addr_t device_addr, size_t size, int flags);
  /external/kernel-headers/original/linux/
apm_bios.h 34 unsigned short flags; member in struct:apm_bios_info
199 * APM defined capability bit flags

Completed in 486 milliseconds

<<101102103104105106107108109110>>