Searched refs:path_e (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dres.c133 add_path (struct robot_specs *specs, const char *path_b, const char *path_e,
137 if (path_b < path_e && *path_b == '/')
141 pp.path = strdupdelim (path_b, path_e);
132 add_path(struct robot_specs *specs, const char *path_b, const char *path_e, bool allowedp, bool exactp) argument
H A Durl.c714 const char *path_b, *path_e;
770 path_b = path_e = NULL;
912 u->path = strdupdelim (path_b, path_e);
949 if (opt.enable_iri || path_modified || u->fragment || host_modified || path_b == path_e)
710 const char *path_b, *path_e; local
H A Dcookies.c1157 char *path_b = NULL, *path_e = NULL;
1172 GET_WORD (p, path_b, path_e);
1191 cookie->path = strdupdelim (path_b, path_e);
1150 char *path_b = NULL, *path_e = NULL; local

Completed in 186 milliseconds