Home
last modified time | relevance | path

Searched refs:entry_type (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pgsql/
H A Dphp_pgsql.h81 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
82 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
83 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
84 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type, bool nullable_row);
85 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
H A Dpgsql.c912 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_link_info() argument
934 switch(entry_type) { in php_pgsql_get_link_info()
1538 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_result_info() argument
1552 switch (entry_type) { in php_pgsql_get_result_info()
1764 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_field_info() argument
1792 switch (entry_type) { in php_pgsql_get_field_info()
2221 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type, bool nullable_row) in php_pgsql_data_info() argument
2290 switch (entry_type) { in php_pgsql_data_info()
3844 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_do_async() argument
3863 switch(entry_type) { in php_pgsql_do_async()
/php-src/ext/standard/
H A Dimage.c777 int entry_tag , entry_type; in php_handle_tiff() local
804 entry_type = php_ifd_get16u(dir_entry+2, motorola_intel); in php_handle_tiff()
805 switch(entry_type) { in php_handle_tiff()
/php-src/ext/exif/
H A Dexif.c4038 int entry_tag , entry_type; in exif_process_IFD_in_TIFF_impl() local
4071 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF_impl()
4072 if (entry_type > NUM_FORMATS) { in exif_process_IFD_in_TIFF_impl()
4073 …e 0x%04X, switching to BYTE", entry_tag, exif_get_tagname_debug(entry_tag, tag_table), entry_type); in exif_process_IFD_in_TIFF_impl()
4077 entry_type = TAG_FMT_BYTE; in exif_process_IFD_in_TIFF_impl()
4081 …h = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type]; in exif_process_IFD_in_TIFF_impl()
4083 switch(entry_type) { in exif_process_IFD_in_TIFF_impl()
4158 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF_impl()

Completed in 37 milliseconds