/third_party/node/deps/openssl/openssl/apps/ |
H A D | ca.c | 128 int batch, int verbose, X509_REQ *req, const char *ext_sect, 295 int ret = 1, email_dn = 1, req = 0, verbose = 0, gencrl = 0, dorevoke = 0; in ca_main() local 318 req = 1; in ca_main() 452 req = 1; in ca_main() 456 req = 1; in ca_main() 460 req = 1; in ca_main() 666 if ((outdir == NULL) && (req)) { in ca_main() 798 if (req || gencrl) { in ca_main() 831 if (req) { in ca_main() 1390 X509_REQ *req in certify() local 1492 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, int verbose, X509_REQ *req, const char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign, unsigned long dateopt) do_body() argument 2005 X509_REQ *req = NULL; certify_spkac() local [all...] |
/third_party/openssl/apps/ |
H A D | ca.c | 128 int batch, int verbose, X509_REQ *req, const char *ext_sect, 295 int ret = 1, email_dn = 1, req = 0, verbose = 0, gencrl = 0, dorevoke = 0; in ca_main() local 318 req = 1; in ca_main() 452 req = 1; in ca_main() 456 req = 1; in ca_main() 460 req = 1; in ca_main() 664 if ((outdir == NULL) && (req)) { in ca_main() 794 if (req || gencrl) { in ca_main() 822 if (req) { in ca_main() 1370 X509_REQ *req in certify() local 1472 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, int verbose, X509_REQ *req, const char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign, unsigned long dateopt) do_body() argument 1985 X509_REQ *req = NULL; certify_spkac() local [all...] |
/third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/ |
H A D | CombineGeoDataServlet.java | 33 public void doPost(HttpServletRequest req, HttpServletResponse resp) throws IOException { in doPost() argument 35 String input = req.getParameter("geodata"); in doPost()
|
/third_party/libuv/docs/code/spawn/ |
H A D | main.c | 10 void on_exit(uv_process_t *req, int64_t exit_status, int term_signal) { in on_exit() argument 12 uv_close((uv_handle_t*) req, NULL); in on_exit()
|
/third_party/libuv/test/ |
H A D | test-tcp-connect-error.c | 52 uv_connect_t req; in TEST_IMPL() local 58 r = uv_tcp_connect(&req, in TEST_IMPL()
|
/third_party/node/test/parallel/ |
H A D | test-http-client-readable.js | 60 const req = http.request({ 71 req.end();
|
H A D | test-http-head-request.js | 29 const server = http.createServer(function(req, res) { 30 console.error('req: %s headers: %j', req.method, headers);
|
H A D | test-http-response-multi-content-length.js | 25 const server = http.createServer((req, res) => { 35 const server = http.createServer((req, res) => {
|
H A D | test-http-server-incomingmessage-destroy.js | 7 const server = createServer(common.mustCall((req, res) => { 8 req.destroy(new Error('Destroy test'));
|
H A D | test-http2-connect-method-extended-cant-turn-off.js | 22 const req = client.request({ 26 req.on('error', common.mustCall(() => {
|
H A D | test-https-request-arguments.js | 21 common.mustCall((req, res) => { 22 assert.strictEqual(req.url, '/testpath');
|
/third_party/node/test/fixtures/ |
H A D | GH-892-request.js | 39 var req = https.request(options, function(res) { variable 46 req.end(Buffer.allocUnsafe(bytesExpected));
|
/third_party/nghttp2/src/ |
H A D | shrpx_memcached_dispatcher.cc | 45 int MemcachedDispatcher::add_request(std::unique_ptr<MemcachedRequest> req) { in add_request() argument 46 if (mconn_->add_request(std::move(req)) != 0) { in add_request()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | declarationMaps.js | 4 (res, req, next): void; 30 (res: any, req: any, next: any): void;
|
H A D | declareFileExportAssignment.js | 4 (res, req, next): void; 30 (res: any, req: any, next: any): void;
|
H A D | declareFileExportAssignmentWithVarFromVariableStatement.js | 4 (res, req, next): void; 30 (res: any, req: any, next: any): void;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | http_client.h | 24 struct wpabuf *req, size_t max_response, 30 struct wpabuf *req, size_t max_response,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | http_client.h | 24 struct wpabuf *req, size_t max_response, 30 struct wpabuf *req, size_t max_response,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509.h | 567 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req); 568 int i2d_X509_REQ_fp(FILE *fp, const X509_REQ *req); 613 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req); 614 int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req); 875 long X509_REQ_get_version(const X509_REQ *req); 877 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req); 878 int X509_REQ_set_subject_name(X509_REQ *req, const X509_NAME *name); 879 void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig, 881 void X509_REQ_set0_signature(X509_REQ *req, ASN1_BIT_STRING *psig); 882 int X509_REQ_set1_signature_algo(X509_REQ *req, X509_ALGO 892 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req); global() variable [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509.h | 567 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req); 568 int i2d_X509_REQ_fp(FILE *fp, const X509_REQ *req); 613 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req); 614 int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req); 875 long X509_REQ_get_version(const X509_REQ *req); 877 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req); 878 int X509_REQ_set_subject_name(X509_REQ *req, const X509_NAME *name); 879 void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig, 881 void X509_REQ_set0_signature(X509_REQ *req, ASN1_BIT_STRING *psig); 882 int X509_REQ_set1_signature_algo(X509_REQ *req, X509_ALGO 892 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req); global() variable [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509.h | 567 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req); 568 int i2d_X509_REQ_fp(FILE *fp, const X509_REQ *req); 613 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req); 614 int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req); 875 long X509_REQ_get_version(const X509_REQ *req); 877 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req); 878 int X509_REQ_set_subject_name(X509_REQ *req, const X509_NAME *name); 879 void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig, 881 void X509_REQ_set0_signature(X509_REQ *req, ASN1_BIT_STRING *psig); 882 int X509_REQ_set1_signature_algo(X509_REQ *req, X509_ALGO 892 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req); global() variable [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | x509.h | 567 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req); 568 int i2d_X509_REQ_fp(FILE *fp, const X509_REQ *req); 613 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req); 614 int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req); 875 long X509_REQ_get_version(const X509_REQ *req); 877 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req); 878 int X509_REQ_set_subject_name(X509_REQ *req, const X509_NAME *name); 879 void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig, 881 void X509_REQ_set0_signature(X509_REQ *req, ASN1_BIT_STRING *psig); 882 int X509_REQ_set1_signature_algo(X509_REQ *req, X509_ALGO 892 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req); global() variable [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | x509.h | 567 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req); 568 int i2d_X509_REQ_fp(FILE *fp, const X509_REQ *req); 613 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req); 614 int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req); 875 long X509_REQ_get_version(const X509_REQ *req); 877 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req); 878 int X509_REQ_set_subject_name(X509_REQ *req, const X509_NAME *name); 879 void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig, 881 void X509_REQ_set0_signature(X509_REQ *req, ASN1_BIT_STRING *psig); 882 int X509_REQ_set1_signature_algo(X509_REQ *req, X509_ALGO 892 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req); global() variable [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509.h | 567 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req); 568 int i2d_X509_REQ_fp(FILE *fp, const X509_REQ *req); 613 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req); 614 int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req); 875 long X509_REQ_get_version(const X509_REQ *req); 877 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req); 878 int X509_REQ_set_subject_name(X509_REQ *req, const X509_NAME *name); 879 void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig, 881 void X509_REQ_set0_signature(X509_REQ *req, ASN1_BIT_STRING *psig); 882 int X509_REQ_set1_signature_algo(X509_REQ *req, X509_ALGO 892 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req); global() variable [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | x509.h | 567 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req); 568 int i2d_X509_REQ_fp(FILE *fp, const X509_REQ *req); 613 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req); 614 int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req); 875 long X509_REQ_get_version(const X509_REQ *req); 877 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req); 878 int X509_REQ_set_subject_name(X509_REQ *req, const X509_NAME *name); 879 void X509_REQ_get0_signature(const X509_REQ *req, const ASN1_BIT_STRING **psig, 881 void X509_REQ_set0_signature(X509_REQ *req, ASN1_BIT_STRING *psig); 882 int X509_REQ_set1_signature_algo(X509_REQ *req, X509_ALGO 892 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req); global() variable [all...] |