Home
last modified time | relevance | path

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

/PHP-7.1/ext/pgsql/
H A Dphp_pgsql.h225 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
226 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
228 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
229 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
230 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
H A Dpgsql.c1607 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
1631 switch(entry_type) {
2249 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2265 switch (entry_type) {
2525 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2549 switch (entry_type) {
3009 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
3068 switch (entry_type) {
4820 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
4839 switch(entry_type) {
/PHP-7.1/ext/standard/
H A Dimage.c808 int entry_tag , entry_type; in php_handle_tiff() local
835 entry_type = php_ifd_get16u(dir_entry+2, motorola_intel); in php_handle_tiff()
836 switch(entry_type) { in php_handle_tiff()
/PHP-7.1/ext/exif/
H A Dexif.c3590 int entry_tag , entry_type; in exif_process_IFD_in_TIFF() local
3624 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3625 if (entry_type > NUM_FORMATS) { in exif_process_IFD_in_TIFF()
3626 …, switching to BYTE", entry_tag, exif_get_tagname(entry_tag, tagname, -12, tag_table), entry_type); in exif_process_IFD_in_TIFF()
3630 entry_type = TAG_FMT_BYTE; in exif_process_IFD_in_TIFF()
3634 …h = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type]; in exif_process_IFD_in_TIFF()
3636 switch(entry_type) { in exif_process_IFD_in_TIFF()
3711 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()

Completed in 47 milliseconds