Lines Matching defs:ready
50 int ready;
177 old->ready = new->ready;
207 hmserver.ready = s->ready;
314 if (apr_table_get(hbt, "ready")) {
315 node.ready = atoi(apr_table_get(hbt, "ready"));
317 node.ready = 0;
332 apr_file_printf(fp, "%s &ready=%u&busy=%u&lastseen=%u&port=%u\n",
333 ip, node.ready, node.busy, (unsigned int) seen, node.port);
337 apr_file_printf(fp, "%s &ready=%u&busy=%u&lastseen=%u&port=%u\n",
338 s->ip, s->ready, s->busy, (unsigned int) seen, s->port);
347 apr_file_printf(fp, "%s &ready=%u&busy=%u&lastseen=%u&port=%u\n",
348 s->ip, s->ready, s->busy, (unsigned int) seen, s->port);
425 apr_file_printf(fp, "%s &ready=%u&busy=%u&lastseen=%u&port=%u\n",
426 s->ip, s->ready, s->busy, (unsigned int) seen, s->port);
509 s->ready = 0;
532 apr_table_get(tbl, "ready") != NULL) {
538 "%pI busy=%s ready=%s", from,
539 apr_table_get(tbl, "busy"), apr_table_get(tbl, "ready"));
549 s->ready = atoi(apr_table_get(tbl, "ready"));
770 hmserver.ready = atoi(apr_table_get(tbl, "ready"));