Searched refs:_ippVarsGet (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | ipp-vars.c | 110 value = _ippVarsGet(v, temp); in _ippVarsExpand() 134 _ippVarsGet(_ipp_vars_t *v, /* I - IPP variables */ in _ippVarsGet() function
|
D | ipp-private.h | 206 extern const char *_ippVarsGet(_ipp_vars_t *v, const char *name) _CUPS_PRIVATE;
|
D | libcups2.def | 106 _ippVarsGet
|
D | ipp-file.c | 84 if (_cups_strcasecmp(token, "DEFINE-DEFAULT") || !_ippVarsGet(v, name)) in _ippFileParse()
|
/external/libcups/tools/ |
D | ipptool.c | 1355 !_ippVarsGet(vars, data->statuses[i].if_defined)) in do_test() 1359 _ippVarsGet(vars, data->statuses[i].if_not_defined)) in do_test() 1390 !_ippVarsGet(vars, data->statuses[i].if_defined)) in do_test() 1394 _ippVarsGet(vars, data->statuses[i].if_not_defined)) in do_test() 1412 if (expect->if_defined && !_ippVarsGet(vars, expect->if_defined)) in do_test() 1416 _ippVarsGet(vars, expect->if_not_defined)) in do_test() 3180 if (_ippVarsGet(vars, name)) in token_cb() 3219 if (!_ippVarsGet(vars, name)) in token_cb() 4028 if (!_ippVarsGet(vars, name)) in token_cb() 4191 if (_ippVarsGet(vars, name)) in token_cb() [all …]
|