Home
last modified time | relevance | path

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

/PHP-5.6/ext/pgsql/
H A Dphp_pgsql.h223 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
224 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
226 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
227 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
228 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
H A Dpgsql.c1601 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
1623 switch(entry_type) {
2254 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2268 switch (entry_type) {
2496 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2517 switch (entry_type) {
2970 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
3023 switch (entry_type) {
4753 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
4771 switch(entry_type) {
/PHP-5.6/ext/standard/
H A Dimage.c796 int entry_tag , entry_type; in php_handle_tiff() local
823 entry_type = php_ifd_get16u(dir_entry+2, motorola_intel); in php_handle_tiff()
824 switch(entry_type) { in php_handle_tiff()
/PHP-5.6/ext/exif/
H A Dexif.c3576 int entry_tag , entry_type; in exif_process_IFD_in_TIFF() local
3610 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3611 if (entry_type > NUM_FORMATS) { in exif_process_IFD_in_TIFF()
3612 …g to BYTE", entry_tag, exif_get_tagname(entry_tag, tagname, -12, tag_table TSRMLS_CC), entry_type); in exif_process_IFD_in_TIFF()
3616 entry_type = TAG_FMT_BYTE; in exif_process_IFD_in_TIFF()
3620 …h = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type]; in exif_process_IFD_in_TIFF()
3622 switch(entry_type) { in exif_process_IFD_in_TIFF()
3697 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
/PHP-5.6/ext/mysql/
H A Dphp_mysql.c2462 static void php_mysql_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2486 switch (entry_type) {

Completed in 66 milliseconds