Home
last modified time | relevance | path

Searched refs:SecInt (Results 1 – 4 of 4) sorted by relevance

/third_party/bounds_checking_function/src/
Dsecureinput_w.c45 SECUREC_INLINE unsigned int SecWcharHighBits(SecInt ch) in SecWcharHighBits()
51 SECUREC_INLINE unsigned char SecWcharLowByte(SecInt ch) in SecWcharLowByte()
57 SECUREC_INLINE int SecIsDigit(SecInt ch) in SecIsDigit()
65 SECUREC_INLINE int SecIsXdigit(SecInt ch) in SecIsXdigit()
73 SECUREC_INLINE int SecIsSpace(SecInt ch) in SecIsSpace()
Dsecureinput_a.c25 SECUREC_INLINE int SecIsDigit(SecInt ch) in SecIsDigit()
30 SECUREC_INLINE int SecIsXdigit(SecInt ch) in SecIsXdigit()
34 SECUREC_INLINE int SecIsSpace(SecInt ch) in SecIsSpace()
Dinput.inl167 SecInt ch; /* Char read from input */
216 *(outCh) = (SecInt)(SECUREC_CHAR_MASK & \
265 SECUREC_INLINE int SecCanInputForBracket(int convChr, SecInt ch, const SecBracketTable *bracketTabl…
285 SECUREC_INLINE int SecCanInputString(int convChr, SecInt ch)
312 SECUREC_INLINE int SecIsDigit(SecInt ch);
313 SECUREC_INLINE int SecIsXdigit(SecInt ch);
314 SECUREC_INLINE int SecIsSpace(SecInt ch);
315 SECUREC_INLINE SecInt SecSkipSpaceChar(SecFileStream *stream, int *counter);
316 SECUREC_INLINE SecInt SecGetChar(SecFileStream *stream, int *counter);
317 SECUREC_INLINE void SecUnGetChar(SecInt ch, SecFileStream *stream, int *counter);
[all …]
Dsecurecutil.h291 typedef wint_t SecInt; typedef
297 typedef int SecInt; typedef