Home
last modified time | relevance | path

Searched defs:type (Results 76 – 100 of 213) sorted by path

123456789

/PHP-5.5/ext/json/
H A Djson.c415 int type; in json_escape_string() local
694 int type, overflow_info; in php_json_decode_ex() local
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c3037 int type) in mbfl_html_numeric_entity()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c3707 php_mb_numericentity_exec(INTERNAL_FUNCTION_PARAMETERS, int type) in php_mb_numericentity_exec()
H A Dmbstring.h196 int type; member
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c1491 int len, type, r; in compile_length_tree() local
2662 int type, r = 0; in check_type_tree() local
2716 int type; in subexp_inf_recursive_check() local
2800 int type; in subexp_inf_recursive_check_trav() local
2913 int type; in subexp_recursive_check_trav() local
2980 int type; in setup_subexp_call() local
3144 int type; in next_setup() local
3514 int type; in setup_comb_exp_check() local
3658 int type; in setup_tree() local
4541 int type; in optimize_node_left() local
[all …]
H A Dregint.h217 #define PLATFORM_GET_INC(val,p,type) do{\ argument
224 #define PLATFORM_GET_INC(val,p,type) do{\ argument
679 int type; member
694 unsigned int type; member
H A Dregparse.c1189 node_new_ctype(int type, int not) in node_new_ctype()
1259 onig_node_new_anchor(int type) in onig_node_new_anchor()
1366 node_new_enclose(int type) in node_new_enclose()
1383 onig_node_new_enclose(int type) in onig_node_new_enclose()
2270 enum TokenSyms type; member
4051 next_state_class(CClassNode* cc, OnigCodePoint* vs, enum CCVALTYPE* type, in next_state_class()
4076 enum CCVALTYPE intype, enum CCVALTYPE* type, in next_state_val()
4854 int type; member
H A Dregparse.h48 #define NTYPE2BIT(type) (1<<(type)) argument
62 #define IS_NODE_TYPE_SIMPLE(type) \ argument
188 int type; member
236 int type; member
H A Dst.c54 #define alloc(type) (type*)xmalloc((unsigned)sizeof(type)) argument
142 st_init_table_with_size(type, size) in st_init_table_with_size() argument
167 st_init_table(type) in st_init_table() argument
H A Dst.h25 struct st_hash_type *type; member
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c764 int type,link; in php_mssql_do_connect() local
1140 int i, num_rets, type; local
1636 static char *php_mssql_get_field_name(int type)
2016 long type = 0, maxlen = -1; local
H A Dphp_mssql.h184 int type; member
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c963 int type; local
/PHP-5.5/ext/mysqli/
H A Dmysqli.c119 void php_free_stmt_bind_buffer(BIND_BUFFER bbuf, int type) in php_free_stmt_bind_buffer()
321 zval *mysqli_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in mysqli_read_property()
H A Dmysqli_api.c282 zend_uchar type; in mysqli_stmt_bind_param_do_bind() local
H A Dphp_mysqli_structs.h104 ulong type; member
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c88 mysqlnd_rset_zval_ptr_dtor(zval **zv, enum_mysqlnd_res_type type, zend_bool * copy_ctor_called TSRM… in mysqlnd_rset_zval_ptr_dtor()
H A Dmysqlnd_structs.h94 enum mysqlnd_field_types type; /* Type of field. See mysql_com.h for types */ member
997 enum_mysqlnd_res_type type; member
1025 zend_uchar type; member
H A Dmysqlnd_wireprotocol.c1524 enum_mysqlnd_field_types type = fields_metadata[i].type; in php_mysqlnd_rowp_read_binary_protocol() local
/PHP-5.5/ext/oci8/
H A Doci8.c1900 int type, link; in php_oci_do_connect_ex() local
H A Doci8_interface.c55 long type = 0; in PHP_FUNCTION() local
102 long maxlen = -1, type = 0; in PHP_FUNCTION() local
132 long type = SQLT_AFC; in PHP_FUNCTION() local
1013 long type = OCI_TEMP_CLOB; local
1074 long type = OCI_DTYPE_LOB; local
2044 ub2 type; local
H A Doci8_lob.c896 int php_oci_lob_write_tmp (php_oci_descriptor *descriptor, long type, char *data, int data_len TSRM…
H A Dphp_oci8_int.h153 ub4 type; /* descriptor type (FILE/LOB) */ member
184 ub4 type; /* define type */ member
212 ub2 type; /* bind type */ member
220 long type; member
344 #define PHP_OCI_FETCH_RESOURCE_EX(zval, var, type, name, resource_type) \ argument
/PHP-5.5/ext/odbc/
H A Dbirdstep.c241 int type; in birdstep_find_conn() local
269 int type; in birdstep_find_result() local
H A Dphp_odbc.c470 int i, nument, type; in _close_odbc_conn() local
499 int i, nument, type; in _close_odbc_pconn() local
1038 void odbc_transact(INTERNAL_FUNCTION_PARAMETERS, int type) in odbc_transact()
1072 void odbc_column_lengths(INTERNAL_FUNCTION_PARAMETERS, int type) in odbc_column_lengths()
1123 int type; in PHP_FUNCTION() local
2656 int type, conn_id; in odbc_do_connect() local
2711 int type; in PHP_FUNCTION() local
3116 char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL; in PHP_FUNCTION() local
3650 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local

Completed in 174 milliseconds

123456789