Lines Matching refs:ippFindAttribute
2025 if (job && (attr = ippFindAttribute(job, "finishings", IPP_TAG_ENUM)) != NULL) in _ppdCacheGetFinishingOptions()
2161 media_col = ippFindAttribute(job, "media-col", IPP_TAG_BEGIN_COLLECTION); in _ppdCacheGetInputSlot()
2163 (media_source = ippFindAttribute(ippGetCollection(media_col, 0), in _ppdCacheGetInputSlot()
2224 media_col = ippFindAttribute(job, "media-col", IPP_TAG_BEGIN_COLLECTION); in _ppdCacheGetMediaType()
2227 if ((media_type = ippFindAttribute(media_col->values[0].collection, in _ppdCacheGetMediaType()
2230 media_type = ippFindAttribute(media_col->values[0].collection, in _ppdCacheGetMediaType()
2335 if ((attr = ippFindAttribute(job, "PageSize", IPP_TAG_ZERO)) == NULL) in _ppdCacheGetPageSize()
2336 if ((attr = ippFindAttribute(job, "PageRegion", IPP_TAG_ZERO)) == NULL) in _ppdCacheGetPageSize()
2337 attr = ippFindAttribute(job, "media", IPP_TAG_ZERO); in _ppdCacheGetPageSize()
3069 if ((attr = ippFindAttribute(response, "printer-make-and-model", IPP_TAG_TEXT)) != NULL) in _ppdCreateFromIPP()
3091 …if ((attr = ippFindAttribute(response, "color-supported", IPP_TAG_BOOLEAN)) != NULL && ippGetBoole… in _ppdCreateFromIPP()
3104 if ((attr = ippFindAttribute(response, "document-format-supported", IPP_TAG_MIMETYPE)) != NULL) in _ppdCreateFromIPP()
3135 if ((attr = ippFindAttribute(response, "media-bottom-margin-supported", IPP_TAG_INTEGER)) != NULL) in _ppdCreateFromIPP()
3144 if ((attr = ippFindAttribute(response, "media-left-margin-supported", IPP_TAG_INTEGER)) != NULL) in _ppdCreateFromIPP()
3153 if ((attr = ippFindAttribute(response, "media-right-margin-supported", IPP_TAG_INTEGER)) != NULL) in _ppdCreateFromIPP()
3162 if ((attr = ippFindAttribute(response, "media-top-margin-supported", IPP_TAG_INTEGER)) != NULL) in _ppdCreateFromIPP()
3171 if ((defattr = ippFindAttribute(response, "media-col-default", IPP_TAG_BEGIN_COLLECTION)) != NULL) in _ppdCreateFromIPP()
3173 …if ((attr = ippFindAttribute(ippGetCollection(defattr, 0), "media-size", IPP_TAG_BEGIN_COLLECTION)… in _ppdCreateFromIPP()
3176 x_dim = ippFindAttribute(media_size, "x-dimension", IPP_TAG_INTEGER); in _ppdCreateFromIPP()
3177 y_dim = ippFindAttribute(media_size, "y-dimension", IPP_TAG_INTEGER); in _ppdCreateFromIPP()
3187 …else if ((pwg = pwgMediaForPWG(ippGetString(ippFindAttribute(response, "media-default", IPP_TAG_ZE… in _ppdCreateFromIPP()
3192 if ((attr = ippFindAttribute(response, "media-size-supported", IPP_TAG_BEGIN_COLLECTION)) == NULL) in _ppdCreateFromIPP()
3193 attr = ippFindAttribute(response, "media-supported", IPP_TAG_ZERO); in _ppdCreateFromIPP()
3207 x_dim = ippFindAttribute(media_size, "x-dimension", IPP_TAG_INTEGER); in _ppdCreateFromIPP()
3208 y_dim = ippFindAttribute(media_size, "y-dimension", IPP_TAG_INTEGER); in _ppdCreateFromIPP()
3247 x_dim = ippFindAttribute(media_size, "x-dimension", IPP_TAG_INTEGER); in _ppdCreateFromIPP()
3248 y_dim = ippFindAttribute(media_size, "y-dimension", IPP_TAG_INTEGER); in _ppdCreateFromIPP()
3283 x_dim = ippFindAttribute(media_size, "x-dimension", IPP_TAG_INTEGER); in _ppdCreateFromIPP()
3284 y_dim = ippFindAttribute(media_size, "y-dimension", IPP_TAG_INTEGER); in _ppdCreateFromIPP()
3326 if ((attr = ippFindAttribute(ippGetCollection(defattr, 0), "media-source", IPP_TAG_ZERO)) != NULL) in _ppdCreateFromIPP()
3331 …if ((attr = ippFindAttribute(response, "media-source-supported", IPP_TAG_ZERO)) != NULL && (count … in _ppdCreateFromIPP()
3408 if ((attr = ippFindAttribute(ippGetCollection(defattr, 0), "media-type", IPP_TAG_ZERO)) != NULL) in _ppdCreateFromIPP()
3413 …if ((attr = ippFindAttribute(response, "media-type-supported", IPP_TAG_ZERO)) != NULL && (count = … in _ppdCreateFromIPP()
3584 …if ((attr = ippFindAttribute(response, "pwg-raster-document-type-supported", IPP_TAG_KEYWORD)) == … in _ppdCreateFromIPP()
3585 if ((attr = ippFindAttribute(response, "urf-supported", IPP_TAG_KEYWORD)) == NULL) in _ppdCreateFromIPP()
3586 … if ((attr = ippFindAttribute(response, "print-color-mode-supported", IPP_TAG_KEYWORD)) == NULL) in _ppdCreateFromIPP()
3587 attr = ippFindAttribute(response, "output-mode-supported", IPP_TAG_KEYWORD); in _ppdCreateFromIPP()
3654 …if ((attr = ippFindAttribute(response, "sides-supported", IPP_TAG_KEYWORD)) != NULL && ippContains… in _ppdCreateFromIPP()
3664 …if ((attr = ippFindAttribute(response, "pwg-raster-document-sheet-back", IPP_TAG_KEYWORD)) != NULL) in _ppdCreateFromIPP()
3678 else if ((attr = ippFindAttribute(response, "urf-supported", IPP_TAG_KEYWORD)) != NULL) in _ppdCreateFromIPP()
3713 if ((attr = ippFindAttribute(response, "output-bin-default", IPP_TAG_ZERO)) != NULL) in _ppdCreateFromIPP()
3718 …if ((attr = ippFindAttribute(response, "output-bin-supported", IPP_TAG_ZERO)) != NULL && (count = … in _ppdCreateFromIPP()
3791 if ((attr = ippFindAttribute(response, "finishings-supported", IPP_TAG_ENUM)) != NULL) in _ppdCreateFromIPP()
3963 quality = ippFindAttribute(response, "print-quality-supported", IPP_TAG_ENUM); in _ppdCreateFromIPP()
3965 …if ((attr = ippFindAttribute(response, "pwg-raster-document-resolution-supported", IPP_TAG_RESOLUT… in _ppdCreateFromIPP()
3993 else if ((attr = ippFindAttribute(response, "urf-supported", IPP_TAG_KEYWORD)) != NULL) in _ppdCreateFromIPP()
4046 … if ((attr = ippFindAttribute(response, "printer-resolution-default", IPP_TAG_RESOLUTION)) != NULL) in _ppdCreateFromIPP()