Home
last modified time | relevance | path

Searched refs:EGIT_CONFIG (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-config.c18 return egit_wrap(env, EGIT_CONFIG, config, NULL); in egit_config_new()
30 return egit_wrap(env, EGIT_CONFIG, config, NULL); in egit_config_open_default()
42 return egit_wrap(env, EGIT_CONFIG, new, NULL); in egit_config_open_global()
62 return egit_wrap(env, EGIT_CONFIG, new, NULL); in egit_config_open_level()
75 return egit_wrap(env, EGIT_CONFIG, config, NULL); in egit_config_open_ondisk()
86 return egit_wrap(env, EGIT_CONFIG, snapshot, NULL); in egit_config_snapshot()
H A Degit.h53 …do { if (!egit_assert_type(env, (val), EGIT_CONFIG, esym_libgit_config_p)) return esym_nil; } whil…
260 EGIT_CONFIG, enumerator
H A Degit.c136 case EGIT_CONFIG: git_config_free(obj->ptr); break; in egit_finalize()
286 case EGIT_CONFIG: return esym_config; in egit_typeof()
H A Degit-repository.c95 return egit_wrap(env, EGIT_CONFIG, config, NULL); in egit_repository_config()