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

/external/ltrace/
H A Dcallback.h34 * If CB returns CBS_STOP, the iteration stops and the current element
39 * thing as CBS_STOP. There's no provision for returning error
59 CBS_STOP, /* The iteration should stop. */ enumerator in enum:callback_status
65 #define CBS_STOP_IF(X) ((X) ? CBS_STOP : CBS_CONT)
66 #define CBS_CONT_IF(X) ((X) ? CBS_CONT : CBS_STOP)

Completed in 77 milliseconds