Home
last modified time | relevance | path

Searched defs:path_seg (Results 1 – 10 of 10) sorted by relevance

/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dical_support.c1091 static int parse_target_path(char *path, struct path_segment_t **path_seg, in parse_target_path()
1257 static void apply_patch_parameter(struct path_segment_t *path_seg, in apply_patch_parameter()
1321 static void apply_patch_property(struct path_segment_t *path_seg, in apply_patch_property()
1605 static void apply_patch_component(struct path_segment_t *path_seg, in apply_patch_component()
1692 static void apply_patch(struct path_segment_t *path_seg, in apply_patch()
1710 static void path_segment_free(struct path_segment_t *path_seg) in path_segment_free()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dical_support.c1071 static int parse_target_path(char *path, struct path_segment_t **path_seg, in parse_target_path()
1237 static void apply_patch_parameter(struct path_segment_t *path_seg, in apply_patch_parameter()
1301 static void apply_patch_property(struct path_segment_t *path_seg, in apply_patch_property()
1585 static void apply_patch_component(struct path_segment_t *path_seg, in apply_patch_component()
1672 static void apply_patch(struct path_segment_t *path_seg, in apply_patch()
1690 static void path_segment_free(struct path_segment_t *path_seg) in path_segment_free()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Duri.cc223 auto path_seg = impl_->uri_.pathHead; in Parse() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Duri.cc245 auto path_seg = impl_->uri_.pathHead; in Parse() local
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Duri.cc245 auto path_seg = impl_->uri_.pathHead; in Parse() local
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dworkerglobalscope.rs398 let path_seg = format!("url({})", self.get_url()); in process_event() localVariable
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/profile/
H A Dmem.rs213 path_seg: String, field
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dhttp_caldav.c3091 static int parse_target_path(char *path, struct path_segment_t **path_seg, in parse_target_path()
3257 static void apply_patch_parameter(struct path_segment_t *path_seg, in apply_patch_parameter()
3321 static void apply_patch_property(struct path_segment_t *path_seg, in apply_patch_property()
3603 static void apply_patch_component(struct path_segment_t *path_seg, in apply_patch_component()
3685 static void apply_patch(struct path_segment_t *path_seg, in apply_patch()
3703 static void path_segment_free(struct path_segment_t *path_seg) in path_segment_free()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_resolve/src/
H A Dlate.rs2104 let path_seg = |seg: &Segment| PathSegment::from_ident(seg.ident); in resolve_qpath_anywhere() localVariable
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/
H A Dscript_thread.rs1583 let mut path_seg = String::from("url("); in collect_reports() localVariable