Home
last modified time | relevance | path

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

/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h189 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
190 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
192 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
193 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
194 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
H A Dpgsql.c769 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_link_info() argument
792 switch(entry_type) { in php_pgsql_get_link_info()
1374 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_result_info() argument
1390 switch (entry_type) { in php_pgsql_get_result_info()
1637 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_get_field_info() argument
1665 switch (entry_type) { in php_pgsql_get_field_info()
2102 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_data_info() argument
2155 switch (entry_type) { in php_pgsql_data_info()
3583 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) in php_pgsql_do_async() argument
3601 switch(entry_type) { in php_pgsql_do_async()
/PHP-8.0/ext/standard/
H A Dimage.c793 int entry_tag , entry_type; in php_handle_tiff() local
820 entry_type = php_ifd_get16u(dir_entry+2, motorola_intel); in php_handle_tiff()
821 switch(entry_type) { in php_handle_tiff()
/PHP-8.0/ext/exif/
H A Dexif.c4028 int entry_tag , entry_type; in exif_process_IFD_in_TIFF_impl() local
4057 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF_impl()
4058 if (entry_type > NUM_FORMATS) { in exif_process_IFD_in_TIFF_impl()
4059 …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()
4063 entry_type = TAG_FMT_BYTE; in exif_process_IFD_in_TIFF_impl()
4067 …h = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type]; in exif_process_IFD_in_TIFF_impl()
4069 switch(entry_type) { in exif_process_IFD_in_TIFF_impl()
4144 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF_impl()

Completed in 42 milliseconds