Home
last modified time | relevance | path

Searched refs:http_svc_t (Results 1 – 1 of 1) sorted by relevance

/dports/dns/gdnsd2/gdnsd-2.4.3/plugins/
H A Dhttp_status.c45 } http_svc_t; typedef
55 http_svc_t* http_svc;
71 static http_svc_t* service_types = NULL;
360 static void make_req_data(http_svc_t* s, const char* url_path, const char* vhost) { in make_req_data()
380 service_types = xrealloc(service_types, (num_http_svcs + 1) * sizeof(http_svc_t)); in plugin_http_status_add_svctype()
381 http_svc_t* this_svc = &service_types[num_http_svcs++]; in plugin_http_status_add_svctype()