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

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwmethod.c34 static Vcwmethod_t* _Vcwmethods[] = variable
54 for (i = 0; _Vcwmethods[i]; ++i)
55 { for(k = 0; name[k] && _Vcwmethods[i]->name[k]; ++k)
56 if(name[k] != _Vcwmethods[i]->name[k])
59 return _Vcwmethods[i];
78 for (i = 0; _Vcwmethods[i]; ++i)
79 { rv = (*walkf)((Void_t*)_Vcwmethods[i],
80 _Vcwmethods[i]->name, _Vcwmethods[i]->desc, disc);

Completed in 21 milliseconds