Home
last modified time | relevance | path

Searched refs:_flags_ (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/ctypes/
D__init__.py105 _flags_ = flags variable in CFUNCTYPE.CFunctionType
129 _flags_ = flags variable in WINFUNCTYPE.WinFunctionType
369 _flags_ = flags variable in CDLL.__init__._FuncPtr
505 _flags_ = _FUNCFLAG_CDECL | _FUNCFLAG_PYTHONAPI variable in PYFUNCTYPE.CFunctionType
/third_party/libcoap/man/
Dcoap_resource.txt.in33 int _flags_);*
39 _put_handler_, int _flags_);*
46 int _flags_);*
116 _flags_ can be zero or more of the following definitions or'ed together.
205 handlers can be added to this resource if required. _flags_ can be zero or
230 server. _flags_ can be zero or more COAP_RESOURCE_FLAGS MCAST definitions.
Dcoap_attribute.txt.in24 coap_str_const_t *_name_, coap_str_const_t *_value_, int _flags_);*
67 _flags_ can be zero or more of the following or'd together, which, if set,
/third_party/ltp/testcases/kernel/fs/doio/
Diogen.c81 #define RAW_IO(_flags_) ((_flags_) & (O_RAW | O_SSD)) argument
/third_party/node/deps/cares/cmake/
DEnableWarnings.cmake276 _int_enable_warnings_set_flags(_lang ${_flags_${_lang}})
/third_party/python/Modules/_ctypes/
D_ctypes.c2468 _Py_IDENTIFIER(_flags_); in make_funcptrtype_dict()