Searched defs:UB (Results 1 – 2 of 2) sorted by relevance
689 UsefulBuf UB; in UsefulBufC_Unconst() local844 UsefulBuf UB; /* Memory that is being output to */ member1429 UsefulBufC UB; /* Data being parsed */ member1733 static inline int UsefulBuf_IsNULL(UsefulBuf UB) in UsefulBuf_IsNULL()1739 static inline int UsefulBuf_IsNULLC(UsefulBufC UB) in UsefulBuf_IsNULLC()1745 static inline int UsefulBuf_IsEmpty(UsefulBuf UB) in UsefulBuf_IsEmpty()1751 static inline int UsefulBuf_IsEmptyC(UsefulBufC UB) in UsefulBuf_IsEmptyC()1757 static inline int UsefulBuf_IsNULLOrEmpty(UsefulBuf UB) in UsefulBuf_IsNULLOrEmpty()1763 static inline int UsefulBuf_IsNULLOrEmptyC(UsefulBufC UB) in UsefulBuf_IsNULLOrEmptyC()1769 static inline UsefulBufC UsefulBuf_Const(const UsefulBuf UB) in UsefulBuf_Const()[all …]
113 size_t UsefulBuf_IsValue(const UsefulBufC UB, uint8_t uValue) in UsefulBuf_IsValue()