Lines Matching refs:configinfo
471 __ns_ldap_LoadDoorInfo(LineBuf *configinfo, char *domainname, in __ns_ldap_LoadDoorInfo() argument
500 (void) memset((char *)configinfo, 0, sizeof (LineBuf)); in __ns_ldap_LoadDoorInfo()
516 if (__print2buf(configinfo, str, DOORLINESEP)) { in __ns_ldap_LoadDoorInfo()
543 if (configinfo->str) { in __ns_ldap_LoadDoorInfo()
545 configinfo->len; in __ns_ldap_LoadDoorInfo()
547 free(configinfo->str); in __ns_ldap_LoadDoorInfo()
548 configinfo->str = NULL; in __ns_ldap_LoadDoorInfo()
549 configinfo->len = 0; in __ns_ldap_LoadDoorInfo()
560 cout->data_size = configinfo->len; in __ns_ldap_LoadDoorInfo()
561 (void) memcpy(cout->config_str, configinfo->str, in __ns_ldap_LoadDoorInfo()
562 configinfo->len); in __ns_ldap_LoadDoorInfo()
563 free(configinfo->str); in __ns_ldap_LoadDoorInfo()
564 configinfo->str = (char *)cout; in __ns_ldap_LoadDoorInfo()
565 configinfo->len = len; in __ns_ldap_LoadDoorInfo()