Home
last modified time | relevance | path

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

/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch612 - file_regex_t rx;
1549 - regex_t rx;
2186 - file_regex_t rx;
2231 - rx->old_lc_ctype = uselocale(rx->c_lc_ctype);
2236 - rx->pat = pat;
2240 - return rx->rc = regcomp(&rx->rx, pat, flags);
2255 - return regexec(&rx->rx, str, nmatch, pmatch, eflags);
2263 - if (rx->rc == 0)
2264 - regfree(&rx->rx);
2279 - (void)regerror(rc, &rx->rx, errmsg, sizeof(errmsg));
[all …]
/PHP-7.2/ext/gd/libgd/
H A Dgd.c1714 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
1728 rx = r << 1; in gdImageEllipse()
1740 rx -=dy; in gdImageEllipse()
1741 r +=rx; in gdImageEllipse()
1753 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
1772 rx = r << 1; in gdImageFilledEllipse()
1785 rx -=dy; in gdImageFilledEllipse()
1786 r +=rx; in gdImageFilledEllipse()
/PHP-7.2/
H A Dconfig.sub306 | rl78 | rx \
/PHP-7.2/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.2/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.2/ext/standard/html_tables/
H A Dents_html5.txt1769 rx 0211E
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c60282 int rx;
60284 rx = sqlite3OsFileSize(pWal->pWalFd, &sz);
60285 if( rx==SQLITE_OK && (sz > nMax ) ){
60286 rx = sqlite3OsTruncate(pWal->pWalFd, nMax);
60289 if( rx ){
60290 sqlite3_log(rx, "cannot limit WAL size: %s", pWal->zWalName);

Completed in 499 milliseconds