Home
last modified time | relevance | path

Searched defs:set_flags (Results 1 – 20 of 20) sorted by relevance

/third_party/grpc/src/core/lib/transport/
Dbyte_stream.h73 void set_flags(uint32_t flags) { flags_ = flags; } in set_flags() function
/third_party/lwip/src/include/lwip/
Draw.h121 #define raw_set_flags(pcb, set_flags) do { (pcb)->flags = (u8_t)((pcb)->flags | (set_… argument
Dudp.h158 #define udp_set_flags(pcb, set_flags) do { (pcb)->flags = (u8_t)((pcb)->flags | (set_… argument
Dapi.h372 #define netconn_set_flags(conn, set_flags) do { (conn)->flags = (u8_t)((conn)->flags | (set_fl… argument
Dtcp.h423 #define tcp_set_flags(pcb, set_flags) do { (pcb)->flags = (tcpflags_t)((pcb)->flags | … argument
Dnetif.h452 #define netif_set_flags(netif, set_flags) do { (netif)->flags = (u8_t)((netif)->flags | (set_f… argument
/third_party/boost/boost/iostreams/detail/streambuf/
Dindirect_streambuf.hpp111 void set_flags(int f) { flags_ = f; } in set_flags() function in boost::iostreams::detail::indirect_streambuf
/third_party/uboot/u-boot-2020.01/env/
Dflags.c454 static int set_flags(const char *name, const char *value, void *priv) in set_flags() function
/third_party/e2fsprogs/lib/ext2fs/
Dbmap.c216 int set_flags; in extent_bmap() local
Dinode.c255 int ext2fs_inode_scan_flags(ext2_inode_scan scan, int set_flags, in ext2fs_inode_scan_flags()
/third_party/nghttp2/src/
Dshrpx_log.h193 void set_flags(int flags) { flags_ = flags; } in set_flags() function
/third_party/re2/re2/
Dprog.h213 void set_flags(int flags) { flags_ = flags; } in set_flags() function
/third_party/uboot/u-boot-2020.01/include/
Di2c.h347 int (*set_flags)(struct udevice *dev, uint flags); member
/third_party/python/Lib/
Dmailbox.py1556 def set_flags(self, flags): member in MaildirMessage
1665 def set_flags(self, flags): member in _mboxMMDFMessage
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_drv_ops.c273 int set_flags, total_flags, flags_and, flags_or; in hostapd_set_sta_flags() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h305 static uint16_t set_flags(uint16_t A, uint16_t F) { in set_flags() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_drv_ops.c273 int set_flags, total_flags, flags_and, flags_or; in hostapd_set_sta_flags() local
/third_party/uboot/u-boot-2020.01/drivers/misc/
Dcros_ec.c688 uint32_t set_flags, in cros_ec_flash_protect()
/third_party/boost/boost/units/
Dio.hpp168 inline void set_flags(std::ios_base& ios, long new_flags, long mask) in set_flags() function
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeX86_common.c2246 sljit_u8 mode, sljit_s32 set_flags,