Searched refs:inf (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/ssl/ |
H A D | ssl_engine_init.c | 1269 X509_INFO *inf = sk_X509_INFO_value(sk, n); local 1271 if (!inf->x509 || !inf->x_pkey || !inf->x_pkey->dec_pkey || 1272 inf->enc_data) { 1280 if (X509_check_private_key(inf->x509, inf->x_pkey->dec_pkey) != 1) { 1281 ssl_log_xerror(SSLLOG_MARK, APLOG_STARTUP, 0, ptemp, s, inf->x509, 1319 X509_INFO *inf = sk_X509_INFO_value(pkp->certs, n); local 1320 X509_STORE_CTX_init(sctx, store, inf [all...] |
/httpd/modules/dav/fs/ |
H A D | repos.c | 336 apr_file_t *inf = NULL; local 363 if ((status = apr_file_open(&inf, src, APR_READ | APR_BINARY, 374 apr_file_close(inf); 383 status = apr_file_read(inf, pbuf->buf, &len); 387 apr_file_close(inf); 414 apr_file_close(inf); 433 apr_file_close(inf);
|
Completed in 36 milliseconds