Home
last modified time | relevance | path

Searched defs:llp (Results 1 – 2 of 2) sorted by relevance

/third_party/libfuse/lib/
Dfuse_lowlevel.c542 static void fuse_ll_pipe_free(struct fuse_ll_pipe *llp)
577 struct fuse_ll_pipe *llp = pthread_getspecific(se->pipe_key); local
606 struct fuse_ll_pipe *llp = pthread_getspecific(se->pipe_key); local
666 struct fuse_ll_pipe *llp; local
2815 struct fuse_ll_pipe *llp; local
2838 struct fuse_ll_pipe *llp = data; local
2854 struct fuse_ll_pipe *llp; local
/third_party/popt/src/
Dpopt.c1087 static int poptParseInteger(long long * llp, in poptParseInteger()