Searched refs:url_list_t (Results 1 – 6 of 6) sorted by relevance
/dports/devel/libserdes/libserdes-6.0.2/src/ |
H A D | rest.h | 38 } url_list_t; typedef 45 int url_list_parse (url_list_t *ul, const char *urls); 51 void url_list_clear (url_list_t *ul); 105 rest_response_t *rest_get (url_list_t *ul, const char *url_path_fmt, ...); 112 rest_response_t *rest_post (url_list_t *ul,
|
H A D | rest.c | 44 int url_list_parse (url_list_t *ul, const char *urls) { in url_list_parse() 82 void url_list_clear (url_list_t *ul) { in url_list_clear() 242 static rest_response_t *rest_req (url_list_t *ul, rest_cmd_t cmd, in rest_req() 338 rest_response_t *rest_get (url_list_t *ul, const char *url_path_fmt, ...) { in rest_get() 350 rest_response_t *rest_post (url_list_t *ul, in rest_post()
|
H A D | serdes_int.h | 56 url_list_t schema_registry_urls; /* CSV list of schema
|
/dports/x11/foot/foot/ |
H A D | url-mode.h | 16 const struct terminal *term, enum url_action action, url_list_t *urls); 17 void urls_assign_key_combos(const struct config *conf, url_list_t *urls);
|
H A D | url-mode.c | 219 url_list_t *urls) in auto_detected() 426 osc8_uris(const struct terminal *term, enum url_action action, url_list_t *urls) in osc8_uris() 473 remove_overlapping(url_list_t *urls, int cols) in remove_overlapping() 521 urls_collect(const struct terminal *term, enum url_action action, url_list_t *urls) in urls_collect() 595 urls_assign_key_combos(const struct config *conf, url_list_t *urls) in urls_assign_key_combos()
|
H A D | terminal.h | 300 typedef tll(struct url) url_list_t; typedef 634 url_list_t urls;
|