Searched defs:pabRight (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-string.cpp465 * @param pabRight Pointer to the abEscLoad* byte array to match with.
471 uint8_t const *pabRight, uint32_t cbRight,
478 if (pabRight[i] == 0xff)
480 if (cbLeft <= i || pabLeft[i] != pabRight[i])
470 rtIso2022Decoder_MatchEscSeqFrom2ndByte(uint8_t const *pabLeft, uint32_t cbLeft, uint8_t const *pabRight, uint32_t cbRight, uint32_t *pcchMatch) argument

Completed in 47 milliseconds