Home
last modified time | relevance | path

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

12345

/PHP-5.4/Zend/
H A Dzend_hash.h45 typedef ulong (*hash_func_t)(const char *arKey, uint nKeyLength);
55 ulong h; /* Used for numeric indexing */
70 ulong nNextFreeElement;
88 ulong h;
160 ZEND_API ulong zend_get_hash_value(const char *arKey, uint nKeyLength);
170 ZEND_API int zend_hash_index_exists(const HashTable *ht, ulong h);
171 ZEND_API ulong zend_hash_next_free_element(const HashTable *ht);
188 ulong h;
263 register ulong hash = 5381; in zend_inline_hash_func()
291 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_iterators.h42 …int (*get_current_key)(zend_object_iterator *iter, char **str_key, uint *str_key_len, ulong *int_k…
57 ulong index; /* private to fe_reset/fe_fetch opcodes */
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_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()
1216 ulong h; in zend_hash_update_current_key_ex()
[all …]
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_API.h398 ZEND_API int add_index_long(zval *arg, ulong idx, long n);
399 ZEND_API int add_index_null(zval *arg, ulong idx);
400 ZEND_API int add_index_bool(zval *arg, ulong idx, int b);
401 ZEND_API int add_index_resource(zval *arg, ulong idx, int r);
402 ZEND_API int add_index_double(zval *arg, ulong idx, double d);
403 ZEND_API int add_index_string(zval *arg, ulong idx, const char *str, int duplicate);
404 ZEND_API int add_index_stringl(zval *arg, ulong idx, const char *str, uint length, int duplicate);
405 ZEND_API int add_index_zval(zval *arg, ulong index, zval *value);
422 ZEND_API int add_get_index_long(zval *arg, ulong idx, long l, void **dest);
423 ZEND_API int add_get_index_double(zval *arg, ulong idx, double d, void **dest);
[all …]
H A Dzend_interfaces.h54 …rrent_key(zend_object_iterator *_iter, char **str_key, uint *str_key_len, ulong *int_key TSRMLS_DC…
/PHP-5.4/ext/com_dotnet/
H A Dcom_iterator.c35 ulong key;
78 ulong *int_key TSRMLS_DC) in com_iter_get_key()
82 if (I->key == (ulong)-1) { in com_iter_get_key()
109 I->key = (ulong)-1; in com_iter_move_forwards()
115 I->key = (ulong)-1; in com_iter_move_forwards()
120 I->key = (ulong)-1; in com_iter_move_forwards()
201 I->key = (ulong)-1; in php_com_iter_get()
236 I->key = (ulong)-1; in php_com_iter_get()
/PHP-5.4/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.c689 PHPAPI ulong mysqlnd_cset_escape_quotes(const MYSQLND_CHARSET * const cset, char *newstr, in mysqlnd_cset_escape_quotes()
735 DBG_RETURN((ulong)~0); in mysqlnd_cset_escape_quotes()
737 DBG_RETURN((ulong)(newstr - newstr_s)); in mysqlnd_cset_escape_quotes()
743 PHPAPI ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset, char *newstr, in mysqlnd_cset_escape_slashes()
815 DBG_RETURN((ulong)~0); in mysqlnd_cset_escape_slashes()
817 DBG_RETURN((ulong)(newstr - newstr_s)); in mysqlnd_cset_escape_slashes()
H A Dphp_mysqlnd.c54 ulong num_key; in mysqlnd_minfo_print_hash()
84 ulong num_key; in mysqlnd_minfo_print_hash()
/PHP-5.4/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;
H A Dmysqli_result_iterator.c153 …urrent_key(zend_object_iterator *iter, char **str_key, uint *str_key_len, ulong *int_key TSRMLS_DC)
157 *int_key = (ulong) iterator->row_num;
/PHP-5.4/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.4/ext/intl/msgformat/
H A Dmsgformat_data.h33 ulong orig_format_len;
/PHP-5.4/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.4/main/
H A Dwin95nt.h56 typedef unsigned long ulong; typedef
/PHP-5.4/ext/spl/
H A Dspl_iterators.h138 ulong int_key;
/PHP-5.4/ext/phar/
H A Ddirstream.c100 ulong unused; in phar_dir_read()
195 ulong unused; in phar_make_dirstream()
325 ulong unused; in phar_wrapper_open_dir()
574 ulong unused; in phar_wrapper_rmdir()
/PHP-5.4/win32/
H A Dregistry.c104 ulong num; in LoadDirectory()
257 ulong num; in UpdateIniFromRegistry()
/PHP-5.4/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 70 milliseconds

12345