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.h87 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
88 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
89 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
90 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type, bool nullable_row);
91 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
H A Dpgsql.c792 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_link_info() argument
813 switch(entry_type) { in php_pgsql_get_link_info()
1362 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_result_info() argument
1376 switch (entry_type) { in php_pgsql_get_result_info()
1583 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_field_info() argument
1610 switch (entry_type) { in php_pgsql_get_field_info()
2022 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type, bool nullable_row) in php_pgsql_data_info() argument
2088 switch (entry_type) { in php_pgsql_data_info()
3544 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_do_async() argument
3563 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.c4042 int entry_tag , entry_type; in exif_process_IFD_in_TIFF_impl() local
4075 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF_impl()
4076 if (entry_type > NUM_FORMATS) { in exif_process_IFD_in_TIFF_impl()
4077 …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()
4081 entry_type = TAG_FMT_BYTE; in exif_process_IFD_in_TIFF_impl()
4085 …h = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type]; in exif_process_IFD_in_TIFF_impl()
4087 switch(entry_type) { in exif_process_IFD_in_TIFF_impl()
4162 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF_impl()

Completed in 43 milliseconds