Home
last modified time | relevance | path

Searched refs:chg_data (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c195 free(chg->chg_data); in waiting_list_cleanup()
196 chg->chg_data = NULL; in waiting_list_cleanup()
367 chg.chg_data, in chg_get_statusChange()
418 if (chg.chg_data) { in chg_notify_statusChange()
419 free(chg.chg_data); in chg_notify_statusChange()
420 chg.chg_data = NULL; in chg_notify_statusChange()
423 chg.chg_data = str; in chg_notify_statusChange()
H A Dcachemgr.h92 char *chg_data; /* the buffer for the change data */ member
/illumos-gate/usr/src/lib/libeti/form/
H A DMakefile.com31 chg_data.o \
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c2441 char chg_data[DOORBUFFERSIZE]; in get_server_change() local
2568 (void) strlcpy(chg_data, ptr, sizeof (chg_data)); in get_server_change()