Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/standard/
H A Dbasic_functions.c3447 if (!strncmp(*env, pe->key, pe->key_len) && (*env)[pe->key_len] == '=') { /* found it */ in php_putenv_destructor()
3457 if (!strncmp(pe->key, "TZ", pe->key_len)) { in php_putenv_destructor()
4109 pe.key_len = strlen(pe.key);
4112 if (pe.key_len < setting_len - 1) {
4121 zend_hash_del(&BG(putenv_ht), pe.key, pe.key_len+1);
4126 if (!strncmp(*env, pe.key, pe.key_len) && (*env)[pe.key_len] == '=') { /* found it */
4160 zend_hash_add(&BG(putenv_ht), pe.key, pe.key_len + 1, (void **) &pe, sizeof(putenv_entry), NULL);
4162 if (!strncmp(pe.key, "TZ", pe.key_len)) {
H A Darray.c1940 uint key_len = 0; in _phpi_pop() local
1961 zend_hash_get_current_key_ex(Z_ARRVAL_P(stack), &key, &key_len, &index, 0, NULL); in _phpi_pop()
1963 zend_delete_global_variable(key, key_len - 1 TSRMLS_CC); in _phpi_pop()
1965 …zend_hash_del_key_or_index(Z_ARRVAL_P(stack), key, key_len, index, (key) ? HASH_DEL_KEY : HASH_DEL… in _phpi_pop()
1988 …} else if (!key_len && Z_ARRVAL_P(stack)->nNextFreeElement > 0 && index >= Z_ARRVAL_P(stack)->nNex… in _phpi_pop()
/PHP-5.5/ext/soap/
H A Dsoap.c1422 int key_len; in PHP_METHOD() local
1430 key_len = Z_STRLEN_PP(tmp_function); in PHP_METHOD()
1431 key = emalloc(key_len + 1); in PHP_METHOD()
1432 zend_str_tolower_copy(key, Z_STRVAL_PP(tmp_function), key_len); in PHP_METHOD()
1434 if (zend_hash_find(EG(function_table), key, key_len+1, (void**)&f) == FAILURE) { in PHP_METHOD()
1449 int key_len; in PHP_METHOD() local
1452 key_len = Z_STRLEN_P(function_name); in PHP_METHOD()
1453 key = emalloc(key_len + 1); in PHP_METHOD()
1454 zend_str_tolower_copy(key, Z_STRVAL_P(function_name), key_len); in PHP_METHOD()
1456 if (zend_hash_find(EG(function_table), key, key_len+1, (void**)&f) == FAILURE) { in PHP_METHOD()
[all …]
H A Dphp_schema.c2144 uint key_len; in schema_attributegroup_fixup() local
2163 zend_hash_get_current_key_ex((*tmp)->attributes, &key, &key_len, NULL, 0, NULL); in schema_attributegroup_fixup()
2164 zend_hash_add(ht, key, key_len, &newAttr, sizeof(sdlAttributePtr), NULL); in schema_attributegroup_fixup()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp146 int key_len, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
152 &key, &key_len, &locale, &locale_len, &commonly_used) == FAILURE) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/PHP-5.5/ext/sockets/
H A Dsockets.c801 uint key_len; local
816 … switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(sock_array), &key, &key_len, &num_key, 0, NULL)) {
818 zend_hash_add(new_hash, key, key_len, (void *)element, sizeof(zval *), (void **)&dest_element);
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c438 uint key_len; in _class_string() local
444 zend_hash_get_current_key_ex(&ce->constants_table, &key, &key_len, &num_index, 0, &pos); in _class_string()
608 uint key_len; in _class_string() local
615 …|| zend_hash_get_current_key_ex(&ce->function_table, &key, &key_len, &num_index, 0, &pos) != HASH_… in _class_string()
616 || zend_binary_strcasecmp(key, key_len-1, mptr->common.function_name, len) == 0) in _class_string()
793 uint key_len; in _function_closure_string() local
813 zend_hash_get_current_key_ex(static_variables, &key, &key_len, &num_index, 0, &pos); in _function_closure_string()
3355 uint key_len; in add_class_vars() local
3360 zend_hash_get_current_key_ex(&ce->properties_info, &key, &key_len, &num_index, 0, &pos); in add_class_vars()
/PHP-5.5/ext/phar/
H A Dutil.c41 …penssl_signverify(int is_sign, php_stream *fp, off_t end, char *key, int key_len, char **signature…
1414 …penssl_signverify(int is_sign, php_stream *fp, off_t end, char *key, int key_len, char **signature… in phar_call_openssl_signverify() argument
1426 ZVAL_STRINGL(zkey, key, key_len, 1); in phar_call_openssl_signverify()
H A Dphar_object.c3033 int key_len = 0; in PHP_METHOD() local
3043 …_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "l|s", &algo, &key, &key_len) != SUCCESS) { in PHP_METHOD()
3065 PHAR_G(openssl_privatekey_len) = key_len; in PHP_METHOD()
/PHP-5.5/ext/zip/
H A Dphp_zip.c1034 uint key_len; in php_zip_get_properties() local
1047 zend_hash_get_current_key_ex(obj->prop_handler, &key, &key_len, &num_key, 0, &pos); in php_zip_get_properties()
1053 zend_hash_update(props, key, key_len, (void *)&val, sizeof(zval *), NULL); in php_zip_get_properties()
/PHP-5.5/ext/snmp/
H A Dsnmp.c2115 uint key_len; in php_snmp_get_properties() local
2125 zend_hash_get_current_key_ex(&php_snmp_properties, &key, &key_len, &num_key, 0, &pos); in php_snmp_get_properties()
2130 zend_hash_update(props, key, key_len, (void *)&val, sizeof(zval *), NULL); in php_snmp_get_properties()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c485 uint key_len; in PHP_FUNCTION() local
500 zend_hash_get_current_key_ex(headers, &key, &key_len, NULL, 0, &pos); in PHP_FUNCTION()
501 add_assoc_string_ex(return_value, key, key_len, *value_pointer, 1); in PHP_FUNCTION()

Completed in 110 milliseconds

12