/PHP-5.5/Zend/ |
H A D | zend_hash.h | 46 typedef ulong (*hash_func_t)(const char *arKey, uint nKeyLength); 56 ulong h; /* Used for numeric indexing */ 71 ulong nNextFreeElement; 89 ulong h; 161 ZEND_API ulong zend_get_hash_value(const char *arKey, uint nKeyLength); 171 ZEND_API int zend_hash_index_exists(const HashTable *ht, ulong h); 172 ZEND_API ulong zend_hash_next_free_element(const HashTable *ht); 189 ulong h; 266 register ulong hash = 5381; in zend_inline_hash_func() 294 ZEND_API ulong zend_hash_func(const char *arKey, uint nKeyLength); [all …]
|
H A D | zend_ts_hash.h | 58 ZEND_API int _zend_ts_hash_quick_add_or_update(TsHashTable *ht, char *arKey, uint nKeyLength, ulong… 64 ZEND_API int _zend_ts_hash_index_update_or_next_insert(TsHashTable *ht, ulong h, void *pData, uint … 81 ZEND_API int zend_ts_hash_del_key_or_index(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, … 87 ZEND_API ulong zend_ts_get_hash_value(TsHashTable *ht, char *arKey, uint nKeyLength); 91 ZEND_API int zend_ts_hash_quick_find(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void *… 92 ZEND_API int zend_ts_hash_index_find(TsHashTable *ht, ulong h, void **pData); 96 ZEND_API int zend_ts_hash_index_exists(TsHashTable *ht, ulong h); 111 ZEND_API ulong zend_ts_hash_func(char *arKey, uint nKeyLength);
|
H A D | zend_ts_hash.c | 113 ZEND_API int _zend_ts_hash_quick_add_or_update(TsHashTable *ht, char *arKey, uint nKeyLength, ulong… in _zend_ts_hash_quick_add_or_update() 124 ZEND_API int _zend_ts_hash_index_update_or_next_insert(TsHashTable *ht, ulong h, void *pData, uint … in _zend_ts_hash_index_update_or_next_insert() 190 ZEND_API int zend_ts_hash_del_key_or_index(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, … in zend_ts_hash_del_key_or_index() 201 ZEND_API ulong zend_ts_get_hash_value(TsHashTable *ht, char *arKey, uint nKeyLength) in zend_ts_get_hash_value() 203 ulong retval; in zend_ts_get_hash_value() 223 ZEND_API int zend_ts_hash_quick_find(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void *… in zend_ts_hash_quick_find() 234 ZEND_API int zend_ts_hash_index_find(TsHashTable *ht, ulong h, void **pData) in zend_ts_hash_index_find() 256 ZEND_API int zend_ts_hash_index_exists(TsHashTable *ht, ulong h) in zend_ts_hash_index_exists()
|
H A D | zend_config.nw.h | 29 typedef unsigned long ulong; typedef
|
H A D | zend_config.w32.h | 43 typedef unsigned long ulong; typedef
|
H A D | zend_iterators.h | 60 ulong index; /* private to fe_reset/fe_fetch opcodes */
|
H A D | zend_constants.h | 64 …_ex(const char *name, uint name_len, zval *result, zend_class_entry *scope, ulong flags TSRMLS_DC); 72 zend_constant *zend_quick_get_constant(const zend_literal *key, ulong flags TSRMLS_DC);
|
H A D | zend_hash.c | 101 ZEND_API ulong zend_hash_func(const char *arKey, uint nKeyLength) in zend_hash_func() 197 ulong h; in _zend_hash_add_or_update() 486 ZEND_API int zend_hash_del_key_or_index(HashTable *ht, const char *arKey, uint nKeyLength, ulong h,… in zend_hash_del_key_or_index() 903 ZEND_API ulong zend_get_hash_value(const char *arKey, uint nKeyLength) in zend_get_hash_value() 915 ulong h; in zend_hash_find() 965 ulong h; in zend_hash_exists() 986 ZEND_API int zend_hash_quick_exists(const HashTable *ht, const char *arKey, uint nKeyLength, ulong … in zend_hash_quick_exists() 1012 ZEND_API int zend_hash_index_find(const HashTable *ht, ulong h, void **pData) in zend_hash_index_find() 1033 ZEND_API int zend_hash_index_exists(const HashTable *ht, ulong h) in zend_hash_index_exists() 1234 ulong h; in zend_hash_update_current_key_ex() [all …]
|
H A D | zend_API.h | 400 ZEND_API int add_index_long(zval *arg, ulong idx, long n); 401 ZEND_API int add_index_null(zval *arg, ulong idx); 402 ZEND_API int add_index_bool(zval *arg, ulong idx, int b); 403 ZEND_API int add_index_resource(zval *arg, ulong idx, int r); 404 ZEND_API int add_index_double(zval *arg, ulong idx, double d); 405 ZEND_API int add_index_string(zval *arg, ulong idx, const char *str, int duplicate); 406 ZEND_API int add_index_stringl(zval *arg, ulong idx, const char *str, uint length, int duplicate); 407 ZEND_API int add_index_zval(zval *arg, ulong index, zval *value); 424 ZEND_API int add_get_index_long(zval *arg, ulong idx, long l, void **dest); 425 ZEND_API int add_get_index_double(zval *arg, ulong idx, double d, void **dest); [all …]
|
/PHP-5.5/ext/com_dotnet/ |
H A D | com_iterator.c | 35 ulong key; 81 if (I->key == (ulong)-1) { in com_iter_get_key() 108 I->key = (ulong)-1; in com_iter_move_forwards() 114 I->key = (ulong)-1; in com_iter_move_forwards() 119 I->key = (ulong)-1; in com_iter_move_forwards() 200 I->key = (ulong)-1; in php_com_iter_get() 235 I->key = (ulong)-1; in php_com_iter_get()
|
H A D | com_wrapper.c | 407 ulong next = id+1; in disp_getnextdispid() 458 ulong pid; in generate_dispids() 590 ulong pid; in php_com_wrapper_export_as_sink()
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_charset.h | 24 PHPAPI ulong mysqlnd_cset_escape_quotes(const MYSQLND_CHARSET * const charset, char *newstr, 27 PHPAPI ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset, char *newstr,
|
H A D | mysqlnd_charset.c | 687 PHPAPI ulong mysqlnd_cset_escape_quotes(const MYSQLND_CHARSET * const cset, char *newstr, in mysqlnd_cset_escape_quotes() 733 DBG_RETURN((ulong)~0); in mysqlnd_cset_escape_quotes() 735 DBG_RETURN((ulong)(newstr - newstr_s)); in mysqlnd_cset_escape_quotes() 741 PHPAPI ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset, char *newstr, in mysqlnd_cset_escape_slashes() 813 DBG_RETURN((ulong)~0); in mysqlnd_cset_escape_slashes() 815 DBG_RETURN((ulong)(newstr - newstr_s)); in mysqlnd_cset_escape_slashes()
|
/PHP-5.5/ext/mysqli/ |
H A D | mysqli_prop.c | 242 …_FUNC_LONG(link_errno_read, mysql_errno, MYSQLI_GET_MYSQL(MYSQLI_STATUS_INITIALIZED), ulong, "%lu") 244 …LONG(link_field_count_read, mysql_field_count, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), ulong, "%lu") in MYSQLI_MAP_PROPERTY_FUNC_STRING() 252 …UNC_LONG(link_thread_id_read, mysql_thread_id, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), ulong, "%lu") in MYSQLI_MAP_PROPERTY_FUNC_STRING() 253 …(link_warning_count_read, mysql_warning_count, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), ulong, "%lu") in MYSQLI_MAP_PROPERTY_FUNC_STRING() 313 ulong *ret; in result_lengths_read() 322 ulong i; in result_lengths_read() 335 …(result_current_field_read, mysql_field_tell, MYSQLI_GET_RESULT(MYSQLI_STATUS_VALID), ulong, "%lu") 336 …NG(result_field_count_read, mysql_num_fields, MYSQLI_GET_RESULT(MYSQLI_STATUS_VALID), ulong, "%lu") 440 …(stmt_param_count_read, mysql_stmt_param_count, MYSQLI_GET_STMT(MYSQLI_STATUS_VALID), ulong, "%lu") 441 …(stmt_field_count_read, mysql_stmt_field_count, MYSQLI_GET_STMT(MYSQLI_STATUS_VALID), ulong, "%lu") [all …]
|
H A D | php_mysqli_structs.h | 59 #if defined(ulong) && !defined(HAVE_ULONG) 102 ulong buflen; 103 ulong output_len; 104 ulong type;
|
/PHP-5.5/ext/pgsql/ |
H A D | php_pgsql.h | 202 …rt(PGconn *pg_link, const char *table_name, const zval *values, zval *result, ulong opt TSRMLS_DC); 203 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, ulong opt, cha… 204 …pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, ulong opt , char **sql T… 205 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, ulong opt, char *… 206 …ql_select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, ulong opt, char **sql T…
|
/PHP-5.5/ext/intl/msgformat/ |
H A D | msgformat_data.h | 33 ulong orig_format_len;
|
H A D | msgformat_helpers.cpp | 111 if (zend_hash_index_update(ret, (ulong)i, (void*)&t, sizeof(t), NULL) in umsg_get_numeric_types() 201 if (zend_hash_index_find(ret, (ulong)argNumber, (void**)&storedType) in umsg_parse_format() 205 if (zend_hash_index_update(ret, (ulong)argNumber, (void*)&bogusType, in umsg_parse_format() 395 ulong num_index; in umsg_format_helper() 413 if (num_index > (ulong)INT32_MAX) { in umsg_format_helper() 423 zend_hash_index_find(types, (ulong)num_index, (void**)&storedArgType); in umsg_format_helper()
|
/PHP-5.5/ext/intl/collator/ |
H A D | collator_convert.c | 44 HashTable* hash, int hashKeyType, char* hashKey, ulong hashIndex, in collator_convert_hash_item_from_utf8_to_utf16() 88 HashTable* hash, int hashKeyType, char* hashKey, ulong hashIndex, in collator_convert_hash_item_from_utf16_to_utf8() 136 ulong hashIndex = 0; in collator_convert_hash_from_utf8_to_utf16() 161 ulong hashIndex = 0; in collator_convert_hash_from_utf16_to_utf8()
|
/PHP-5.5/main/ |
H A D | win95nt.h | 56 typedef unsigned long ulong; typedef
|
/PHP-5.5/ext/opcache/ |
H A D | zend_shared_alloc.c | 330 if (zend_hash_index_find(&xlat_table, (ulong)source, (void **)&old_p) == SUCCESS) { in zend_shared_memdup_size() 342 if (zend_hash_index_find(&xlat_table, (ulong)source, (void **)&old_p) == SUCCESS) { in _zend_shared_memdup() 434 zend_hash_index_update(&xlat_table, (ulong)old, (void*)&new, sizeof(void *), NULL); in zend_shared_alloc_register_xlat_entry() 441 if (zend_hash_index_find(&xlat_table, (ulong)old, (void **)&retval) == FAILURE) { in zend_shared_alloc_get_xlat_entry()
|
H A D | zend_accelerator_util_funcs.c | 34 # define accel_xlat_set(old, new) zend_hash_index_update(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(o… 35 # define accel_xlat_get(old, new) zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old… 37 … new) zend_hash_quick_add(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(o… 38 …new) zend_hash_quick_find(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(o… 270 ulong nIndex; 390 ulong nIndex; 502 ulong nIndex;
|
/PHP-5.5/win32/ |
H A D | registry.c | 104 ulong num; in LoadDirectory() 257 ulong num; in UpdateIniFromRegistry()
|
/PHP-5.5/ext/phar/ |
H A D | dirstream.c | 100 ulong unused; in phar_dir_read() 195 ulong unused; in phar_make_dirstream() 326 ulong unused; in phar_wrapper_open_dir() 575 ulong unused; in phar_wrapper_rmdir()
|
/PHP-5.5/ext/standard/ |
H A D | var.c | 548 ulong var_no; in php_add_var_hash() 570 fprintf(stderr, "- had var (%d): %lu\n", Z_TYPE_P(var), **(ulong**)var_old); in php_add_var_hash() 636 ulong index; in php_var_serialize_class() 712 ulong *var_already; in php_var_serialize_intern() 854 ulong index; in php_var_serialize_intern()
|