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

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A Dbase32.c49 * bufSize - The size of the initialised buffer
54 int base32_decode(const char *encoded, uint8_t *result, int bufSize) { argument
59 for (; count < bufSize && *encoded; ++encoded) {
92 if (count < bufSize) {
109 * bufSize - The size of the 'result' buffer
115 int base32_encode(const uint8_t *data, int length, char *result, int bufSize) { argument
128 while (count < bufSize && (bitsLeft > 0 || next < length)) {
154 while (quantum > 0 && count < bufSize) {
162 if (count < bufSize) {
/forgerock/web-agents-v4/expat/
H A Dxmlparse.c2059 int bufSize; local
2072 bufSize = nameLen + ROUND_UP(tag->rawNameLength, sizeof(XML_Char));
2073 if (bufSize > tag->bufEnd - tag->buf) {
2074 char *temp = (char *)REALLOC(tag->buf, bufSize);
2089 tag->bufEnd = temp + bufSize;
2416 int bufSize; local
2426 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2428 char *temp = (char *)REALLOC(tag->buf, bufSize);
2432 tag->bufEnd = temp + bufSize;
/forgerock/opendj-b2.6/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2.6.2/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2-jel-hg/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2-hg/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 188 milliseconds