entry_type       3524 ext/exif/exif.c 	int entry_tag , entry_type;
entry_type       3558 ext/exif/exif.c 				entry_type   = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel);
entry_type       3559 ext/exif/exif.c 				if (entry_type > NUM_FORMATS) {
entry_type       3560 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: tag(0x%04X,%12s): Illegal format code 0x%04X, switching to BYTE", entry_tag, exif_get_tagname(entry_tag, tagname, -12, tag_table TSRMLS_CC), entry_type);
entry_type       3564 ext/exif/exif.c 					entry_type = TAG_FMT_BYTE;
entry_type       3568 ext/exif/exif.c 				entry_length = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type];
entry_type       3570 ext/exif/exif.c 					switch(entry_type) {
entry_type       3645 ext/exif/exif.c 					entry_type   = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel);
entry_type       2462 ext/mysql/php_mysql.c static void php_mysql_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
entry_type       2486 ext/mysql/php_mysql.c 	switch (entry_type) {
entry_type       1601 ext/pgsql/pgsql.c static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
entry_type       1623 ext/pgsql/pgsql.c 	switch(entry_type) {
entry_type       2254 ext/pgsql/pgsql.c static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
entry_type       2268 ext/pgsql/pgsql.c 	switch (entry_type) {
entry_type       2496 ext/pgsql/pgsql.c static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
entry_type       2517 ext/pgsql/pgsql.c 	switch (entry_type) {
entry_type       2970 ext/pgsql/pgsql.c static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
entry_type       3023 ext/pgsql/pgsql.c 	switch (entry_type) {
entry_type       4752 ext/pgsql/pgsql.c static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) 
entry_type       4770 ext/pgsql/pgsql.c 	switch(entry_type) {
entry_type        223 ext/pgsql/php_pgsql.h static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
entry_type        224 ext/pgsql/php_pgsql.h static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
entry_type        226 ext/pgsql/php_pgsql.h static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
entry_type        227 ext/pgsql/php_pgsql.h static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
entry_type        228 ext/pgsql/php_pgsql.h static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
entry_type        808 ext/standard/image.c 	int entry_tag , entry_type;
entry_type        835 ext/standard/image.c 		entry_type   = php_ifd_get16u(dir_entry+2, motorola_intel);
entry_type        836 ext/standard/image.c 		switch(entry_type) {