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

/sssd-io/src/providers/
H A Dbe_ptask.c46 enum be_ptask_schedule from);
198 enum be_ptask_schedule from)
230 switch (from) {
235 "from now [%lu]\n", task->name, delay, tv.tv_sec);
241 "from last execution time [%lu]\n",
196 be_ptask_schedule(struct be_ptask *task, enum be_ptask_delay delay_type, enum be_ptask_schedule from) argument
/sssd-io/src/providers/ldap/
H A Dsdap.c844 * because the SSL/TLS context is initialized from this value. */
1033 "Using value from [%s] as naming context.\n",
1040 "Using value from [%s] as naming context.\n",
1738 /* Own objects from all_objects by dom_objects in case they belong
1741 * Don't copy objects from other domains in case
1746 * while searching for an object from dc=example.
1763 struct sdap_domain *from)
1765 to->search_bases = from->search_bases;
1766 to->user_search_bases = from->user_search_bases;
1767 to->group_search_bases = from
1762 sdap_domain_copy_search_bases(struct sdap_domain *to, struct sdap_domain *from) argument
[all...]

Completed in 1196 milliseconds