Home
last modified time | relevance | path

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

/PHP-5.3/ext/pgsql/
H A Dphp_pgsql.h209 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
210 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
212 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
213 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type);
214 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS,int entry_type);
H A Dpgsql.c1361 static void php_pgsql_get_link_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
1383 switch(entry_type) {
1992 static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2006 switch (entry_type) {
2236 static void php_pgsql_get_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2257 switch (entry_type) {
2725 static void php_pgsql_data_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2778 switch (entry_type) {
4384 static void php_pgsql_do_async(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
4402 switch(entry_type) {
/PHP-5.3/ext/standard/
H A Dimage.c804 int entry_tag , entry_type; in php_handle_tiff() local
831 entry_type = php_ifd_get16u(dir_entry+2, motorola_intel); in php_handle_tiff()
832 switch(entry_type) { in php_handle_tiff()
/PHP-5.3/ext/exif/
H A Dexif.c3556 int entry_tag , entry_type; in exif_process_IFD_in_TIFF() local
3590 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
3591 if (entry_type > NUM_FORMATS) { in exif_process_IFD_in_TIFF()
3592 …g to BYTE", entry_tag, exif_get_tagname(entry_tag, tagname, -12, tag_table TSRMLS_CC), entry_type); in exif_process_IFD_in_TIFF()
3596 entry_type = TAG_FMT_BYTE; in exif_process_IFD_in_TIFF()
3600 …h = php_ifd_get32u(dir_entry+4, ImageInfo->motorola_intel) * php_tiff_bytes_per_format[entry_type]; in exif_process_IFD_in_TIFF()
3602 switch(entry_type) { in exif_process_IFD_in_TIFF()
3677 entry_type = php_ifd_get16u(dir_entry+2, ImageInfo->motorola_intel); in exif_process_IFD_in_TIFF()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c2429 static void php_mysql_field_info(INTERNAL_FUNCTION_PARAMETERS, int entry_type) argument
2453 switch (entry_type) {

Completed in 52 milliseconds