Home
last modified time | relevance | path

Searched refs:origuri (Results 1 – 5 of 5) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libhttpd/
H A Dparsereq.c31 char *vs, *v, *search, *uri, *origuri, *extra; in hparsereq() local
98 origuri = uri; in hparsereq()
99 uri = strchr(origuri, '#'); in hparsereq()
108 ss = parseuri(c, origuri); in hparsereq()
115 origuri = uri; in hparsereq()
121 ss = stripsearch(origuri); in hparsereq()
122 origuri = ss.s1; in hparsereq()
124 uri = hurlunesc(c, origuri); in hparsereq()
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Dhttp.c3642 parsed_uri_t origuri; in http_prepare_redirect() local
3710 else if (same_host_p (origuri, locuri)) in http_prepare_redirect()
3714 http_release_parsed_uri (origuri); in http_prepare_redirect()
3733 http_release_parsed_uri (origuri); in http_prepare_redirect()
3737 if (!(origuri->off_path - origuri->off_host)) in http_prepare_redirect()
3739 http_release_parsed_uri (origuri); in http_prepare_redirect()
3749 http_release_parsed_uri (origuri); in http_prepare_redirect()
3758 memcpy (p, origuri->original, origuri->off_host); in http_prepare_redirect()
3759 p += origuri->off_host; in http_prepare_redirect()
3763 strcpy (p, origuri->original + origuri->off_path); in http_prepare_redirect()
[all …]
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dfile.h95 GFile *backup_uri_from_orig_uri(GFile * origuri);
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/
H A Dmigrate.py284 origuri = self.conn.get_uri()
295 elif destconn.get_uri() == origuri:
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-undostack-manager.c2033 char *origuri = g_file_get_uri (origfile); in retrieve_files_to_restore() local
2037 gpointer lookupvalue = g_hash_table_lookup (trashed, origuri); in retrieve_files_to_restore()
2044 g_hash_table_insert (to_restore, item, origuri); in retrieve_files_to_restore()
2050 g_free (origuri); in retrieve_files_to_restore()