Searched refs:rx (Results 1 – 12 of 12) sorted by relevance
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_arc.c | 20 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 D | libmagic.patch | 624 - 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 D | config.sub | 306 | rl78 | rx \
|
/PHP-7.0/ext/pcre/pcrelib/testdata/ |
H A D | testinput8 | 4721 \r\rx 4722 \r\r\rx 4731 \r\rx 4732 \r\r\rx 4738 \rx 4745 \rx
|
H A D | testinput2 | 3629 \r\rx 3630 \r\r\rx 3639 \r\rx 3640 \r\r\rx 3646 \rx 3653 \rx
|
H A D | testoutput8 | 7593 \r\rx 7595 \r\r\rx 7611 \r\rx 7613 \r\r\rx 7623 \rx 7635 \rx
|
H A D | testoutput2 | 12233 \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 D | get_html_translation_table_basic5.phpt | 1324 [℞] => ℞
|
H A D | html_entity_decode_html5.phpt | 1774 "℞", 3908 ℞ => ℞ e2849e
|
H A D | htmlentities_html5.phpt | 598 ℞ U+0211E
|
/PHP-7.0/ext/standard/html_tables/ |
H A D | ents_html5.txt | 1769 rx 0211E
|
/PHP-7.0/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 55583 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 451 milliseconds