HomeSort by relevance Sort by last modified time
    Searched refs:name_list (Results 1 - 17 of 17) sorted by null

  /external/oprofile/libutil/
op_file.h 64 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,
op_file.c 115 int get_matching_pathnames(void * name_list, get_pathname_callback getpathname,
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,
  /bionic/libc/bionic/
scandir.cpp 91 int scandir(const char* dirname, dirent*** name_list,
112 *name_list = names.release();
  /external/chromium_org/chrome/third_party/mozilla_security_manager/
nsNSSCertHelper.h 62 CERTGeneralName* name_list);
nsNSSCertHelper.cpp 573 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);
    [all...]
  /external/oprofile/libutil++/
file_manip.cpp 114 static void get_pathname(const char * pathname, void * name_list)
116 list<string> * file_list = (list<string> *)name_list;
  /external/openssl/ssl/
ssl_cert.c 548 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)
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)
582 set_client_CA_list(&(ctx->client_CA),name_list);
ssl.h     [all...]
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 582 name_list = []
590 name_list.append((name, te_diff))
592 name_list.append((name, value1))
593 return name_list
  /bionic/tests/
dirent_test.cpp 42 std::set<std::string>& name_set, std::vector<std::string>& name_list) {
45 name_list.push_back(entries[i]->d_name);
  /external/lldb/source/Host/common/
FileSpec.cpp 158 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++)
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_cert.c 657 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)
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)
691 set_client_CA_list(&(ctx->client_CA),name_list);
  /external/oprofile/opjitconv/
opjitconv.c 88 static void get_pathname(char const * pathname, void * name_list)
90 struct list_head * names = (struct list_head *) name_list;
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Parsing.py     [all...]
ExprNodes.py     [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]

Completed in 343 milliseconds