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

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DBridgeSupport.h53 struct bsFunction { struct
137 extern struct bsFunction *current_function;
H A DBridgeSupport.m40 static struct st_table *bsFunctions; // function name -> struct bsFunction
47 struct bsFunction *current_function = NULL;
216 free_bs_function (struct bsFunction *func)
957 struct bsFunction *func = (struct bsFunction *)ctx;
976 struct bsFunction *func;
1151 struct bsFunction * func;
1516 func = (struct bsFunction *)calloc(1, sizeof(struct bsFunction));

Completed in 76 milliseconds