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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-string.cpp380 static int rtIso2022Decoder_LookupAndSet(PCRTISO2022MAP *ppMapRet, uint16_t uRegistration, PCRTISO2022MAP *papMaps, uint32_t cMaps) argument
384 if (papMaps[i]->uRegistration == uRegistration)
387 *ppMapRet = papMaps[i];
502 * @param papMaps The maps to search.
503 * @param cMaps The number of maps @a papMaps points to.
506 PCRTISO2022MAP *ppMapRet, PCRTISO2022MAP *papMaps, uint32_t cMaps)
520 PCRTISO2022MAP pMap = papMaps[i];
505 rtIso2022Decoder_FindEscAndSet(PRTISO2022DECODERSTATE pThis, PCRTISO2022MAP *ppMapRet, PCRTISO2022MAP *papMaps, uint32_t cMaps) argument

Completed in 66 milliseconds