Searched defs:argInfo (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/libpopt/
H A Dpopt.h118 int argInfo; member in struct:poptOption
120 void * arg; /*!< depends on argInfo */
533 * @param argInfo logical operation (see POPT_ARGFLAG_*)
539 int poptSaveLong(/*@null@*/ long * arg, int argInfo, long aLong)
548 * @param argInfo logical operation (see POPT_ARGFLAG_*)
554 int poptSaveInt(/*@null@*/ int * arg, int argInfo, long aLong)
H A Dpopt.c71 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
79 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
80 (opt->argInfo & POPT_CBFLAG_PRE))
99 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
107 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
108 (opt->argInfo & POPT_CBFLAG_POST))
131 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
140 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
141 !(opt->argInfo & POPT_CBFLAG_SKIPOPTION)) {
164 if (!(cbopt->argInfo
648 poptSaveLong(long * arg, int argInfo, long aLong) argument
676 poptSaveInt( int * arg, int argInfo, long aLong) argument
[all...]
/external/oprofile/
H A Dpopt.h118 int argInfo; member in struct:poptOption
120 void * arg; /*!< depends on argInfo */
533 * @param argInfo logical operation (see POPT_ARGFLAG_*)
539 int poptSaveLong(/*@null@*/ long * arg, int argInfo, long aLong)
548 * @param argInfo logical operation (see POPT_ARGFLAG_*)
554 int poptSaveInt(/*@null@*/ int * arg, int argInfo, long aLong)

Completed in 91 milliseconds