Searched defs:prop_info (Results 1 – 3 of 3) sorted by relevance
44 struct prop_info { struct48 constexpr static uint32_t kLongFlag = 1 << 16;55 constexpr static size_t kLongLegacyErrorBufferSize = 56;82 prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen); argument
38 prop_info::prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen) { in prop_info() function in prop_info46 prop_info::prop_info(const char* name, uint32_t namelen, uint32_t long_offset) { in prop_info() function in prop_info
39 typedef struct prop_info prop_info; typedef