Searched refs:checkEnd (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/util/keyrange/
H A DKeyRange.java127 return checkBegin(key, true) && checkEnd(key, true);
139 return checkBegin(key, inclusive) && checkEnd(key, inclusive);
174 public boolean checkEnd(DatabaseEntry key, boolean inclusive) { method in class:KeyRange
H A DRangeCursor.java437 !pkRange.checkEnd(privPKey, true)) {
752 !pkRange.checkEnd(privPKey, true)) {
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdMZ.c3142 const char *check, *checkEnd, *string1, *string2;
3155 checkEnd = string2 + length2;
3169 if (check >= checkEnd) {
3194 if (check >= checkEnd) {
3239 const char *check, *checkEnd, *string1, *string2;
3252 checkEnd = string2 + length2;
3266 if (check >= checkEnd) {
3312 const char *check, *checkEnd, *string1, *string2;
3325 checkEnd = string2 + length2;
3339 if (check >= checkEnd) {
3115 const char *check, *checkEnd, *string1, *string2; local
3211 const char *check, *checkEnd, *string1, *string2; local
3283 const char *check, *checkEnd, *string1, *string2; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCmdMZ.c2309 char *check, *checkEnd;
2326 checkEnd = string2 + length2;
2342 if (check >= checkEnd) {
2369 if (check >= checkEnd) {
2302 char *check, *checkEnd; local
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOKitLib.c1631 __private_extern__ char checkBegin = 0, checkEnd = 0; variable
1635 checkEnd = ((uint8_t *) ptr)[cnt];

Completed in 387 milliseconds