Lines Matching refs:attrs
215 if (ent->attrs != NULL) {
217 for (j = 0; j < sized_array_n(ent->attrs); j++) {
218 dav = ent->attrs[j];
226 sized_array_free(ent->attrs);
287 /* If the entry wasn't found, leave the entry attrs and err NULL. */
297 nattrs = ent_rpc->directory_entry_rpc_u.attrs.attrs_len;
299 ent->attrs = sized_array(nattrs, sizeof (directory_attribute_value_t));
300 if (ent->attrs == NULL) {
305 de = copy_directory_attribute_value(&ent->attrs[i],
306 &ent_rpc->directory_entry_rpc_u.attrs.attrs_val[i]);