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

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostvideo.h141 EphyrHostAttribute **a_attributes,
144 void ephyrHostAttributesDelete (EphyrHostAttribute *a_attributes) ;
H A Dephyrhostvideo.c500 ephyrHostAttributesDelete (EphyrHostAttribute *a_attributes) argument
502 if (!a_attributes)
504 XFree (a_attributes) ;
509 EphyrHostAttribute **a_attributes,
512 EPHYR_RETURN_VAL_IF_FAIL (a_attributes && a_num_attributes, FALSE) ;
514 *a_attributes =
508 ephyrHostXVQueryPortAttributes(int a_port_id,EphyrHostAttribute ** a_attributes,int * a_num_attributes) argument

Completed in 3 milliseconds