Lines Matching refs:cout
262 ldap_get_change_out_t *cout; in chg_get_statusChange() local
330 if ((cout = calloc(1, len)) == NULL) { in chg_get_statusChange()
333 cout->type = NS_STATUS_CHANGE_TYPE_CONFIG; in chg_get_statusChange()
334 cout->cookie = cookie; in chg_get_statusChange()
335 info->str = (char *)cout; in chg_get_statusChange()
408 ldap_get_change_out_t *cout = (ldap_get_change_out_t *)str; in chg_notify_statusChange() local
410 cout->cookie = chg_config_cookie_get(); in chg_notify_statusChange()
422 if (cout->type == NS_STATUS_CHANGE_TYPE_CONFIG) in chg_notify_statusChange()
427 sizeof (int) + cout->data_size; in chg_notify_statusChange()
449 ldap_get_change_out_t *cout; in chg_test_config_change() local
484 if ((cout = calloc(1, sizeof (ldap_get_change_out_t))) in chg_test_config_change()
494 cout->type = NS_STATUS_CHANGE_TYPE_CONFIG; in chg_test_config_change()
499 (void) chg_notify_statusChange((char *)cout); in chg_test_config_change()