Searched refs:pnd_all_fd (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libperfuse/
H A Dsubr.c99 if (pnd->pnd_all_fd != NULL)
100 free(pnd->pnd_all_fd);
H A Dperfuse_priv.h134 struct fuse_dirent *pnd_all_fd; /* FUSE buffer for readdir */ member in struct:perfuse_node_data
H A Dops.c2464 pnd->pnd_all_fd = NULL;
2520 pnd->pnd_all_fd = realloc(pnd->pnd_all_fd,
2522 if (pnd->pnd_all_fd == NULL)
2525 afdp = (char *)(void *)pnd->pnd_all_fd + pnd->pnd_all_fd_len;
2539 if (pnd->pnd_all_fd != NULL) {
2540 if (fuse_to_dirent(pu, opc, pnd->pnd_all_fd,
2546 if (pnd->pnd_all_fd != NULL) {
2547 free(pnd->pnd_all_fd);
2548 pnd->pnd_all_fd
[all...]

Completed in 72 milliseconds