Home | History | Annotate | Download | only in oprofile

Lines Matching full:callback

25 #define POPT_ARG_CALLBACK	5	/*!< table-wide callback... must be
27 to callback, descrip points to
28 callback data to pass */
68 * \name Callback modifiers
71 #define POPT_CBFLAG_PRE 0x80000000 /*!< call the callback before parse */
72 #define POPT_CBFLAG_POST 0x40000000 /*!< call the callback after parse */
75 #define POPT_CBFLAG_SKIPOPTION 0x10000000 /*!< don't callback with option */
214 * Table callback prototype.
216 * @param reason reason for callback
217 * @param opt option that triggered callback