HomeSort by: relevance | last modified time | path
    Searched refs:water (Results 1 - 12 of 12) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/tcp/
tests.sh 74 # -------- TCP high-water tests ----------
79 TCP_HIGH="$(sed -n "s/^TCP high-water: \([0-9][0-9]*\)/\1/p" rndc.out.$n)"
80 REC_HIGH="$(sed -n "s/^recursive high-water: \([0-9][0-9]*\)/\1/p" rndc.out.$n)"
116 echo_i "TCP and recursive high-water: check initial statistics ($n)"
128 # Reset TCP high-water statistics
130 echo_i "TCP and recursive high-water: reset ($n)"
132 rndccmd 10.53.0.5 reset-stats tcp-high-water recursive-high-water || ret=1
138 echo_i "TCP and recursive high-water: check statistics after reset ($n)"
147 # Ensure the TCP high-water statistic gets updated after some TCP connection
    [all...]
  /src/games/adventure/
main.c 234 if (liqloc(loc) == water)
237 (weq(wd2, "strea") || weq(wd2, "water")))
241 if ((!weq(wd1, "water") && !weq(wd1, "oil"))
570 if (obj != oil && obj != water)
585 if (obj != water)
601 if (obj == 0 && liqloc(loc) != water && (liq() != water
604 if (obj != 0 && obj != water)
606 if (spk == 110 || liq() != water || !here(bottle))
609 place[water] = 0
    [all...]
done.c 158 place[water] = 0;
hdr.h 139 magazine, dwarf, knife, food, bottle, water, oil, plant, plant2,
init.c 111 magazine, dwarf, knife, food, bottle, water, oil, plant, plant2, variable
206 water = vocab(DECR('w', 'a', 't', 'e', 'r'), 1, 0);
subr.c 92 return ((1 - pbotl) * water + (pbotl / 2) * (water + oil));
586 if (obj == water || obj == oil) {
  /src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c 165 isc_mem_water_t water; member in struct:isc__mem
196 element *items; /*%< low water item list */
806 ctx->water = NULL;
1095 if (call_water && (ctx->water != NULL)) {
1096 (ctx->water)(ctx->water_arg, ISC_MEM_HIWATER);
1152 if (call_water && (ctx->water != NULL)) {
1153 (ctx->water)(ctx->water_arg, ISC_MEM_LOWATER);
1343 (ctx->water)(ctx->water_arg, ISC_MEM_HIWATER);
1436 if (ctx->water != NULL) {
1443 (ctx->water)(ctx->water_arg, ISC_MEM_LOWATER)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
mem.h 357 isc_mem_setwater(isc_mem_t *mctx, isc_mem_water_t water, void *water_arg,
360 * Set high and low water marks for this memory context.
363 * '(water)(water_arg, #ISC_MEM_HIWATER)' will be called. 'water' needs to
365 * change. 'water' may be called multiple times.
367 * When the usage drops below 'lowater', 'water' will again be called, this
368 * time with #ISC_MEM_LOWATER. 'water' need to calls isc_mem_waterack() with
372 * water(void *arg, int mark) {
384 * If 'water' is NULL then 'water_arg', 'hi_water' and 'lo_water' are
389 * 'water' is not NULL
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
cache.c 106 * the lock is take by water() which is called from the memory
903 water(void *arg, int mark) { function
950 * water().
957 isc_mem_setwater(cache->mctx, water, cache, 0, 0);
963 isc_mem_setwater(cache->mctx, water, cache, hiwater, lowater);
adb.c 374 water(void *, int);
2888 isc_mem_setwater(adb->mctx, water, adb, 0, 0);
4813 water(void *arg, int mark) { function
4827 DP(ISC_LOG_DEBUG(1), "adb reached %s water mark",
4845 isc_mem_setwater(adb->mctx, water, adb, 0, 0);
4847 isc_mem_setwater(adb->mctx, water, adb, hiwater, lowater);
  /src/external/bsd/openldap/dist/tests/scripts/
test043-delta-syncrepl 436 drink: cold water
  /src/external/gpl2/xcvs/dist/
configure 1408 optionally pass a low water mark in bytes and a high
1409 water mark in bytes, separated by commas. (default

Completed in 84 milliseconds