Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h211 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
212 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
214 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
215 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
216 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
H A Dpgsql.c1512 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
1534 switch(entry_type) {
2143 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2157 switch (entry_type) {
2385 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2406 switch (entry_type) {
2870 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2923 switch (entry_type) {
4600 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
4618 switch(entry_type) {
/PHP-5.5/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-5.5/ext/exif/
H A Dexif.c3570 int entry_tag , entry_type; in exif_process_IFD_in_TIFF() local
3604 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3605 if (entry_type > NUM_FORMATS) { in exif_process_IFD_in_TIFF()
3606 …g to BYTE", entry_tag, exif_get_tagname(entry_tag, tagname, -12, tag_table TSRMLS_CC), entry_type); in exif_process_IFD_in_TIFF()
3610 entry_type = TAG_FMT_BYTE; in exif_process_IFD_in_TIFF()
3614 …h = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type]; in exif_process_IFD_in_TIFF()
3616 switch(entry_type) { in exif_process_IFD_in_TIFF()
3691 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2471 static void php_mysql_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2495 switch (entry_type) {

Completed in 46 milliseconds