/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | bst_map.c | 83 const lxb_char_t *key, size_t key_len) in lexbor_bst_map_search() 114 const lxb_char_t *key, size_t key_len, void *value) in lexbor_bst_map_insert() 131 const lxb_char_t *key, size_t key_len) in lexbor_bst_map_insert_not_exists() 196 const lxb_char_t *key, size_t key_len) in lexbor_bst_map_remove()
|
H A D | shs.c | 35 const lxb_char_t *key, size_t key_len) in lexbor_shs_entry_get_static() 64 const lxb_char_t *key, size_t key_len) in lexbor_shs_entry_get_lower_static() 93 const lxb_char_t *key, size_t key_len) in lexbor_shs_entry_get_upper_static()
|
H A D | shs.h | 23 size_t key_len; member
|
/php-src/Zend/ |
H A D | zend_API.c | 1923 ZEND_API void add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex() 1932 ZEND_API void add_assoc_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_assoc_null_ex() 1941 ZEND_API void add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, bool b) /* {{{ */ in add_assoc_bool_ex() 1959 ZEND_API void add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex() 1968 ZEND_API void add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str) /* {{{… in add_assoc_str_ex() 2022 ZEND_API void add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex() 2267 ZEND_API void add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ … in add_property_long_ex() 2276 ZEND_API void add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b) /* {{{ … in add_property_bool_ex() 2285 ZEND_API void add_property_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_property_null_ex() 2304 ZEND_API void add_property_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_property_double_ex() [all …]
|
H A D | zend_list.c | 342 ZEND_API zend_resource* zend_register_persistent_resource(const char *key, size_t key_len, void *rs… in zend_register_persistent_resource()
|
/php-src/ext/sodium/ |
H A D | libsodium.c | 293 size_t key_len; in PHP_FUNCTION() local 324 size_t key_len; in PHP_FUNCTION() local 366 size_t key_len; in PHP_FUNCTION() local 1215 size_t key_len; in PHP_FUNCTION() local 1256 size_t key_len; in PHP_FUNCTION() local 1295 size_t key_len; in PHP_FUNCTION() local 1336 size_t key_len; in PHP_FUNCTION() local 1377 size_t key_len; in PHP_FUNCTION() local 2891 size_t key_len; in PHP_FUNCTION() local 2923 size_t key_len; in PHP_FUNCTION() local [all …]
|
/php-src/ext/hash/ |
H A D | hash.c | 478 … char *K, const php_hash_ops *ops, void *context, const unsigned char *key, const size_t key_len) { in php_hash_hmac_prep_key() 500 …zval *return_value, zend_string *algo, char *data, size_t data_len, char *key, size_t key_len, boo… in php_hash_do_hash_hmac() 583 size_t data_len, key_len; in PHP_FUNCTION() local 600 size_t data_len, key_len; in PHP_FUNCTION() local 1204 size_t data_len, key_len = 0; in PHP_FUNCTION() local
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_php.c | 274 bool fpm_php_is_key_in_table(zend_string *table, const char *key, size_t key_len) /* {{{ */ in fpm_php_is_key_in_table()
|
/php-src/ext/intl/collator/ |
H A D | collator_sort.c | 505 int key_len = 0; in PHP_FUNCTION() local
|
/php-src/TSRM/ |
H A D | tsrm_win32.c | 105 const char * tsrm_win32_get_path_sid_key(const char *pathname, size_t pathname_len, size_t *key_len) in tsrm_win32_get_path_sid_key()
|
/php-src/ext/standard/ |
H A D | crypt_sha256.c | 332 size_t key_len; in php_sha256_crypt_r() local
|
H A D | crypt_sha512.c | 369 size_t key_len; in php_sha512_crypt_r() local
|
/php-src/main/ |
H A D | php_ini.c | 252 size_t key_len; in php_ini_parser_cb() local
|
/php-src/ext/dba/ |
H A D | dba.c | 1094 size_t key_len; in PHP_FUNCTION() local
|
/php-src/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 167 size_t key_len, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
|
/php-src/ext/phar/ |
H A D | util.c | 1430 …_signverify(bool is_sign, php_stream *fp, zend_off_t end, char *key, size_t key_len, char **signat… in phar_call_openssl_signverify()
|
H A D | phar_object.c | 3029 size_t key_len = 0; in PHP_METHOD() local
|
/php-src/ext/openssl/ |
H A D | openssl.c | 5501 zend_long key_len = 0; in PHP_FUNCTION() local 7746 int key_len, password_len; local
|