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

/forgerock/opendj2/src/build-tools/windows/
H A Dwinlauncher.c32 // FALSE otherwise (buffer overflow because the resulting
273 // FALSE otherwise (buffer overflow because the resulting
280 BOOL overflow = FALSE; local
289 while ((argv[i] != NULL) && !overflow)
301 overflow = TRUE;
332 overflow = TRUE;
345 overflow = TRUE;
357 overflow = TRUE;
362 if (overflow)
371 return !overflow;
[all...]
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dwinlauncher.c33 // FALSE otherwise (buffer overflow because the resulting
274 // FALSE otherwise (buffer overflow because the resulting
281 BOOL overflow = FALSE; local
290 while ((argv[i] != NULL) && !overflow)
302 overflow = TRUE;
333 overflow = TRUE;
346 overflow = TRUE;
358 overflow = TRUE;
363 if (overflow)
372 return !overflow;
[all...]
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dwinlauncher.c33 // FALSE otherwise (buffer overflow because the resulting
274 // FALSE otherwise (buffer overflow because the resulting
281 BOOL overflow = FALSE; local
290 while ((argv[i] != NULL) && !overflow)
302 overflow = TRUE;
333 overflow = TRUE;
346 overflow = TRUE;
358 overflow = TRUE;
363 if (overflow)
372 return !overflow;
[all...]
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dwinlauncher.c32 // FALSE otherwise (buffer overflow because the resulting
273 // FALSE otherwise (buffer overflow because the resulting
280 BOOL overflow = FALSE; local
289 while ((argv[i] != NULL) && !overflow)
301 overflow = TRUE;
332 overflow = TRUE;
345 overflow = TRUE;
357 overflow = TRUE;
362 if (overflow)
371 return !overflow;
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dwinlauncher.c33 // FALSE otherwise (buffer overflow because the resulting
274 // FALSE otherwise (buffer overflow because the resulting
281 BOOL overflow = FALSE; local
290 while ((argv[i] != NULL) && !overflow)
302 overflow = TRUE;
333 overflow = TRUE;
346 overflow = TRUE;
358 overflow = TRUE;
363 if (overflow)
372 return !overflow;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dwinlauncher.c32 // FALSE otherwise (buffer overflow because the resulting
273 // FALSE otherwise (buffer overflow because the resulting
280 BOOL overflow = FALSE; local
289 while ((argv[i] != NULL) && !overflow)
301 overflow = TRUE;
332 overflow = TRUE;
345 overflow = TRUE;
357 overflow = TRUE;
362 if (overflow)
371 return !overflow;
[all...]
/forgerock/web-agents-v4/zlib/
H A Dtrees.c503 int overflow = 0; /* number of elements with bit length too large */ local
508 * overflow in the case of the bit length tree).
515 if (bits > max_length) bits = max_length, overflow++;
528 if (overflow == 0) return;
530 Trace((stderr,"\nbit length overflow\n"));
538 s->bl_count[bits+1] += 2; /* move one overflow item as its brother */
540 /* The brother of the overflow item also moves one step up,
543 overflow -= 2;
544 } while (overflow > 0);
1100 "pendingBuf overflow");
[all...]
/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c74 holds the compiled pattern length does not overflow. We make it a bit less than
476 "internal error: code overflow\0"
1037 BOOL braced, negated, overflow; local
1146 overflow = FALSE;
1149 if (s > INT_MAX / 10 - 1) /* Integer overflow */
1151 overflow = TRUE;
1156 if (overflow) /* Integer overflow */
1213 overflow = FALSE;
1216 if (s > INT_MAX / 10 - 1) /* Integer overflow */
[all...]

Completed in 68 milliseconds