Searched refs:entry_type (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/ext/exif/ |
| H A D | exif.c | 3551 int entry_tag , entry_type; local 3585 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); 3586 if (entry_type > NUM_FORMATS) { 3587 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); 3591 entry_type = TAG_FMT_BYTE; 3593 /* php_ifd_set16u(dir_entry+2, entry_type, ImageInfo->motorola_intel);*/ 3595 entry_length = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type]; 3597 switch(entry_type) { 3672 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel);
|
| /PHP_5_3/ext/pgsql/ |
| H A D | pgsql.c | 1361 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument 1383 switch(entry_type) { 1992 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument 2006 switch (entry_type) { 2236 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument 2257 switch (entry_type) { 2725 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument 2778 switch (entry_type) { 4384 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument 4402 switch(entry_type) { [all...] |
| H A D | php_pgsql.h | 209 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); 210 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); 212 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); 213 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type); 214 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
|
| /PHP_5_3/ext/standard/ |
| H A D | image.c | 804 int entry_tag , entry_type; local 831 entry_type = php_ifd_get16u(dir_entry+2, motorola_intel); 832 switch(entry_type) {
|
| /PHP_5_3/ext/mysql/ |
| H A D | php_mysql.c | 2429 static void php_mysql_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument 2453 switch (entry_type) {
|
Completed in 24 milliseconds