Lines Matching defs:insert
168 /* This structure is used for inserting extra chunks (the --insert argument, not
174 void (*insert)(png_structp, png_infop, int, png_charpp);
771 volatile png_fixed_point gamma, chunk_insert * volatile insert,
933 /* Insert extra information. */
934 while (insert != NULL)
936 insert->insert(png_ptr, info_ptr, insert->nparams, insert->parameters);
937 insert = insert->next;
1201 fprintf(stderr, "--insert iCCP \"%s\": unrecognized\n", params[1]);
1211 "makepng: --insert iCCP %s: profile length made a multiple of 4\n",
1227 fprintf(stderr, "--insert iCCP %s: profile length field wrong:\n",
1418 fprintf(stderr, "insert sPLT: NYI\n");
1442 fprintf(stderr, "--insert %s: too many parameters (%s)\n", what, param);
1453 fprintf(stderr, "--insert %s: bad parameter count %d\n", what, nparams);
1459 void (*insert)(png_structp, png_infop, int, png_charpp),
1470 fprintf(stderr, "--insert %s: out of memory allocating %d parameters\n",
1476 cip->insert = insert;
1505 fprintf(stderr, "makepng --insert \"%s\": invalid chunk name\n", what);
1552 fprintf(stderr, "makepng --insert \"%s\": unrecognized chunk name\n",
1603 /* These are used to insert Copyright and Licence fields, they allow the text to
1604 * have \n unlike the --insert option.
1740 if (argc >= 3 && strcmp(arg, "--insert") == 0)
1902 /* Insert standard copyright and licence text. */