Searched defs:as (Results 1 – 3 of 3) sorted by relevance
/php-src/main/ |
H A D | php_streams.h | 521 #define php_stream_can_cast(stream, as) _php_stream_cast((stream), (as), NULL, 0) argument 522 #define php_stream_cast(stream, as, ret, show_err) _php_stream_cast((stream), (as), (ret), (show_er… argument
|
/php-src/ext/gd/libgd/ |
H A D | gd.c | 1199 double as = sin (atan2 (dy, dx)); in gdImageLine() local 1389 double as = sin(atan2(dy, dx)); in gdImageDashedLine() local 1438 double as = sin (atan2 (dy, dx)); in gdImageDashedLine() local
|
/php-src/ext/openssl/ |
H A D | openssl.c | 2063 ASN1_STRING *as; in openssl_x509v3_subjectAltName() local
|
Completed in 43 milliseconds