Searched refs:uris (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | by_store.c | 104 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx); in by_store_free() 105 sk_OPENSSL_STRING_pop_free(uris, free_uri); in by_store_free() 121 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx); in by_store_ctrl_ex() 127 if (uris == NULL) { in by_store_ctrl_ex() 128 uris = sk_OPENSSL_STRING_new_null(); in by_store_ctrl_ex() 129 X509_LOOKUP_set_method_data(ctx, uris); in by_store_ctrl_ex() 131 return sk_OPENSSL_STRING_push(uris, data) > 0; in by_store_ctrl_ex() 151 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx); in by_store() 155 for (i = 0; i < sk_OPENSSL_STRING_num(uris); i++) { in by_store() 156 ok = cache_objects(ctx, sk_OPENSSL_STRING_value(uris, in by_store() [all...] |
/third_party/openssl/crypto/x509/ |
H A D | by_store.c | 104 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx); in by_store_free() 105 sk_OPENSSL_STRING_pop_free(uris, free_uri); in by_store_free() 121 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx); in by_store_ctrl_ex() 127 if (uris == NULL) { in by_store_ctrl_ex() 128 uris = sk_OPENSSL_STRING_new_null(); in by_store_ctrl_ex() 129 X509_LOOKUP_set_method_data(ctx, uris); in by_store_ctrl_ex() 131 return sk_OPENSSL_STRING_push(uris, data) > 0; in by_store_ctrl_ex() 151 STACK_OF(OPENSSL_STRING) *uris = X509_LOOKUP_get_method_data(ctx); in by_store() 155 for (i = 0; i < sk_OPENSSL_STRING_num(uris); i++) { in by_store() 156 ok = cache_objects(ctx, sk_OPENSSL_STRING_value(uris, in by_store() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_lv2.c | 39 char **uris; member 111 table->uris = NULL; in uri_table_init() 120 av_freep(&table->uris[i]); in uri_table_destroy() 123 av_freep(&table->uris); in uri_table_destroy() 134 if (!strcmp(table->uris[i], uri)) { in uri_table_map() 142 memcpy(tmp, table->uris, table->n_uris * sizeof(char**)); in uri_table_map() 144 av_free(table->uris); in uri_table_map() 145 table->uris = tmp; in uri_table_map() 146 table->uris[table->n_uris] = av_malloc(len + 1); in uri_table_map() 147 if (!table->uris[tabl in uri_table_map() [all...] |
/third_party/libcoap/tests/ |
H A D | test_wellknown.c | 139 static char uris[2 * 1024]; in t_wellknown3() local 140 unsigned char *uribuf = (unsigned char *)uris; in t_wellknown3() 144 const uint16_t num_resources = (sizeof(uris) / TEST_URI_LEN) - 1; in t_wellknown3()
|
/third_party/nghttp2/src/ |
H A D | h2load.cc | 1973 std::vector<std::string> uris; in read_uri_from_file() local 1976 uris.push_back(line_uri); in read_uri_from_file() 1979 return uris; in read_uri_from_file() 1987 std::vector<std::string> &uris) { in read_script_from_file() 2023 uris.push_back(script_line.substr(pos + 1, script_line.size())); in read_script_from_file() 2741 std::vector<std::string> uris; in main() local 2742 std::copy(&argv[optind], &argv[argc], std::back_inserter(uris)); in main() 2743 reqlines = parse_uris(std::begin(uris), std::end(uris)); in main() 2745 std::vector<std::string> uris; in main() local 1984 read_script_from_file( std::istream &infile, std::vector<std::chrono::steady_clock::duration> &timings, std::vector<std::string> &uris) read_script_from_file() argument [all...] |
H A D | nghttp.cc | 2491 int run(char **uris, int n) { in run() argument 2614 auto uri = strip_fragment(uris[i]); in run()
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 854 for uris, authinfo in domains.items(): 855 for uri in uris:
|
Completed in 13 milliseconds