Home
last modified time | relevance | path

Searched refs:ulong (Results 1 – 25 of 116) sorted by relevance

12345

/PHP-5.5/Zend/
H A Dzend_hash.h46 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 Dzend_ts_hash.h58 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 Dzend_ts_hash.c113 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 Dzend_config.nw.h29 typedef unsigned long ulong; typedef
H A Dzend_config.w32.h43 typedef unsigned long ulong; typedef
H A Dzend_iterators.h60 ulong index; /* private to fe_reset/fe_fetch opcodes */
H A Dzend_constants.h64 …_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 Dzend_hash.c101 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 Dzend_API.h400 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 Dcom_iterator.c35 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 Dcom_wrapper.c407 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 Dmysqlnd_charset.h24 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 Dmysqlnd_charset.c687 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 Dmysqli_prop.c242 …_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 Dphp_mysqli_structs.h59 #if defined(ulong) && !defined(HAVE_ULONG)
102 ulong buflen;
103 ulong output_len;
104 ulong type;
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h202 …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 Dmsgformat_data.h33 ulong orig_format_len;
H A Dmsgformat_helpers.cpp111 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 Dcollator_convert.c44 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 Dwin95nt.h56 typedef unsigned long ulong; typedef
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c330 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 Dzend_accelerator_util_funcs.c34 # 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 Dregistry.c104 ulong num; in LoadDirectory()
257 ulong num; in UpdateIniFromRegistry()
/PHP-5.5/ext/phar/
H A Ddirstream.c100 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 Dvar.c548 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()

Completed in 57 milliseconds

12345