Searched refs:field_type (Results 1 – 4 of 4) sorted by relevance
188 PHPAPI const char * mysqlnd_field_type_name(enum mysqlnd_field_types field_type);
2216 PHPAPI const char *mysqlnd_field_type_name(enum mysqlnd_field_types field_type) argument2218 switch(field_type) {
2313 static char *php_mysql_get_field_name(int field_type) argument2315 switch(field_type) {
2344 zend_rsrc_list_entry *field_type; local2352 if (zend_hash_find(list,str.c,str.len+1,(void **) &field_type)==SUCCESS) {2353 ret = estrdup((char *)field_type->ptr);
Completed in 31 milliseconds