Searched refs:name_list (Results 1 - 15 of 15) sorted by relevance

/external/oprofile/libutil/
H A Dop_file.h64 typedef void (*get_pathname_callback)(char const * pathname, void * name_list);
74 * @param name_list where to store result
80 * get_pathname_callback to add entry to name_list to be returned.
83 * else call get_pathname_callback to add entry to name_list to be
87 * the filter, call get_pathname_callback to add entry to name_list to
97 * added to name_list. If so, remember to free that memory when it's
100 int get_matching_pathnames(void * name_list, get_pathname_callback,
H A Dop_file.c115 int get_matching_pathnames(void * name_list, get_pathname_callback getpathname, argument
155 getpathname(ent->d_name, name_list);
163 name_list, getpathname,
166 getpathname(name, name_list);
178 * name_list and quit; else, recurse.
181 getpathname(name, name_list);
184 name_list, getpathname,
/external/chromium_org/chrome/third_party/mozilla_security_manager/
H A DnsNSSCertHelper.h62 CERTGeneralName* name_list);
H A DnsNSSCertHelper.cpp573 CERTGeneralName* name_list) {
575 CERTGeneralName* current = name_list;
583 } while (current != name_list);
588 CERTGeneralName* name_list; local
593 name_list = CERT_DecodeAltNameExtension(arena.get(), extension_data);
594 if (!name_list)
597 return ProcessGeneralNames(arena.get(), name_list);
572 ProcessGeneralNames(PRArenaPool* arena, CERTGeneralName* name_list) argument
/external/oprofile/libutil++/
H A Dfile_manip.cpp114 static void get_pathname(const char * pathname, void * name_list) argument
116 list<string> * file_list = (list<string> *)name_list;
/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer_helpers.py582 name_list = []
590 name_list.append((name, te_diff))
592 name_list.append((name, value1))
593 return name_list
/external/openssl/ssl/
H A Dssl_cert.c548 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list)
553 *ca_list=name_list;
575 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list) argument
577 set_client_CA_list(&(s->client_CA),name_list);
580 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list) argument
582 set_client_CA_list(&(ctx->client_CA),name_list);
H A Dssl.h2057 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list);
2058 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list);
/external/lldb/source/Host/common/
H A DFileSpec.cpp158 std::set<std::string> name_list; local
167 name_list.insert(tmp_buf);
170 std::set<std::string>::iterator pos, end = name_list.end();
171 for (pos = name_list.begin(); pos != end; pos++)
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_cert.c657 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list)
662 *ca_list=name_list;
684 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list) argument
686 set_client_CA_list(&(s->client_CA),name_list);
689 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list) argument
691 set_client_CA_list(&(ctx->client_CA),name_list);
/external/oprofile/opjitconv/
H A Dopjitconv.c88 static void get_pathname(char const * pathname, void * name_list) argument
90 struct list_head * names = (struct list_head *) name_list;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py1297 name_list = ExprNodes.ListNode(pos, args = [
1300 name_list = None
1308 name_list = name_list))
1398 name_list = import_list),
H A DExprNodes.py2161 # __import__(module_name, globals(), None, name_list, level)
2166 # name_list ListNode or None list of names to be imported
2177 subexprs = ['module_name', 'name_list']
2188 if self.name_list:
2189 name_list = self.name_list.analyse_types(env)
2190 self.name_list = name_list.coerce_to_pyobject(env)
2198 if self.name_list:
2199 name_list_code = self.name_list
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h2127 OPENSSL_EXPORT void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list);
2128 OPENSSL_EXPORT void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list);
/external/openssl/include/openssl/
H A Dssl.h2057 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list);
2058 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list);

Completed in 613 milliseconds