Searched refs:bufSize (Results 1 - 8 of 8) sorted by relevance
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | base32.h | 33 base32_decode(const char *encoded, uint8_t *result, int bufSize); 36 base32_encode(const uint8_t *data, int length, char *result, int bufSize);
|
H A D | base32.c | 49 * 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 D | xmlparse.c | 2059 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 D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/forgerock/opendj2/ext/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/forgerock/opendj2.6.2/ext/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/forgerock/opendj2-jel-hg/ext/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/forgerock/opendj2-hg/ext/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
Completed in 61 milliseconds