Lines Matching refs:ippReadIO
2930 return (ippReadIO(http, (ipp_iocb_t)ipp_read_http, http->blocking, NULL,
2947 return (ippReadIO(&fd, (ipp_iocb_t)ipp_read_file, 1, NULL, ipp));
2952 * 'ippReadIO()' - Read data for an IPP message.
2958 ippReadIO(void *src, /* I - Data source */
2975 …DEBUG_printf(("ippReadIO(src=%p, cb=%p, blocking=%d, parent=%p, ipp=%p)", (void *)src, (void *)cb,…
2976 DEBUG_printf(("2ippReadIO: ipp->state=%d", ipp ? ipp->state : IPP_STATE_ERROR));
2983 DEBUG_puts("1ippReadIO: Unable to get read buffer.");
3001 DEBUG_puts("1ippReadIO: Unable to read header.");
3016 DEBUG_printf(("2ippReadIO: version=%d.%d", buffer[0], buffer[1]));
3017 DEBUG_printf(("2ippReadIO: op_status=%04x",
3019 DEBUG_printf(("2ippReadIO: request_id=%d",
3040 DEBUG_puts("1ippReadIO: Callback returned EOF/error");
3045 …DEBUG_printf(("2ippReadIO: ipp->current=%p, ipp->prev=%p", (void *)ipp->current, (void *)ipp->prev…
3060 DEBUG_puts("1ippReadIO: Callback returned EOF/error");
3075 DEBUG_printf(("1ippReadIO: bad tag 0x%x.", tag));
3087 DEBUG_puts("2ippReadIO: IPP_TAG_END.");
3105 …DEBUG_printf(("2ippReadIO: group tag=%x(%s), ipp->prev=%p", tag, ippTagString(tag), (void *)ipp->p…
3109 DEBUG_printf(("2ippReadIO: value tag=%x(%s)", tag,
3118 DEBUG_puts("1ippReadIO: unable to read name length.");
3128 DEBUG_printf(("1ippReadIO: bad name length %d.", n));
3133 DEBUG_printf(("2ippReadIO: name length=%d", n));
3145 DEBUG_puts("1ippReadIO: Attribute without name and no current.");
3183 DEBUG_printf(("1ippReadIO: 1setOf value tag %x(%s) != %x(%s)",
3192 DEBUG_printf(("1ippReadIO: Converting %s attribute from %s to %s.",
3210 DEBUG_printf(("1ippReadIO: 1setOf value tag %x(%s) != %x(%s)",
3223 DEBUG_printf(("1ippReadIO: Converting %s attribute to "
3233 DEBUG_printf(("1ippReadIO: value tag %x(%s) != %x(%s)",
3259 DEBUG_puts("1ippReadIO: member name not empty.");
3271 DEBUG_puts("1ippReadIO: unable to allocate attribute.");
3276 …DEBUG_printf(("2ippReadIO: membername, ipp->current=%p, ipp->prev=%p", (void *)ipp->current, (void…
3288 DEBUG_puts("1ippReadIO: unable to read name.");
3302 DEBUG_puts("1ippReadIO: unable to allocate attribute.");
3307 …DEBUG_printf(("2ippReadIO: name=\"%s\", ipp->current=%p, ipp->prev=%p", buffer, (void *)ipp->curre…
3319 DEBUG_puts("1ippReadIO: unable to read value length.");
3325 DEBUG_printf(("2ippReadIO: value length=%d", n));
3331 DEBUG_printf(("1ippReadIO: bad value length %d.", n));
3348 DEBUG_printf(("1ippReadIO: bad integer value length %d.", n));
3355 DEBUG_puts("1ippReadIO: Unable to read integer value.");
3374 DEBUG_printf(("1ippReadIO: bad boolean value length %d.", n));
3381 DEBUG_puts("1ippReadIO: Unable to read boolean value.");
3419 DEBUG_puts("1ippReadIO: unable to read string value.");
3427 DEBUG_printf(("2ippReadIO: value=\"%s\"", value->string.text));
3434 DEBUG_printf(("1ippReadIO: bad date value length %d.", n));
3441 DEBUG_puts("1ippReadIO: Unable to read date value.");
3452 DEBUG_printf(("1ippReadIO: bad resolution value length %d.", n));
3459 DEBUG_puts("1ippReadIO: Unable to read resolution value.");
3479 DEBUG_printf(("1ippReadIO: bad rangeOfInteger value length "
3487 DEBUG_puts("1ippReadIO: Unable to read range value.");
3512 DEBUG_printf(("1ippReadIO: bad stringWithLanguage value "
3520 DEBUG_puts("1ippReadIO: Unable to read string w/language "
3544 DEBUG_printf(("1ippReadIO: bad language value length %d.",
3553 DEBUG_printf(("1ippReadIO: bad language value length %d.",
3571 DEBUG_printf(("1ippReadIO: bad string value length %d.", n));
3591 DEBUG_puts("1ippReadIO: begCollection tag with value length "
3597 if (ippReadIO(src, cb, 1, ipp, value->collection) == IPP_STATE_ERROR)
3599 DEBUG_puts("1ippReadIO: Unable to read collection value.");
3612 DEBUG_puts("1ippReadIO: endCollection tag with value length "
3617 DEBUG_puts("1ippReadIO: endCollection tag...");
3630 DEBUG_puts("1ippReadIO: Member name without attribute.");
3638 DEBUG_puts("1ippReadIO: Empty member name value.");
3644 DEBUG_puts("1ippReadIO: Unable to read member name value.");
3660 DEBUG_printf(("2ippReadIO: member name=\"%s\"", attr->name));
3668 DEBUG_printf(("1ippReadIO: bad octetString value length %d.",
3681 DEBUG_puts("1ippReadIO: Unable to allocate value");
3688 DEBUG_puts("1ippReadIO: Unable to read unsupported value.");
3714 DEBUG_printf(("1ippReadIO: returning ipp->state=%d.", ipp->state));