Searched refs:funcargs (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/async/
H A Dasync.c96 OPENSSL_free(job->funcargs);
139 OPENSSL_free(job->funcargs);
140 job->funcargs = NULL;
152 job->ret = job->func(job->funcargs);
227 ctx->currjob->funcargs = OPENSSL_malloc(size);
228 if (ctx->currjob->funcargs == NULL) {
234 memcpy(ctx->currjob->funcargs, args, size);
236 ctx->currjob->funcargs = NULL;
359 job->funcargs = NULL;
H A Dasync_local.h42 void *funcargs; member in struct:async_job_st
/freebsd-12-stable/contrib/lua/src/
H A Dlparser.c818 static void funcargs (LexState *ls, expdesc *f, int line) { function
823 case '(': { /* funcargs -> '(' [ explist ] ')' */
834 case '{': { /* funcargs -> constructor */
838 case TK_STRING: { /* funcargs -> STRING */
896 primaryexp { '.' NAME | '[' exp ']' | ':' NAME funcargs | funcargs } */
913 case ':': { /* ':' NAME funcargs */
918 funcargs(ls, v, line);
921 case '(': case TK_STRING: case '{': { /* funcargs */
923 funcargs(l
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c822 static void funcargs (LexState *ls, expdesc *f, int line) { function
827 case '(': { /* funcargs -> `(' [ explist ] `)' */
838 case '{': { /* funcargs -> constructor */
842 case TK_STRING: { /* funcargs -> STRING */
900 primaryexp { '.' NAME | '[' exp ']' | ':' NAME funcargs | funcargs } */
917 case ':': { /* `:' NAME funcargs */
922 funcargs(ls, v, line);
925 case '(': case TK_STRING: case '{': { /* funcargs */
927 funcargs(l
[all...]

Completed in 136 milliseconds