Searched refs:lrl_data (Results 1 – 2 of 2) sorted by relevance
826 (*top)->lrl_data = NULL;832 olddata = (*top)->lrl_data;843 (*top)->lrl_data = sm_rpool_malloc_x(rpool,844 (*top)->lrl_size * sizeof *((*top)->lrl_data));846 memcpy((*top)->lrl_data, olddata, oldsizeb);867 rc = type - (*top)->lrl_data[p]->lr_type;874 return (*top)->lrl_data[p];894 memmove(&((*top)->lrl_data[insertat + 1]),895 &((*top)->lrl_data[insertat]),904 ((*top)->lrl_data)[insertat] = newe;[all …]
120 struct sm_ldap_recurse_entry **lrl_data; member