Lines Matching refs:uptype

1681     char qualname[32], uptype[16], testfilename[PDC_FILENAMELEN + 1];  in pdf__load_image()  local
1741 strcpy(uptype, extension); in pdf__load_image()
1743 pdc_strtoupper(uptype); in pdf__load_image()
1744 strcat(testfilename, uptype); in pdf__load_image()
1812 strcpy(uptype, type); in pdf__load_image()
1813 pdc_strtoupper(uptype); in pdf__load_image()
1815 "\tImage type \"%s\" detected\n", uptype); in pdf__load_image()
1855 pdc_warning(p->pdc, PDF_E_IMAGE_OPTUNSUPP, keyword, uptype, in pdf__load_image()
1867 pdc_warning(p->pdc, PDF_E_IMAGE_OPTUNREAS, keyword, uptype, in pdf__load_image()
1885 pdc_warning(p->pdc, PDF_E_IMAGE_OPTUNREAS, keyword, uptype, in pdf__load_image()
1894 pdc_warning(p->pdc, PDF_E_IMAGE_OPTUNREAS, keyword, uptype, in pdf__load_image()
1903 pdc_warning(p->pdc, PDF_E_IMAGE_OPTUNREAS, keyword, uptype, in pdf__load_image()
1912 pdc_warning(p->pdc, PDF_E_IMAGE_OPTUNREAS, keyword, uptype, in pdf__load_image()
1920 pdc_warning(p->pdc, PDF_E_IMAGE_OPTUNREAS, keyword, uptype, in pdf__load_image()
1931 pdc_warning(p->pdc, PDF_E_IMAGE_OPTUNSUPP, keyword, uptype, in pdf__load_image()
1939 pdc_warning(p->pdc, PDF_E_IMAGE_OPTUNSUPP, keyword, uptype, in pdf__load_image()
1952 PDF_E_IMAGE_OPTUNSUPP, keyword, uptype, 0, 0); in pdf__load_image()
1957 pdc_warning(p->pdc, PDF_E_IMAGE_OPTUNREAS, keyword, uptype, in pdf__load_image()
1971 pdc_warning(p->pdc, PDF_E_IMAGE_OPTUNREAS, keyword, uptype, in pdf__load_image()
1985 pdc_warning(p->pdc, PDF_E_IMAGE_OPTUNREAS, keyword, uptype, in pdf__load_image()
2032 uptype, 0, 0); in pdf__load_image()
2038 stemp2 = uptype; in pdf__load_image()
2155 strcpy(qualname, uptype); in pdf__load_image()