Home
last modified time | relevance | path

Searched refs:ptr_to_ref (Results 51 – 75 of 143) sorted by relevance

123456

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Drefs.c94 git_reference **ptr_to_ref, const char *name) in git_reference__realloc() argument
99 GIT_ASSERT_ARG_WITH_RETVAL(ptr_to_ref, NULL); in git_reference__realloc()
106 (rewrite = git__realloc(*ptr_to_ref, reflen)) != NULL) in git_reference__realloc()
109 *ptr_to_ref = NULL; in git_reference__realloc()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drefs.c94 git_reference **ptr_to_ref, const char *name) in git_reference__realloc() argument
99 GIT_ASSERT_ARG_WITH_RETVAL(ptr_to_ref, NULL); in git_reference__realloc()
106 (rewrite = git__realloc(*ptr_to_ref, reflen)) != NULL) in git_reference__realloc()
109 *ptr_to_ref = NULL; in git_reference__realloc()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drefs.c94 git_reference **ptr_to_ref, const char *name) in git_reference__realloc() argument
99 GIT_ASSERT_ARG_WITH_RETVAL(ptr_to_ref, NULL); in git_reference__realloc()
106 (rewrite = git__realloc(*ptr_to_ref, reflen)) != NULL) in git_reference__realloc()
109 *ptr_to_ref = NULL; in git_reference__realloc()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Drefs.c94 git_reference **ptr_to_ref, const char *name) in git_reference__realloc() argument
99 GIT_ASSERT_ARG_WITH_RETVAL(ptr_to_ref, NULL); in git_reference__realloc()
106 (rewrite = git__realloc(*ptr_to_ref, reflen)) != NULL) in git_reference__realloc()
109 *ptr_to_ref = NULL; in git_reference__realloc()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Drefs.c94 git_reference **ptr_to_ref, const char *name) in git_reference__realloc() argument
99 GIT_ASSERT_ARG_WITH_RETVAL(ptr_to_ref, NULL); in git_reference__realloc()
106 (rewrite = git__realloc(*ptr_to_ref, reflen)) != NULL) in git_reference__realloc()
109 *ptr_to_ref = NULL; in git_reference__realloc()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Drefs.c94 git_reference **ptr_to_ref, const char *name) in git_reference__realloc() argument
99 GIT_ASSERT_ARG_WITH_RETVAL(ptr_to_ref, NULL); in git_reference__realloc()
106 (rewrite = git__realloc(*ptr_to_ref, reflen)) != NULL) in git_reference__realloc()
109 *ptr_to_ref = NULL; in git_reference__realloc()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Drefs.c94 git_reference **ptr_to_ref, const char *name) in git_reference__realloc() argument
99 GIT_ASSERT_ARG_WITH_RETVAL(ptr_to_ref, NULL); in git_reference__realloc()
106 (rewrite = git__realloc(*ptr_to_ref, reflen)) != NULL) in git_reference__realloc()
109 *ptr_to_ref = NULL; in git_reference__realloc()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Drefs.c94 git_reference **ptr_to_ref, const char *name) in git_reference__realloc() argument
99 GIT_ASSERT_ARG_WITH_RETVAL(ptr_to_ref, NULL); in git_reference__realloc()
106 (rewrite = git__realloc(*ptr_to_ref, reflen)) != NULL) in git_reference__realloc()
109 *ptr_to_ref = NULL; in git_reference__realloc()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Drefs.c94 git_reference **ptr_to_ref, const char *name) in git_reference__realloc() argument
99 GIT_ASSERT_ARG_WITH_RETVAL(ptr_to_ref, NULL); in git_reference__realloc()
106 (rewrite = git__realloc(*ptr_to_ref, reflen)) != NULL) in git_reference__realloc()
109 *ptr_to_ref = NULL; in git_reference__realloc()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Drefs.c92 git_reference **ptr_to_ref, const char *name) in git_reference__realloc() argument
97 assert(ptr_to_ref && name); in git_reference__realloc()
103 (rewrite = git__realloc(*ptr_to_ref, reflen)) != NULL) in git_reference__realloc()
106 *ptr_to_ref = NULL; in git_reference__realloc()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Drefs.c95 git_reference **ptr_to_ref, const char *name) in git_reference__realloc() argument
100 assert(ptr_to_ref && name); in git_reference__realloc()
106 (rewrite = git__realloc(*ptr_to_ref, reflen)) != NULL) in git_reference__realloc()
109 *ptr_to_ref = NULL; in git_reference__realloc()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Drefs.c92 git_reference **ptr_to_ref, const char *name) in git_reference__realloc() argument
97 assert(ptr_to_ref && name); in git_reference__realloc()
103 (rewrite = git__realloc(*ptr_to_ref, reflen)) != NULL) in git_reference__realloc()
106 *ptr_to_ref = NULL; in git_reference__realloc()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/vcpkg-0.2.15/test-data/no-status/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/vcpkg-0.2.15/test-data/no-status/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp
/dports/misc/broot/broot-1.7.0/cargo-crates/vcpkg-0.2.15/test-data/no-status/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp
/dports/misc/broot/broot-1.7.0/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/vcpkg-0.2.15/test-data/no-status/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp
/dports/net/routinator/routinator-0.10.2/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp
/dports/net/routinator/routinator-0.10.2/cargo-crates/vcpkg-0.2.15/test-data/no-status/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/vcpkg-0.2.15/test-data/no-status/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp
/dports/lang/gleam/gleam-0.18.2/cargo-crates/vcpkg-0.2.15/test-data/no-status/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp
/dports/lang/gleam/gleam-0.18.2/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-mpl_1.67.0_x64-windows.list671 x64-windows/include/boost/mpl/aux_/ptr_to_ref.hpp

123456