Home
last modified time | relevance | path

Searched refs:key_len (Results 1 – 25 of 37) sorted by relevance

12

/PHP-5.5/ext/standard/
H A Dhttp.c37 uint key_len; in php_url_encode_hash_ex() local
59 …(key_type = zend_hash_get_current_key_ex(ht, &key, &key_len, &idx, 0, NULL)) != HASH_KEY_NON_EXIST… in php_url_encode_hash_ex()
62 if (key_type == HASH_KEY_IS_STRING && key_len && key[key_len-1] == '\0') { in php_url_encode_hash_ex()
64 key_len -= 1; in php_url_encode_hash_ex()
72 if (zend_check_property_access(zobj, key, key_len TSRMLS_CC) != SUCCESS) { in php_url_encode_hash_ex()
76 zend_unmangle_property_name_ex(key, key_len, &tmp, (const char**)&key, &key_len); in php_url_encode_hash_ex()
86 ekey = php_raw_url_encode(key, key_len, &ekey_len); in php_url_encode_hash_ex()
88 ekey = php_url_encode(key, key_len, &ekey_len); in php_url_encode_hash_ex()
154 ekey = php_raw_url_encode(key, key_len, &ekey_len); in php_url_encode_hash_ex()
156 ekey = php_url_encode(key, key_len, &ekey_len); in php_url_encode_hash_ex()
H A Dcrypt_sha256.c360 size_t key_len; in php_sha256_crypt_r() local
390 key_len = strlen(key); in php_sha256_crypt_r()
408 sha256_process_bytes(key, key_len, &ctx); in php_sha256_crypt_r()
434 for (cnt = key_len; cnt > 32; cnt -= 32) { in php_sha256_crypt_r()
441 for (cnt = key_len; cnt > 0; cnt >>= 1) { in php_sha256_crypt_r()
445 sha256_process_bytes(key, key_len, &ctx); in php_sha256_crypt_r()
456 for (cnt = 0; cnt < key_len; ++cnt) { in php_sha256_crypt_r()
464 cp = p_bytes = alloca(key_len); in php_sha256_crypt_r()
465 for (cnt = key_len; cnt >= 32; cnt -= 32) { in php_sha256_crypt_r()
581 memset(p_bytes, '\0', key_len); in php_sha256_crypt_r()
[all …]
H A Dcrypt_sha512.c393 size_t key_len; in php_sha512_crypt_r() local
424 key_len = strlen(key); in php_sha512_crypt_r()
442 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
468 for (cnt = key_len; cnt > 64; cnt -= 64) { in php_sha512_crypt_r()
475 for (cnt = key_len; cnt > 0; cnt >>= 1) { in php_sha512_crypt_r()
479 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
490 for (cnt = 0; cnt < key_len; ++cnt) { in php_sha512_crypt_r()
498 cp = p_bytes = alloca(key_len); in php_sha512_crypt_r()
499 for (cnt = key_len; cnt >= 64; cnt -= 64) { in php_sha512_crypt_r()
629 memset(p_bytes, '\0', key_len); in php_sha512_crypt_r()
[all …]
H A Dvar.c359 int key_len, tmp_len; in php_array_element_export() local
360 key = php_addcslashes(hash_key->arKey, hash_key->nKeyLength - 1, &key_len, 0, "'\\", 2 TSRMLS_CC); in php_array_element_export()
361 tmp_str = php_str_to_str_ex(key, key_len, "\0", 1, "' . \"\\0\" . '", 12, &tmp_len, 0, NULL); in php_array_element_export()
855 uint key_len; in php_var_serialize_intern() local
860 i = zend_hash_get_current_key_ex(myht, &key, &key_len, &index, 0, &pos); in php_var_serialize_intern()
873 php_var_serialize_string(buf, key, key_len - 1); in php_var_serialize_intern()
H A Dbasic_functions.h248 int key_len; member
H A Dstreamsfuncs.c665 uint key_len; in stream_array_from_fd_set() local
674 &key, &key_len, &num_ind, 0, NULL); in stream_array_from_fd_set()
697 zend_hash_update(new_hash, key, key_len, (void *)elem, sizeof(zval *), (void **)&dest_elem); in stream_array_from_fd_set()
/PHP-5.5/ext/session/
H A Dmod_user_class.c75 int key_len, val_len; in PHP_METHOD() local
79 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &key, &key_len) == FAILURE) { in PHP_METHOD()
99 int key_len, val_len; in PHP_METHOD() local
103 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &key, &key_len, &val, &val_len) == FAIL… in PHP_METHOD()
116 int key_len; in PHP_METHOD() local
120 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &key, &key_len) == FAILURE) { in PHP_METHOD()
H A Dmod_files.c76 size_t key_len; in ps_files_path_create() local
81 key_len = strlen(key); in ps_files_path_create()
82 if (key_len <= data->dirdepth || in ps_files_path_create()
83 buflen < (strlen(data->basedir) + 2 * data->dirdepth + key_len + 5 + sizeof(FILE_PREFIX))) { in ps_files_path_create()
97 memcpy(buf + n, key, key_len); in ps_files_path_create()
98 n += key_len; in ps_files_path_create()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c597 int key_len, iv_len; in PHP_FUNCTION() local
613 if (key_len == 0) { in PHP_FUNCTION()
617 key_s = emalloc(key_len); in PHP_FUNCTION()
618 memset(key_s, 0, key_len); in PHP_FUNCTION()
623 if (key_len > max_key_size) { in PHP_FUNCTION()
627 key_size = key_len; in PHP_FUNCTION()
629 memcpy(key_s, key, key_len); in PHP_FUNCTION()
1211 if (key_len > max_key_length) { in php_mcrypt_do_crypt()
1216 use_key_length = key_len; in php_mcrypt_do_crypt()
1228 if (key_length_sizes[i] >= key_len && in php_mcrypt_do_crypt()
[all …]
H A Dmcrypt_filter.c154 int encrypt = 1, iv_len, key_len, keyl, result; in php_mcrypt_filter_create() local
204 key_len = Z_STRLEN_PP(tmpzval); in php_mcrypt_filter_create()
217 if (keyl < key_len) { in php_mcrypt_filter_create()
218 key_len = keyl; in php_mcrypt_filter_create()
236 result = mcrypt_generic_init(mcrypt_module, key, key_len, iv); in php_mcrypt_filter_create()
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c553 int key_len = 0; in PHP_FUNCTION() local
600 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, key, 0); in PHP_FUNCTION()
601 if(!key_len) { in PHP_FUNCTION()
605 key = emalloc(key_len); in PHP_FUNCTION()
606 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, key, key_len); in PHP_FUNCTION()
608 if(!key_len) { in PHP_FUNCTION()
611 RETURN_STRINGL((char *)key, key_len - 1, 0); in PHP_FUNCTION()
/PHP-5.5/main/
H A Dphp_ini.c283 uint key_len; in php_ini_parser_cb() local
289 key_len = Z_STRLEN_P(arg1) - sizeof("PATH") + 1; in php_ini_parser_cb()
300 key_len = Z_STRLEN_P(arg1) - sizeof("HOST") + 1; in php_ini_parser_cb()
303 zend_str_tolower(key, key_len); /* host names are case-insensitive. */ in php_ini_parser_cb()
309 if (key && key_len > 0) { in php_ini_parser_cb()
311 while (key_len > 0 && (key[key_len - 1] == '/' || key[key_len - 1] == '\\')) { in php_ini_parser_cb()
312 key_len--; in php_ini_parser_cb()
313 key[key_len] = 0; in php_ini_parser_cb()
323 key_len--; in php_ini_parser_cb()
327 if (zend_hash_find(target_hash, key, key_len + 1, (void **) &entry) == FAILURE) { in php_ini_parser_cb()
[all …]
/PHP-5.5/ext/dba/
H A Ddba.c247 size_t key_len; \
251 if ((key_len = php_dba_make_key(key, &key_str, &key_free TSRMLS_CC)) == 0) {\
258 size_t key_len; \
274 if ((key_len = php_dba_make_key(key, &key_str, &key_free TSRMLS_CC)) == 0) {\
561 size_t key_len; in php_dba_update() local
567 if ((key_len = php_dba_make_key(key, &key_str, &key_free TSRMLS_CC)) == 0) { in php_dba_update()
994 if(info->hnd->exists(info, key_str, key_len TSRMLS_CC) == SUCCESS) { in PHP_FUNCTION()
1050 int key_len; in PHP_FUNCTION() local
1066 add_next_index_stringl(return_value, name+1, key_len - (name - key + 1), 1); in PHP_FUNCTION()
1069 add_next_index_stringl(return_value, key, key_len, 1); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/phar/
H A Dstream.c915 uint key_len, new_key_len; in phar_wrapper_rename() local
928 key_len > from_len && in phar_wrapper_rename()
932 new_key_len = key_len + to_len - from_len; in phar_wrapper_rename()
935 memcpy(new_str_key + to_len, str_key + from_len, key_len - from_len); in phar_wrapper_rename()
956 if (key_len >= from_len && in phar_wrapper_rename()
958 (key_len == from_len || IS_SLASH(str_key[from_len]))) { in phar_wrapper_rename()
960 new_key_len = key_len + to_len - from_len; in phar_wrapper_rename()
963 memcpy(new_str_key + to_len, str_key + from_len, key_len - from_len); in phar_wrapper_rename()
980 if (key_len >= from_len && in phar_wrapper_rename()
982 (key_len == from_len || IS_SLASH(str_key[from_len]))) { in phar_wrapper_rename()
[all …]
H A Ddirstream.c574 uint key_len; in phar_wrapper_rmdir() local
637 …HASH_KEY_NON_EXISTENT != zend_hash_get_current_key_ex(&phar->manifest, &key, &key_len, &unused, 0,… in phar_wrapper_rmdir()
642 if (key_len > path_len && in phar_wrapper_rmdir()
658 …HASH_KEY_NON_EXISTENT != zend_hash_get_current_key_ex(&phar->virtual_dirs, &key, &key_len, &unused… in phar_wrapper_rmdir()
663 if (key_len > path_len && in phar_wrapper_rmdir()
/PHP-5.5/Zend/
H A Dzend_API.h376 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n);
377 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, uint key_len);
378 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b);
379 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r);
380 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d);
383 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, uint key_len, zval *value);
431 ZEND_API int add_property_long_ex(zval *arg, const char *key, uint key_len, long l TSRMLS_DC);
432 ZEND_API int add_property_null_ex(zval *arg, const char *key, uint key_len TSRMLS_DC);
433 ZEND_API int add_property_bool_ex(zval *arg, const char *key, uint key_len, int b TSRMLS_DC);
434 ZEND_API int add_property_resource_ex(zval *arg, const char *key, uint key_len, long r TSRMLS_DC);
[all …]
H A Dzend_API.c1225 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n) /* {{{ */ in add_assoc_long_ex() argument
1236 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, uint key_len) /* {{{ */ in add_assoc_null_ex() argument
1247 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b) /* {{{ */ in add_assoc_bool_ex() argument
1583 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_long_ex()
1601 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_bool_ex()
1619 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_null_ex()
1637 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_resource_ex()
1655 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_double_ex()
1673 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_string_ex()
1691 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_stringl_ex()
[all …]
H A Dzend_builtin_functions.c910 uint key_len; in add_class_vars() local
915 zend_hash_get_current_key_ex(&ce->properties_info, &key, &key_len, &num_index, 0, &pos); in add_class_vars()
990 uint key_len, prop_len; in ZEND_FUNCTION() local
1015 …if (zend_hash_get_current_key_ex(properties, &key, &key_len, &num_index, 0, &pos) == HASH_KEY_IS_S… in ZEND_FUNCTION()
1016 if (zend_check_property_access(zobj, key, key_len-1 TSRMLS_CC) == SUCCESS) { in ZEND_FUNCTION()
1017 zend_unmangle_property_name_ex(key, key_len - 1, &class_name, &prop_name, (int*) &prop_len); in ZEND_FUNCTION()
1077 uint key_len; in ZEND_FUNCTION() local
1082 …if (zend_hash_get_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH… in ZEND_FUNCTION()
1088 zend_binary_strcasecmp(key, key_len-1, mptr->common.function_name, len) == 0) { in ZEND_FUNCTION()
1092 (len != key_len - 1 || in ZEND_FUNCTION()
[all …]
/PHP-5.5/ext/hash/
H A Dhash.c223 if (key_len > ops->block_size) { in php_hash_hmac_prep_key()
226 ops->hash_update(context, key, key_len); in php_hash_hmac_prep_key()
229 memcpy(K, key, key_len); in php_hash_hmac_prep_key()
245 int algo_len, data_len, key_len; in php_hash_do_hash_hmac() local
252 &key, &key_len, &raw_output) == FAILURE) { in php_hash_do_hash_hmac()
278 php_hash_hmac_prep_key((unsigned char *) K, ops, context, (unsigned char *) key, key_len); in php_hash_do_hash_hmac()
341 int algo_len, key_len = 0, argc = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
358 key_len <= 0) { in PHP_FUNCTION()
379 if (key_len > ops->block_size) { in PHP_FUNCTION()
381 ops->hash_update(context, (unsigned char *) key, key_len); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/soap/
H A Dphp_sdl.c1803 uint key_len; in sdl_serialize_key() local
1807 WSDL_CACHE_PUT_INT(key_len, out); in sdl_serialize_key()
1808 WSDL_CACHE_PUT_N(key, key_len, out); in sdl_serialize_key()
2447 uint key_len; in make_persistent_sdl_function_headers() local
2515 uint key_len; in make_persistent_sdl_parameters() local
2562 uint key_len; in make_persistent_sdl_function_faults() local
2611 uint key_len; in make_persistent_sdl_attribute() local
2723 uint key_len; in make_persistent_sdl_type() local
2957 uint key_len; in make_persistent_sdl() local
3380 uint key_len; in get_sdl() local
[all …]
/PHP-5.5/ext/wddx/
H A Dwddx.c510 uint key_len; in php_wddx_serialize_object() local
534 if (zend_hash_get_current_key_ex(objhash, &key, &key_len, &idx, 0, NULL) == HASH_KEY_IS_STRING) { in php_wddx_serialize_object()
537 zend_unmangle_property_name(key, key_len-1, &class_name, &prop_name); in php_wddx_serialize_object()
540 key_len = slprintf(tmp_buf, sizeof(tmp_buf), "%ld", idx); in php_wddx_serialize_object()
541 php_wddx_serialize_var(packet, *ent, tmp_buf, key_len TSRMLS_CC); in php_wddx_serialize_object()
562 uint key_len; in php_wddx_serialize_array() local
607 ent_type = zend_hash_get_current_key_ex(target_hash, &key, &key_len, &idx, 0, NULL); in php_wddx_serialize_array()
610 php_wddx_serialize_var(packet, *ent, key, key_len TSRMLS_CC); in php_wddx_serialize_array()
612 key_len = slprintf(tmp_buf, sizeof(tmp_buf), "%ld", idx); in php_wddx_serialize_array()
613 php_wddx_serialize_var(packet, *ent, tmp_buf, key_len TSRMLS_CC); in php_wddx_serialize_array()
/PHP-5.5/ext/json/
H A Djson.c181 uint key_len; in json_determine_array_type() local
187 i = zend_hash_get_current_key_ex(myht, &key, &key_len, &index, 0, &pos); in json_determine_array_type()
265 uint key_len; in json_encode_array() local
271 i = zend_hash_get_current_key_ex(myht, &key, &key_len, &index, 0, &pos); in json_encode_array()
310 json_escape_string(buf, key, key_len - 1, options & ~PHP_JSON_NUMERIC_CHECK TSRMLS_CC); in json_encode_array()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp550 int key_len; in umsg_format_helper() local
552 if (intl_charFromString(key, &key_char, &key_len, in umsg_format_helper()
593 int key_len; in umsg_format_helper() local
595 if (intl_charFromString(key, &key_char, &key_len, in umsg_format_helper()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c943 ZCG(key_len) = 0; in accel_make_persistent_key_ex()
1012 ZCG(key_len) = 0; in accel_make_persistent_key_ex()
1036 ZCG(key_len) = 0; in accel_make_persistent_key_ex()
1042 *key_len = ZCG(key_len) = key_length; in accel_make_persistent_key_ex()
1046 static inline char *accel_make_persistent_key(zend_file_handle *file_handle, int *key_len TSRMLS_DC) in accel_make_persistent_key()
1297 key_length = ZCG(key_len); in compile_and_cache_file()
1496 if (!ZCG(key_len)) {
1503 key_length = ZCG(key_len);
1839 ZCG(key_len) = persistent_script->full_path_len;
1947 ZCG(key_len) = persistent_script->full_path_len;
[all …]
H A DZendAccelerator.h272 int key_len; member
338 char *accel_make_persistent_key_ex(zend_file_handle *file_handle, int path_length, int *key_len TSR…

Completed in 106 milliseconds

12