Searched refs:FUNCTION (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dprogs.pl24 } FUNCTION;
25 DECLARE_LHASH_OF(FUNCTION);
27 FUNCTION functions[] = {
H A Dopenssl.c135 * type of "FUNCTION*"). This removes the necessity for macro-generated wrapper
138 static LHASH_OF(FUNCTION) *prog_init(void );
139 static int do_cmd(LHASH_OF(FUNCTION) *prog,int argc,char *argv[]);
221 FUNCTION f,*fp;
228 LHASH_OF(FUNCTION) *prog=NULL;
387 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
389 FUNCTION f,*fp;
541 const FUNCTION *f1=_f1;
542 const FUNCTION *f2=_f2;
622 static int MS_CALLBACK function_cmp(const FUNCTION *
[all...]
H A Dprogs.h61 } FUNCTION; typedef in typeref:struct:__anon1109
62 DECLARE_LHASH_OF(FUNCTION); variable
64 FUNCTION functions[] = {
/barrelfish-master/lib/lua/src/
H A Dluac.c117 #define FUNCTION "(function()end)();" macro
124 *size=sizeof(FUNCTION)-1;
125 return FUNCTION;
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dmkdef.pl51 # - "kind" is "FUNCTION" or "VARIABLE". The meaning of that is obvious.
396 my %kind; # For anything undefined, we assume "FUNCTION"
660 "FUNCTION");
684 "FUNCTION");
709 "FUNCTION");
731 "FUNCTION");
759 "FUNCTION");
779 "FUNCTION");
859 "FUNCTION");
876 my $s; my $k = "FUNCTION"; m
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/stack/
H A Dsafestack.h2466 #define lh_FUNCTION_new() LHM_lh_new(FUNCTION,function)
2467 #define lh_FUNCTION_insert(lh,inst) LHM_lh_insert(FUNCTION,lh,inst)
2468 #define lh_FUNCTION_retrieve(lh,inst) LHM_lh_retrieve(FUNCTION,lh,inst)
2469 #define lh_FUNCTION_delete(lh,inst) LHM_lh_delete(FUNCTION,lh,inst)
2470 #define lh_FUNCTION_doall(lh,fn) LHM_lh_doall(FUNCTION,lh,fn)
2472 LHM_lh_doall_arg(FUNCTION,lh,fn,arg_type,arg)
2473 #define lh_FUNCTION_error(lh) LHM_lh_error(FUNCTION,lh)
2474 #define lh_FUNCTION_num_items(lh) LHM_lh_num_items(FUNCTION,lh)
2475 #define lh_FUNCTION_down_load(lh) LHM_lh_down_load(FUNCTION,lh)
2477 LHM_lh_node_stats_bio(FUNCTION,l
[all...]
/barrelfish-master/include/openssl/
H A Dsafestack.h2466 #define lh_FUNCTION_new() LHM_lh_new(FUNCTION,function)
2467 #define lh_FUNCTION_insert(lh,inst) LHM_lh_insert(FUNCTION,lh,inst)
2468 #define lh_FUNCTION_retrieve(lh,inst) LHM_lh_retrieve(FUNCTION,lh,inst)
2469 #define lh_FUNCTION_delete(lh,inst) LHM_lh_delete(FUNCTION,lh,inst)
2470 #define lh_FUNCTION_doall(lh,fn) LHM_lh_doall(FUNCTION,lh,fn)
2472 LHM_lh_doall_arg(FUNCTION,lh,fn,arg_type,arg)
2473 #define lh_FUNCTION_error(lh) LHM_lh_error(FUNCTION,lh)
2474 #define lh_FUNCTION_num_items(lh) LHM_lh_num_items(FUNCTION,lh)
2475 #define lh_FUNCTION_down_load(lh) LHM_lh_down_load(FUNCTION,lh)
2477 LHM_lh_node_stats_bio(FUNCTION,l
[all...]

Completed in 119 milliseconds