Lines Matching refs:cout
265 ldap_get_change_out_t *cout; in chg_get_statusChange() local
333 if ((cout = calloc(1, len)) == NULL) { in chg_get_statusChange()
336 cout->type = NS_STATUS_CHANGE_TYPE_CONFIG; in chg_get_statusChange()
337 cout->cookie = cookie; in chg_get_statusChange()
338 info->str = (char *)cout; in chg_get_statusChange()
411 ldap_get_change_out_t *cout = (ldap_get_change_out_t *)str; in chg_notify_statusChange() local
413 cout->cookie = chg_config_cookie_get(); in chg_notify_statusChange()
425 if (cout->type == NS_STATUS_CHANGE_TYPE_CONFIG) in chg_notify_statusChange()
430 sizeof (int) + cout->data_size; in chg_notify_statusChange()
452 ldap_get_change_out_t *cout; in chg_test_config_change() local
487 if ((cout = calloc(1, sizeof (ldap_get_change_out_t))) in chg_test_config_change()
497 cout->type = NS_STATUS_CHANGE_TYPE_CONFIG; in chg_test_config_change()
502 (void) chg_notify_statusChange((char *)cout); in chg_test_config_change()