Home
last modified time | relevance | path

Searched refs:append_length (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/ssl/
Dssl_rsa.c839 size_t append_length; in SSL_CTX_use_serverinfo_file() local
892 append_length = extension_append_length(version, extension_length); in SSL_CTX_use_serverinfo_file()
893 tmp = OPENSSL_realloc(serverinfo, serverinfo_length + append_length); in SSL_CTX_use_serverinfo_file()
901 serverinfo_length += append_length; in SSL_CTX_use_serverinfo_file()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c531 bool append_length = (!(opts & ECMA_LIST_ENUMERABLE) && !(opts & ECMA_LIST_ARRAY_INDICES)); in ecma_fast_array_get_property_names() local
535 if (append_length) in ecma_fast_array_get_property_names()
557 if (append_length) in ecma_fast_array_get_property_names()