Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 12 of 12) sorted by relevance

/PHP-7.0/ext/gd/libgd/
H A Dgd_arc.c20 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
34 rx = r << 1; in gdImageEllipse()
46 rx -=dy; in gdImageEllipse()
47 r +=rx; in gdImageEllipse()
59 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
78 rx = r << 1; in gdImageFilledEllipse()
91 rx -=dy; in gdImageFilledEllipse()
92 r +=rx; in gdImageFilledEllipse()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch624 - file_regex_t rx;
1568 - regex_t rx;
2244 - file_regex_t rx;
2289 - rx->old_lc_ctype = uselocale(rx->c_lc_ctype);
2292 - rx->pat = pat;
2296 - return rx->rc = regcomp(&rx->rx, pat, flags);
2304 - return regexec(&rx->rx, str, nmatch, pmatch, eflags);
2315 - if (rx->rc == 0)
2316 - regfree(&rx->rx);
2331 - (void)regerror(rc, &rx->rx, errmsg, sizeof(errmsg));
[all …]
/PHP-7.0/
H A Dconfig.sub306 | rl78 | rx \
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput84721 \r\rx
4722 \r\r\rx
4731 \r\rx
4732 \r\r\rx
4738 \rx
4745 \rx
H A Dtestinput23629 \r\rx
3630 \r\r\rx
3639 \r\rx
3640 \r\r\rx
3646 \rx
3653 \rx
H A Dtestoutput87593 \r\rx
7595 \r\r\rx
7611 \r\rx
7613 \r\r\rx
7623 \rx
7635 \rx
H A Dtestoutput212233 \r\rx
12235 \r\r\rx
12251 \r\rx
12253 \r\r\rx
12263 \rx
12275 \rx
/PHP-7.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt1324 [℞] => &rx;
H A Dhtml_entity_decode_html5.phpt1774 "&rx;",
3908 &rx; => ℞ e2849e
H A Dhtmlentities_html5.phpt598 &rx; U+0211E
/PHP-7.0/ext/standard/html_tables/
H A Dents_html5.txt1769 rx 0211E
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c55583 int rx;
55585 rx = sqlite3OsFileSize(pWal->pWalFd, &sz);
55586 if( rx==SQLITE_OK && (sz > nMax ) ){
55587 rx = sqlite3OsTruncate(pWal->pWalFd, nMax);
55590 if( rx ){
55591 sqlite3_log(rx, "cannot limit WAL size: %s", pWal->zWalName);

Completed in 667 milliseconds