/PHP-5.5/ext/mysqlnd/ |
H A D | config9.m4 | 53 …PHP_CHECK_TYPES([int8 uint8 int16 uint16 int32 uint32 uchar ulong int8_t uint8_t int16_t uint16_t …
|
H A D | php_mysqlnd.c | 53 ulong num_key; in mysqlnd_minfo_print_hash()
|
H A D | mysqlnd_enum_n_def.h | 606 #define MYSQLND_DEFAULT_PREFETCH_ROWS (ulong) 1
|
H A D | mysqlnd_structs.h | 162 ulong flags; 187 ulong max_allowed_packet; 415 typedef ulong (*func_mysqlnd_conn_data__escape_string)(MYSQLND_CONN_DATA * const conn, char *new…
|
/PHP-5.5/ext/opcache/Optimizer/ |
H A D | zend_optimizer.c | 36 ulong hash_value = zend_inline_hash_func(name, name_len+1); in zend_optimizer_lookup_cv() 255 ulong index; in update_op2_const()
|
/PHP-5.5/ext/opcache/ |
H A D | ZendAccelerator.h | 185 ulong hash_value; 207 ulong hits;
|
/PHP-5.5/Zend/ |
H A D | zend_constants.c | 315 …t_ex(const char *name, uint name_len, zval *result, zend_class_entry *scope, ulong flags TSRMLS_DC) in zend_get_constant_ex() 451 zend_constant *zend_quick_get_constant(const zend_literal *key, ulong flags TSRMLS_DC) in zend_quick_get_constant() 488 ulong chash = 0; in zend_register_constant()
|
H A D | zend_compile.h | 114 ulong extended_value; 223 ulong h; 258 ulong hash_value; 441 void zend_resolve_class_name(znode *class_name, ulong fetch_type, int check_ns_name TSRMLS_DC); 712 ZEND_API zend_bool zend_is_auto_global_quick(const char *name, uint name_len, ulong hashval TSRMLS_…
|
H A D | configure.in | 26 #undef ulong
|
H A D | zend_string.c | 85 ulong h; in zend_new_interned_string_int()
|
H A D | zend_API.c | 1308 ZEND_API int add_index_long(zval *arg, ulong index, long n) /* {{{ */ in add_index_long() 1319 ZEND_API int add_index_null(zval *arg, ulong index) /* {{{ */ in add_index_null() 1330 ZEND_API int add_index_bool(zval *arg, ulong index, int b) /* {{{ */ in add_index_bool() 1341 ZEND_API int add_index_resource(zval *arg, ulong index, int r) /* {{{ */ in add_index_resource() 1352 ZEND_API int add_index_double(zval *arg, ulong index, double d) /* {{{ */ in add_index_double() 1363 ZEND_API int add_index_string(zval *arg, ulong index, const char *str, int duplicate) /* {{{ */ in add_index_string() 1385 ZEND_API int add_index_zval(zval *arg, ulong index, zval *value) /* {{{ */ in add_index_zval() 1496 ZEND_API int add_get_index_long(zval *arg, ulong index, long l, void **dest) /* {{{ */ in add_get_index_long() 1507 ZEND_API int add_get_index_double(zval *arg, ulong index, double d, void **dest) /* {{{ */ in add_get_index_double() 3418 ulong h = zend_get_hash_value(name, name_length+1); in zend_declare_property_ex() [all …]
|
H A D | zend_object_handlers.c | 275 ulong h; in zend_get_property_info_quick() 922 …nd_class_entry *ce, char *function_name_strval, int function_name_strlen, ulong hash_value TSRMLS_… in zend_check_private_int() 1013 ulong hash_value; in zend_std_get_method() 1157 ulong hash_value; in zend_std_get_static_method() 1245 ulong hash_value; in zend_std_get_static_property()
|
/PHP-5.5/ext/standard/ |
H A D | basic_functions.h | 172 ulong strtok_len;
|
H A D | http.c | 38 ulong idx; in php_url_encode_hash_ex()
|
H A D | streamsfuncs.c | 550 ulong num_key; in PHP_FUNCTION() 580 ulong num_key; in PHP_FUNCTION() 666 ulong num_ind; in stream_array_from_fd_set() 932 ulong num_key; in parse_context_options()
|
H A D | array.c | 1288 ulong num_key; in PHP_FUNCTION() 1941 ulong index; in _phpi_pop() 2139 ulong num_key; in PHP_FUNCTION() 2216 ulong num_key; in php_array_merge() 2291 ulong num_key; in php_array_replace_recursive() 2640 ulong num_key; in PHP_FUNCTION() 2785 ulong num_key; in PHP_FUNCTION() 4008 ulong num_key; in PHP_FUNCTION() 4214 ulong num_key; in PHP_FUNCTION() 4332 ulong num_key; in PHP_FUNCTION() [all …]
|
/PHP-5.5/ext/oci8/ |
H A D | php_oci8_int.h | 133 ulong descriptor_count; /* used to index the descriptors hash table. Not an accurate count */ 150 ulong index; /* descriptors hash table index */
|
/PHP-5.5/sapi/apache2filter/ |
H A D | apache_config.c | 128 ulong num_index; in merge_php_config()
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_php.c | 266 ulong num_key; in fpm_php_get_string_from_table()
|
/PHP-5.5/ext/mysqli/ |
H A D | mysqli_api.c | 396 ulong rc; in mysqli_stmt_bind_result_do_bind() 504 ulong tmp = 0; in mysqli_stmt_bind_result_do_bind() 595 ulong rc; in PHP_FUNCTION() 641 ulong rc; in PHP_FUNCTION() 995 ulong ret; 2372 ulong mode; 2373 ulong attr; 2415 ulong value = 0; 2416 ulong attr;
|
/PHP-5.5/sapi/apache2handler/ |
H A D | apache_config.c | 146 ulong num_index; in merge_php_config()
|
/PHP-5.5/ext/wddx/ |
H A D | wddx.c | 300 ulong idx; in PS_SERIALIZER_DECODE_FUNC() 464 ulong idx; in php_wddx_serialize_object() 564 ulong idx; in php_wddx_serialize_array() 567 ulong ind = 0; in php_wddx_serialize_array()
|
/PHP-5.5/ext/json/ |
H A D | json.c | 180 ulong index, idx; in json_determine_array_type() 264 ulong index; in json_encode_array()
|
/PHP-5.5/ext/session/ |
H A D | php_session.h | 257 ulong num_key; \
|
/PHP-5.5/ext/pgsql/ |
H A D | pgsql.c | 1371 ulong link; 1377 link = (ulong) index_ptr->ptr; 5426 ulong num_idx = -1; 6082 ulong option = 0; 6112 static int do_exec(smart_str *querystr, int expect, PGconn *pg_link, ulong opt TSRMLS_DC) 6181 ulong num_idx; 6286 ulong option = PGSQL_DML_EXEC; 6319 ulong num_idx; 6442 ulong option = PGSQL_DML_EXEC; 6534 ulong option = PGSQL_DML_EXEC; [all …]
|