Home | History | Annotate | Download | only in ofw

Lines Matching refs:method

352 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...)
354 OF_call_method(method, ihandle, nargs, nreturns, va_alist)
355 const char *method;
367 const char *method;
371 "call-method",
381 args.method = method;
395 method, ihandle, nargs, nreturns);
417 OF_call_method_1(const char *method, int ihandle, int nargs, ...)
419 OF_call_method_1(method, ihandle, nargs, va_alist)
420 const char *method;
431 const char *method;
435 "call-method",
444 args.method = method;
457 method, ihandle, nargs);