Home
last modified time | relevance | path

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

/dports/ftp/wget/wget-1.21.2/src/
H A Dres.c133 add_path (struct robot_specs *specs, const char *path_b, const char *path_e, in add_path() argument
137 if (path_b < path_e && *path_b == '/') in add_path()
141 pp.path = strdupdelim (path_b, path_e); in add_path()
H A Dcookies.c1276 char *path_b = NULL, *path_e = NULL; in cookie_jar_load() local
1291 GET_WORD (p, path_b, path_e); in cookie_jar_load()
1310 cookie->path = strdupdelim (path_b, path_e); in cookie_jar_load()
H A Durl.c711 const char *path_b, *path_e; in url_parse() local
770 path_b = path_e = NULL; in url_parse()
912 u->path = strdupdelim (path_b, path_e); in url_parse()
958 if (opt.enable_iri || path_modified || u->fragment || host_modified || path_b == path_e) in url_parse()
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_isc/
H A Dthird_party_reg.c338 static str path_e = {"\r\n", 2}; variable
387 h.len += path_s.len + path_e.len + r->path.len + 6/*',' and ';lr' and '<' and '>'*/ in r_send_third_party_reg()
437 STR_APPEND(h, path_e); in r_send_third_party_reg()
/dports/math/nauty/nauty27r3/
H A Dplanarity.c6082 &path_v, &path_e, in embedg_mark_obstruction()
6096 path_v, path_e, nbr_v, in embedg_mark_obstruction()
6103 mem_free(path_e); in embedg_mark_obstruction()
6123 mem_free(path_e); in embedg_mark_obstruction()
6138 path_v, path_e, nbr_v); in embedg_mark_obstruction()
6176 mem_free(path_e); in embedg_mark_obstruction()
6527 *path_e = (int *) mem_malloc(sizeof(int) * n); in embedg_iso_get_highest_x_y_path()
6610 (*path_e)[*nbr_v] = s_e; in embedg_iso_get_highest_x_y_path()
6677 (*path_e)[*nbr_v] = s_e; in embedg_iso_get_highest_x_y_path()
9429 int *path_e, int nbr_v, int mark) in embedg_mark_x_y_path() argument
[all …]
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dplanarity.c6082 &path_v, &path_e, in embedg_mark_obstruction()
6096 path_v, path_e, nbr_v, in embedg_mark_obstruction()
6103 mem_free(path_e); in embedg_mark_obstruction()
6123 mem_free(path_e); in embedg_mark_obstruction()
6138 path_v, path_e, nbr_v); in embedg_mark_obstruction()
6176 mem_free(path_e); in embedg_mark_obstruction()
6527 *path_e = (int *) mem_malloc(sizeof(int) * n); in embedg_iso_get_highest_x_y_path()
6610 (*path_e)[*nbr_v] = s_e; in embedg_iso_get_highest_x_y_path()
6677 (*path_e)[*nbr_v] = s_e; in embedg_iso_get_highest_x_y_path()
9429 int *path_e, int nbr_v, int mark) in embedg_mark_x_y_path() argument
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dcreate_torrent.cpp624 entry& path_e = file_e["path"]; in generate() local
631 path_e.list().emplace_back(elems.first); in generate()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dcreate_torrent.cpp624 entry& path_e = file_e["path"]; in generate() local
631 path_e.list().emplace_back(elems.first); in generate()