Searched refs:TAIL (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Durl.c1300 the current TAIL position. If necessary, this will grow the string
1302 enough to take TAIL+APPEND_COUNT characters, this does nothing. */
1309 #define TAIL(r) ((r)->base + (r)->tail)
1322 memcpy (TAIL (dest), str, l);
1333 *TAIL (dest) = ch;
1465 memcpy (TAIL (dest), b, outlen);
1469 char *q = TAIL (dest);
1482 assert (q - TAIL (dest) == outlen);
1490 for (q = TAIL (dest); q < TAIL (des
1303 #define TAIL macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock.c552 TAIL /* Wait at tail of the wait queue. */ enumerator in enum:__anon6341
684 action = TAIL;
687 action = TAIL;
705 * wait at the end (TAIL). However, the goal of
749 action = TAIL;
755 case TAIL:
840 case TAIL:
863 case TAIL:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java63 private static final int TAIL = 3; field in class:CollectionTest
589 readWriteRange(TAIL, 1, maxKey);
594 readWriteRange(TAIL, 2, maxKey);
596 readWriteRange(TAIL, maxKey, maxKey);
598 readWriteRange(TAIL, maxKey + 1, maxKey + 1);
1526 if (rangeType != TAIL) {
2175 if (rangeType != TAIL) {
2262 case TAIL:
2310 if (rangeType != TAIL) {
2335 if (rangeType != TAIL) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dasn.h122 enum State {IDENTIFIER, LENGTH, BODY, TAIL, ALL_DONE} m_state; enumerator in enum:EncodedObjectFilter::State

Completed in 110 milliseconds