Home
last modified time | relevance | path

Searched refs:llp (Results 1 - 2 of 2) sorted by relevance

/third_party/libfuse/lib/
H A Dfuse_lowlevel.c542 static void fuse_ll_pipe_free(struct fuse_ll_pipe *llp) argument
544 close(llp->pipe[0]);
545 close(llp->pipe[1]);
546 free(llp);
577 struct fuse_ll_pipe *llp = pthread_getspecific(se->pipe_key); local
578 if (llp == NULL) {
581 llp = malloc(sizeof(struct fuse_ll_pipe));
582 if (llp == NULL)
585 res = fuse_pipe(llp->pipe);
587 free(llp);
606 struct fuse_ll_pipe *llp = pthread_getspecific(se->pipe_key); global() local
666 struct fuse_ll_pipe *llp; global() local
2815 struct fuse_ll_pipe *llp; global() local
2838 struct fuse_ll_pipe *llp = data; global() local
2854 struct fuse_ll_pipe *llp; global() local
[all...]
/third_party/popt/src/
H A Dpopt.c1076 * @retval *llp integer expression value
1081 static int poptParseInteger(long long * llp, in poptParseInteger() argument
1087 *llp = strtoll(val, &end, 0); in poptParseInteger()
1094 *llp = 0; in poptParseInteger()

Completed in 6 milliseconds