Home
last modified time | relevance | path

Searched defs:path_end (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/http/
Dhttp_lib.c56 const char *path, *path_end; in OSSL_parse_url() local
/third_party/openssl/crypto/http/
Dhttp_lib.c49 const char *path, *path_end; in OSSL_parse_url() local
/third_party/pulseaudio/src/modules/
Dmodule-rygel-media-server.c840 char *path_end = sink_path + sizeof(OBJECT_SINKS); in sinks_and_sources_handler() local
856 char *path_end = source_path + sizeof(OBJECT_SOURCES); in sinks_and_sources_handler() local
/third_party/libabigail/src/
Dabg-tools-utils.cc2074 path_end = abi_whitelist_paths.end(); in gen_suppr_spec_from_kernel_abi_whitelists() local
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2463 bool FollowPath(const Message& root, const int* path_begin, const int* path_end, in FollowPath()