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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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.c673 const char *path_b, *path_e;
729 path_b = path_e = NULL;
871 u->path = strdupdelim (path_b, path_e);
906 if (opt.enable_iri || path_modified || u->fragment || host_modified || path_b == path_e)
669 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 154 milliseconds