Home
last modified time | relevance | path

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

/PHP-5.5/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()
92 rx -=dy; in gdImageFilledEllipse()
93 r +=rx; in gdImageFilledEllipse()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2149 - regex_t rx;
2175 - rc = regcomp(&rx, pat, REG_EXTENDED);
2178 - (void)regerror(rc, &rx, errmsg, sizeof(errmsg));
2196 - regfree(&rx);
2954 - regex_t rx;
2976 - rc = regexec(&rx, m->desc, 0, 0, 0);
2977 - regfree(&rx);
3372 - regex_t rx;
3379 - rc = regcomp(&rx, m->value.s,
3399 - rc = regexec(&rx, (const char *)ms->search.s,
[all …]
/PHP-5.5/
H A Dconfig.sub309 | rl78 | rx \
/PHP-5.5/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-5.5/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-5.5/ext/standard/html_tables/
H A Dents_html5.txt1769 rx 0211E
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c50773 int rx;
50775 rx = sqlite3OsFileSize(pWal->pWalFd, &sz);
50776 if( rx==SQLITE_OK && (sz > nMax ) ){
50777 rx = sqlite3OsTruncate(pWal->pWalFd, nMax);
50780 if( rx ){
50781 sqlite3_log(rx, "cannot limit WAL size: %s", pWal->zWalName);

Completed in 448 milliseconds