Home
last modified time | relevance | path

Searched refs:token_cb (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dtestipp.c293 int token_cb(_ipp_file_t *f, _ipp_vars_t *v, void *user_data, const char *token);
806 _ippVarsInit(&v, NULL, NULL, token_cb); in main()
1051 token_cb(_ipp_file_t *f, /* I - IPP file data */ in token_cb() function
/external/libcups/tools/
Dipptool.c192 static int token_cb(_ipp_file_t *f, _ipp_vars_t *vars, _cups_testdata_t *data, const char *token);
241 _ippVarsInit(&vars, NULL, (_ipp_ferror_cb_t)error_cb, (_ipp_ftoken_cb_t)token_cb); in main()
2992 token_cb(_ipp_file_t *f, /* I - IPP file data */ in token_cb() function