Lines Matching defs:entry
955 conf_entry_t *entry = NULL;
1033 entry = get_keystore_entry(keystore_name);
1034 if (entry == NULL) {
1041 if ((entry->option == NULL && option == NULL) ||
1042 (entry->option != NULL && option != NULL &&
1043 strcmp(entry->option, option) == 0)) {
1091 * Loop thru the config file and update the entry.
1123 /* found the entry */
1127 CONF_MODULEPATH, entry->modulepath);
1131 CONF_MODULEPATH, entry->modulepath,
1170 if (entry != NULL)
1171 free_entry(entry);