Searched refs:name_stack (Results 1 – 3 of 3) sorted by relevance
33 my @name_stack; # Stack of integers used for names of aux. variables.203 return "af_blue_" . $num_sections. "_" . join('_', @name_stack);209 $name_stack[$#name_stack]++;211 $name_stack[$#name_stack]--;273 @name_stack = ();274 push @name_stack, 0;315 $name_stack[$#name_stack]++;320 push @name_stack, 0;328 pop @name_stack;333 push @name_stack, 0;[all …]
1148 name_stack = _lib.sk_X509_NAME_new_null()1149 _openssl_assert(name_stack != _ffi.NULL)1160 push_result = _lib.sk_X509_NAME_push(name_stack, copy)1165 _lib.sk_X509_NAME_free(name_stack)1168 _lib.SSL_CTX_set_client_CA_list(self._context, name_stack)
4160 def _name_stack(self, name_stack): argument4161 self._thread_local._name_stack = name_stack