entry_type       3515 ext/exif/exif.c 	int entry_tag , entry_type;
entry_type       3549 ext/exif/exif.c 				entry_type   = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel);
entry_type       3550 ext/exif/exif.c 				if (entry_type > NUM_FORMATS) {
entry_type       3551 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), entry_type);
entry_type       3555 ext/exif/exif.c 					entry_type = TAG_FMT_BYTE;
entry_type       3559 ext/exif/exif.c 				entry_length = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type];
entry_type       3561 ext/exif/exif.c 					switch(entry_type) {
entry_type       3636 ext/exif/exif.c 					entry_type   = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel);
entry_type       1599 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       2246 ext/pgsql/pgsql.c static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
entry_type       2262 ext/pgsql/pgsql.c 	switch (entry_type) {
entry_type       2493 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       2972 ext/pgsql/pgsql.c static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
entry_type       3031 ext/pgsql/pgsql.c 	switch (entry_type) {
entry_type       4779 ext/pgsql/pgsql.c static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type)
entry_type       4798 ext/pgsql/pgsql.c 	switch(entry_type) {
entry_type        226 ext/pgsql/php_pgsql.h static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
entry_type        227 ext/pgsql/php_pgsql.h static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
entry_type        229 ext/pgsql/php_pgsql.h static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
entry_type        230 ext/pgsql/php_pgsql.h static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
entry_type        231 ext/pgsql/php_pgsql.h static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
entry_type        813 ext/standard/image.c 	int entry_tag , entry_type;
entry_type        840 ext/standard/image.c 		entry_type   = php_ifd_get16u(dir_entry+2, motorola_intel);
entry_type        841 ext/standard/image.c 		switch(entry_type) {