Searched refs:field_type (Results 1 - 4 of 4) sorted by relevance

/PHP_TRUNK/ext/pgsql/
H A Dpgsql.c2101 zend_rsrc_list_entry *field_type; local
2109 if (zend_hash_find(list,str.c,str.len+1,(void **) &field_type)==SUCCESS) {
2110 ret = estrdup((char *)field_type->ptr);
/PHP_TRUNK/ext/mysqlnd/
H A Dmysqlnd.h187 PHPAPI const char * mysqlnd_field_type_name(enum mysqlnd_field_types field_type);
H A Dmysqlnd.c2157 PHPAPI const char *mysqlnd_field_type_name(enum mysqlnd_field_types field_type) argument
2159 switch(field_type) {
/PHP_TRUNK/ext/mysql/
H A Dphp_mysql.c2322 static char *php_mysql_get_field_name(int field_type) argument
2324 switch(field_type) {

Completed in 24 milliseconds