Searched defs:tbl (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/cluster/ |
H A D | mod_heartmonitor.c | 522 apr_table_t *tbl; local 526 tbl = apr_table_make(p, 10); 528 qs_to_table(buf, tbl, p); 530 if (apr_table_get(tbl, "v") != NULL && 531 apr_table_get(tbl, "busy") != NULL && 532 apr_table_get(tbl, "ready") != NULL) { 539 apr_table_get(tbl, "busy"), apr_table_get(tbl, "ready")); 543 if (apr_table_get(tbl, "port") != NULL) 544 port = atoi(apr_table_get(tbl, "por 736 apr_table_t *tbl; local [all...] |
Completed in 23 milliseconds