Home
last modified time | relevance | path

Searched refs:ipp (Results 1 – 25 of 71) sorted by relevance

123

/external/libcups/cups/
Dipp.c31 static ipp_attribute_t *ipp_add_attr(ipp_t *ipp, const char *name,
38 static size_t ipp_length(ipp_t *ipp, int collection);
45 static _ipp_value_t *ipp_set_value(ipp_t *ipp, ipp_attribute_t **attr,
116 ippAddBoolean(ipp_t *ipp, /* I - IPP message */ in ippAddBoolean() argument
124 …DEBUG_printf(("ippAddBoolean(ipp=%p, group=%02x(%s), name=\"%s\", value=%d)", (void *)ipp, group, … in ippAddBoolean()
130 if (!ipp || !name || group < IPP_TAG_ZERO || in ippAddBoolean()
138 if ((attr = ipp_add_attr(ipp, name, group, IPP_TAG_BOOLEAN, 1)) == NULL) in ippAddBoolean()
161 ippAddBooleans(ipp_t *ipp, /* I - IPP message */ in ippAddBooleans() argument
172 …s(ipp=%p, group=%02x(%s), name=\"%s\", num_values=%d, values=%p)", (void *)ipp, group, ippTagStrin… in ippAddBooleans()
178 if (!ipp || !name || group < IPP_TAG_ZERO || in ippAddBooleans()
[all …]
Dipp.h844 extern ipp_attribute_t *ippAddBoolean(ipp_t *ipp, ipp_tag_t group,
846 extern ipp_attribute_t *ippAddBooleans(ipp_t *ipp, ipp_tag_t group,
849 extern ipp_attribute_t *ippAddDate(ipp_t *ipp, ipp_tag_t group,
851 extern ipp_attribute_t *ippAddInteger(ipp_t *ipp, ipp_tag_t group,
854 extern ipp_attribute_t *ippAddIntegers(ipp_t *ipp, ipp_tag_t group,
857 extern ipp_attribute_t *ippAddRange(ipp_t *ipp, ipp_tag_t group,
859 extern ipp_attribute_t *ippAddRanges(ipp_t *ipp, ipp_tag_t group,
862 extern ipp_attribute_t *ippAddResolution(ipp_t *ipp, ipp_tag_t group,
865 extern ipp_attribute_t *ippAddResolutions(ipp_t *ipp, ipp_tag_t group,
869 extern ipp_attribute_t *ippAddSeparator(ipp_t *ipp);
[all …]
DDependencies3 ipp-private.h ../cups/ipp.h http.h http-private.h ../cups/language.h \
7 array.o: array.c ../cups/cups.h file.h versioning.h ipp.h http.h array.h \
12 ipp-private.h ../cups/ipp.h http.h http-private.h ../cups/language.h \
15 backchannel.o: backchannel.c cups.h file.h versioning.h ipp.h http.h \
19 ipp-private.h ../cups/ipp.h http.h http-private.h ../cups/language.h \
24 ipp-private.h ../cups/ipp.h http.h http-private.h ../cups/language.h \
29 ipp-private.h ../cups/ipp.h http.h http-private.h ../cups/language.h \
34 ipp-private.h ../cups/ipp.h http.h http-private.h ../cups/language.h \
39 ../cups/array.h ipp-private.h ../cups/ipp.h http.h http-private.h \
45 ../cups/array.h ipp-private.h ../cups/ipp.h http.h http-private.h \
[all …]
Dencode.c337 cupsEncodeOptions(ipp_t *ipp, /* I - Request to add to */ in cupsEncodeOptions() argument
341 DEBUG_printf(("cupsEncodeOptions(%p, %d, %p)", (void *)ipp, num_options, (void *)options)); in cupsEncodeOptions()
347 cupsEncodeOptions2(ipp, num_options, options, IPP_TAG_OPERATION); in cupsEncodeOptions()
348 cupsEncodeOptions2(ipp, num_options, options, IPP_TAG_JOB); in cupsEncodeOptions()
349 cupsEncodeOptions2(ipp, num_options, options, IPP_TAG_SUBSCRIPTION); in cupsEncodeOptions()
365 ipp_t *ipp, /* I - Request to add to */ in cupsEncodeOptions2() argument
387 …), num_options=%d, options=%p, group_tag=%x)", (void *)ipp, ipp ? ippOpString(ippGetOperation(ipp)… in cupsEncodeOptions2()
393 if (!ipp || num_options < 1 || !options) in cupsEncodeOptions2()
400 op = ippGetOperation(ipp); in cupsEncodeOptions2()
412 ippAddString(ipp, IPP_TAG_OPERATION, IPP_TAG_MIMETYPE, "document-format", in cupsEncodeOptions2()
[all …]
DMakefile53 ipp.o \
54 ipp-support.o \
119 ipp.h \
134 ipp-private.h \
621 auth.c cups.h dest*.c encode.c http.h http*.c ipp.h ipp*.c \
Dtestipp.c230 void print_attributes(ipp_t *ipp, int indent);
810 print_attributes(ipp_t *ipp, /* I - IPP request */ in print_attributes() argument
818 for (group = IPP_TAG_ZERO, attr = ipp->attrs; attr; attr = attr->next) in print_attributes()
/external/libcups/filter/
DDependencies2 ../cups/file.h ../cups/versioning.h ../cups/ipp.h ../cups/http.h \
6 ../cups/cups.h ../cups/file.h ../cups/versioning.h ../cups/ipp.h \
11 ../cups/cups.h ../cups/file.h ../cups/versioning.h ../cups/ipp.h \
17 ../cups/ipp-private.h ../cups/ipp.h ../cups/http.h \
24 ../cups/array-private.h ../cups/array.h ../cups/ipp-private.h \
25 ../cups/ipp.h ../cups/http.h ../cups/http-private.h ../cups/language.h \
30 ../cups/cups.h ../cups/file.h ../cups/versioning.h ../cups/ipp.h \
34 ../cups/cups.h ../cups/file.h ../cups/versioning.h ../cups/ipp.h \
39 ../cups/file.h ../cups/versioning.h ../cups/ipp.h ../cups/http.h \
42 ../cups/versioning.h ../cups/ipp.h ../cups/http.h ../cups/array.h \
[all …]
Dtestclient.c55 static void show_attributes(const char *title, int request, ipp_t *ipp);
865 ipp_t *ipp) /* I - IPP request/response */ in show_attributes() argument
867 int minor, major = ippGetVersion(ipp, &minor); in show_attributes()
878 printf(" request-id=%d\n", ippGetRequestId(ipp)); in show_attributes()
880 printf(" status-code=%s\n", ippErrorString(ippGetStatusCode(ipp))); in show_attributes()
882 for (attr = ippFirstAttribute(ipp); attr; attr = ippNextAttribute(ipp)) in show_attributes()
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-pragmas-1.h79 int_ptr_ptr ipp; in f30() local
80 float *fp3 = ipp; // expected-error{{lvalue of type 'int_ptr_ptr' (aka 'int **')}} in f30()
/external/libcups/
DAndroid.bp42 "cups/ipp.c",
43 "cups/ipp-support.c",
/external/syslinux/com32/menu/
Dreadconfig.c330 char ipoptions[4096], *ipp; in record() local
372 ipp = ipoptions; in record()
373 *ipp = '\0'; in record()
376 ipp += sprintf(ipp, " initrd=%s", ld->initrd); in record()
383 *ipp++ = ' '; in record()
384 ipp = copy_sysappend_string(ipp, ipappend->ptr[i]); in record()
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dbuffer_sequence_adapter.ipp2 // detail/impl/buffer_sequence_adapter.ipp
Dposix_mutex.ipp2 // detail/impl/posix_mutex.ipp
Dposix_event.ipp2 // detail/impl/posix_event.ipp
Dposix_tss_ptr.ipp2 // detail/impl/posix_tss_ptr.ipp
Dthrow_error.ipp2 // detail/impl/throw_error.ipp
Dposix_thread.ipp2 // detail/impl/posix_thread.ipp
Dpipe_select_interrupter.ipp2 // detail/impl/pipe_select_interrupter.ipp
Dtimer_queue_set.ipp2 // detail/impl/timer_queue_set.ipp
Dresolver_service_base.ipp2 // detail/impl/resolver_service_base.ipp
/external/clang/test/PCH/
Dtypes.c65 int_ptr_ptr ipp = &int_value_ptr; variable
/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c360 char ipoptions[4096], *ipp; in record() local
401 ipp = ipoptions; in record()
402 *ipp = '\0'; in record()
405 ipp += sprintf(ipp, " initrd=%s", ld->initrd); in record()
412 *ipp++ = ' '; in record()
413 ipp = copy_sysappend_string(ipp, ipappend->ptr[i]); in record()
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dhandler_alloc_hook.ipp2 // impl/handler_alloc_hook.ipp
Derror_code.ipp2 // impl/error_code.ipp
/external/valgrind/docs/internals/
D3_9_BUGSTATUS.txt7 276252 callgrind / valgrind + intel ipp h264 decoder gets killed in
8 intel optimised ipp libraries

123