Search

Searched defs:_timestr (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/confdb/
H A Dconfdb_setup.c142 const char **_timestr,
231 *_timestr = talloc_strdup(mem_ctx, timestr);
232 if (*_timestr == NULL) {
240 const char **_timestr,
243 *_timestr = talloc_strdup(mem_ctx, "1");
245 if (*_timestr == NULL || *_ldif == NULL) {
138 confdb_ldif_from_ini_file(TALLOC_CTX *mem_ctx, const char *config_file, const char *config_dir, struct sss_ini_initdata *init_data, const char **_timestr, const char **_ldif) argument
239 confdb_fallback_ldif(TALLOC_CTX *mem_ctx, const char **_timestr, const char **_ldif) argument

Completed in 6 milliseconds