/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 | 92 int scandir(const char* dirname, dirent*** name_list, 113 *name_list = names.release();
|
/external/chromium_org/chrome/third_party/mozilla_security_manager/ |
nsNSSCertHelper.h | 69 CERTGeneralName* name_list);
|
nsNSSCertHelper.cpp | 563 CERTGeneralName* name_list) { 565 CERTGeneralName* current = name_list; 573 } while (current != name_list); 578 CERTGeneralName* name_list; local 583 name_list = CERT_DecodeAltNameExtension(arena.get(), extension_data); 584 if (!name_list) 587 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/chromium_org/third_party/openssl/openssl/ssl/ |
ssl_cert.c | 568 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list) 573 *ca_list=name_list; 595 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list) 597 set_client_CA_list(&(s->client_CA),name_list); 600 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list) 602 set_client_CA_list(&(ctx->client_CA),name_list);
|
ssl.h | [all...] |
/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
|
/external/chromium_org/chromeos/network/ |
network_configuration_handler.cc | 428 scoped_ptr<base::ListValue> name_list(new base::ListValue); 429 name_list->AppendStrings(names); 430 error_data->Set("names", name_list.release());
|
/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/openssl/openssl/include/openssl/ |
ssl.h | [all...] |
/external/openssl/include/openssl/ |
ssl.h | [all...] |