HomeSort by: relevance | last modified time | path
    Searched refs:funcargs (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/async/
async.c 94 OPENSSL_free(job->funcargs);
143 OPENSSL_free(job->funcargs);
144 job->funcargs = NULL;
160 job->ret = job->func(job->funcargs);
256 ctx->currjob->funcargs = OPENSSL_malloc(size);
257 if (ctx->currjob->funcargs == NULL) {
262 memcpy(ctx->currjob->funcargs, args, size);
264 ctx->currjob->funcargs = NULL;
392 job->funcargs = NULL;
async_local.h 42 void *funcargs; member in struct:async_job_st
  /src/crypto/external/bsd/openssl/dist/crypto/async/
async.c 98 OPENSSL_free(job->funcargs);
145 OPENSSL_free(job->funcargs);
146 job->funcargs = NULL;
162 job->ret = job->func(job->funcargs);
257 ctx->currjob->funcargs = OPENSSL_malloc(size);
258 if (ctx->currjob->funcargs == NULL) {
264 memcpy(ctx->currjob->funcargs, args, size);
266 ctx->currjob->funcargs = NULL;
395 job->funcargs = NULL;
async_local.h 42 void *funcargs; member in struct:async_job_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/async/
async.c 96 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;
async_local.h 42 void *funcargs; member in struct:async_job_st
  /src/external/mit/lua/dist/src/
lparser.c 1029 static void funcargs (LexState *ls, expdesc *f, int line) { function
1034 case '(': { /* funcargs -> '(' [ explist ] ')' */
1046 case '{': { /* funcargs -> constructor */
1050 case TK_STRING: { /* funcargs -> STRING */
1108 primaryexp { '.' NAME | '[' exp ']' | ':' NAME funcargs | funcargs } */
1125 case ':': { /* ':' NAME funcargs */
1130 funcargs(ls, v, line);
1133 case '(': case TK_STRING: case '{': { /* funcargs */
1135 funcargs(ls, v, line)
    [all...]

Completed in 26 milliseconds