Lines Matching refs:entries_p
178 getmapkeys_fn(const char *map, struct dir_entry **entries_p, int *error,
208 *error = list_ctx(init_ctx, entries_p, status);
228 entries_p, status);
240 entries_p, status);
254 for (p = *entries_p; p != NULL; p = p->next)
255 btree_enter(entries_p, p);
322 struct dir_entry **entries_p, FN_status_t *status)
328 if (list_ctx(ctx, entries_p, status) != 0) {
339 rc = list_ctx(nns_ctx, entries_p, status);
394 list_ctx(FN_ctx_t *ctx, struct dir_entry **entries_p, FN_status_t *status)
416 retval = list_ctx_aux(ctx, name, syntax, entries_p, status);
425 const FN_attrset_t *syntax, struct dir_entry **entries_p,
444 if (add_name_to_dirlist(name, entries_p) != 0) {
452 rc = list_ctx_aux(ctx, name, syntax, entries_p,
474 struct dir_entry **entries_p)
506 entry->next = *entries_p;
507 *entries_p = entry;