Searched refs:ParameterProps (Results 1 – 2 of 2) sorted by relevance
121 AstKeyMap *(* ParameterProps)( AstTable *, int * ); member
287 static AstKeyMap *ParameterProps( AstTable *, int * );2146 vtab->ParameterProps = ParameterProps; in astInitTableVtab_()3493 static AstKeyMap *ParameterProps( AstTable *this, int *status ) { in ParameterProps() function5237 return (**astMEMBER(this,Table,ParameterProps))(this,status); in astParameterProps_()