Home | History | Annotate | Download | only in gio

Lines Matching refs:remainder

265   const char *remainder;
273 remainder = match_prefix (descendant_dummy->decoded_uri->path,
275 if (remainder != NULL && *remainder == '/')
277 while (*remainder == '/')
278 remainder++;
279 if (*remainder != 0)
286 remainder = match_prefix (descendant_dummy->text_uri,
288 if (remainder != NULL && *remainder == '/')
290 while (*remainder == '/')
291 remainder++;
292 if (*remainder != 0)
306 const char *remainder;
314 remainder = match_prefix (descendant_dummy->decoded_uri->path,
316 if (remainder != NULL && *remainder == '/')
318 while (*remainder == '/')
319 remainder++;
320 if (*remainder != 0)
321 return g_strdup (remainder);
327 remainder = match_prefix (descendant_dummy->text_uri,
329 if (remainder != NULL && *remainder == '/')
331 while (*remainder == '/')
332 remainder++;
333 if (*remainder != 0)
334 return unescape_string (remainder, NULL, "/");