Home
last modified time | relevance | path

Searched refs:chg_data_size (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c363 chg.chg_data_size)) == NULL) { in chg_get_statusChange()
368 chg.chg_data_size); in chg_get_statusChange()
369 info->len = chg.chg_data_size; in chg_get_statusChange()
426 chg.chg_data_size = sizeof (ldap_get_change_out_t); in chg_notify_statusChange()
429 chg.chg_data_size = sizeof (ldap_get_change_out_t) - in chg_notify_statusChange()
H A Dcachemgr.h93 int chg_data_size; /* the size of the change data */ member