Home
last modified time | relevance | path

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

/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h222 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
223 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
225 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
226 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
227 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
H A Dpgsql.c1620 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
1644 switch(entry_type) {
2254 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2270 switch (entry_type) {
2530 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2554 switch (entry_type) {
3012 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
3070 switch (entry_type) {
4824 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
4843 switch(entry_type) {
/PHP-7.4/ext/standard/
H A Dimage.c806 int entry_tag , entry_type; in php_handle_tiff() local
833 entry_type = php_ifd_get16u(dir_entry+2, motorola_intel); in php_handle_tiff()
834 switch(entry_type) { in php_handle_tiff()
/PHP-7.4/ext/exif/
H A Dexif.c4077 int entry_tag , entry_type; in exif_process_IFD_in_TIFF_impl() local
4107 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF_impl()
4108 if (entry_type > NUM_FORMATS) { in exif_process_IFD_in_TIFF_impl()
4109 …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()
4113 entry_type = TAG_FMT_BYTE; in exif_process_IFD_in_TIFF_impl()
4117 …h = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type]; in exif_process_IFD_in_TIFF_impl()
4119 switch(entry_type) { in exif_process_IFD_in_TIFF_impl()
4194 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF_impl()

Completed in 38 milliseconds