Searched refs:entry_type (Results 1 - 5 of 5) sorted by relevance

/PHP_5_5/ext/exif/
H A Dexif.c3527 int entry_tag , entry_type; local
3561 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel);
3562 if (entry_type > NUM_FORMATS) {
3563 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);
3567 entry_type = TAG_FMT_BYTE;
3569 /* php_ifd_set16u(dir_entry+2, entry_type, ImageInfo->motorola_intel);*/
3571 entry_length = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type];
3573 switch(entry_type) {
3648 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel);
/PHP_5_5/ext/pgsql/
H A Dphp_pgsql.h211 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
212 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
214 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
215 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
216 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
H A Dpgsql.c1380 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
1402 switch(entry_type) {
2011 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2025 switch (entry_type) {
2255 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2276 switch (entry_type) {
2740 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2793 switch (entry_type) {
4507 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
4525 switch(entry_type) {
[all...]
/PHP_5_5/ext/standard/
H A Dimage.c804 int entry_tag , entry_type; local
831 entry_type = php_ifd_get16u(dir_entry+2, motorola_intel);
832 switch(entry_type) {
/PHP_5_5/ext/mysql/
H A Dphp_mysql.c2471 static void php_mysql_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2495 switch (entry_type) {

Completed in 25 milliseconds