search for: _pattern

Displaying 4 results from an estimated 4 matches for "_pattern".

Did you mean: pattern
2017 Jan 02
1
[PATCH] Use ASN1_STRING_get0_data for openssl-1.1.0
...static int op_bio_retry_new(BIO *_b){ @@ -1632,7 +1635,7 @@ static int op_http_hostname_match(const char *_host,size_t _host_len, size_t pattern_prefix_len; size_t pattern_suffix_len; if(OP_UNLIKELY(_host_len>(size_t)INT_MAX))return 0; - pattern=(const char *)ASN1_STRING_data(_pattern); + pattern=(const char *)ASN1_STRING_get0_data(_pattern); pattern_len=strlen(pattern); /*Check the pattern for embedded NULs.*/ if(OP_UNLIKELY(pattern_len!=(size_t)ASN1_STRING_length(_pattern)))return 0; @@ -1805,7 +1808,7 @@ static int op_http_verify_hostname(OpusHTTPStream *_stream,SSL...
2000 Mar 21
1
clustering methods in R
Dear R people, I need to do some work with clustering, but know next to nothing about it at present. R has (at least) three clustering packages, cluster, mclust, cclust. I was wondering if someone can direct me to some good books where I could find documentation and background on the functions in these packages. The html help in these packages lists the following as references. Can people
2004 Jan 30
2
Question on setting up asterisk with hunting lines
*My apologies if this message is posted 3 times, I was trying to sent it to the list once before I am a list-member, the second time before I was approved. Can anyone point me to some resources on using hunting lines with Asterisk? Sales support of my telco have no idea what I am trying to do. They asked what pbx system I am using, I was like Aster... never mind =) I am trying to setup
2003 Feb 27
2
multidimensional function fitting
Take a look at package mgcv. Hope this helps. --Matt -----Original Message----- From: RenE J.V. Bertin [mailto:rjvbertin at despammed.com] Sent: Thursday, February 27, 2003 1:39 PM To: r-help at stat.math.ethz.ch Subject: [R] multidimensional function fitting Hello, I have been looking around for how to perform a multidimensional, arbitrary function fit (in any case non-linear; more below),