Home
last modified time | relevance | path

Searched defs:r (Results 51 – 75 of 98) sorted by relevance

1234

/PHP-5.6/ext/gd/libgd/
H A Dgd_crop.c337 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
H A Dgd_topal.c370 int r = GETJSAMPLE (ptr[0]) >> C0_SHIFT; local
1143 int r, g, b; local
1315 int r, g, b; local
H A Dgd.h533 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
541 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
H A Dgd_interpolation.c764 int r, g, b, a; in getPixelInterpolateWeight() local
997 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
1042 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
2269 static void gdImageClipRectangle(gdImagePtr im, gdRectPtr r) in gdImageClipRectangle()
2283 void gdDumpRect(const char *msg, gdRectPtr r) in gdDumpRect()
/PHP-5.6/ext/mbstring/oniguruma/
H A Dtestu.c60 int r; in xx() local
/PHP-5.6/ext/pdo_oci/
H A Doci_statement.c618 sword r; in oci_blob_write() local
638 sword r; in oci_blob_read() local
H A Doci_driver.c374 char const *cu, *l, *r; in oci_handle_quoter() local
/PHP-5.6/ext/hash/
H A Dhash_tiger.c204 size_t i = 0, r = (context->length + len) % 64; in PHP_TIGERUpdate() local
H A Dhash_snefru.c156 size_t i = 0, r = (context->length + len) % 32; in PHP_SNEFRUUpdate() local
/PHP-5.6/ext/standard/
H A Drand.c161 register php_uint32 *r = state; in php_mt_initialize() local
H A Dcrypt_freesec.c470 uint32_t l, r, *kl, *kr, *kl1, *kr1; in do_des() local
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c197 int r; in init_property_list() local
H A Dsjis.c231 int r; in init_property_list() local
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c470 int mode_backup, ret, n, m, r; in mbfl_filt_conv_illegal_output() local
H A Dmbfilter.c1575 const unsigned char *p, *q, *r; in mbfl_strcut() local
2690 int f, n, s, r, d, size, *mapelm; in collector_encode_htmlnumericentity() local
2736 int f, n, s, r, d, size, *mapelm; in collector_decode_htmlnumericentity() local
2914 int f, n, s, r, d, size, *mapelm; in collector_encode_hex_htmlnumericentity() local
2960 int n, s, r, d; in mbfl_filt_decode_htmlnumericentity_flush() local
/PHP-5.6/ext/sockets/
H A Dmulticast.c656 MIB_IPADDRROW r = addr_table->table[i]; in php_if_index_to_addr4() local
696 MIB_IPADDRROW r = addr_table->table[i]; in php_add4_to_if_index() local
/PHP-5.6/Zend/
H A Dzend_virtual_cwd.c319 DWORD r = GetCurrentDirectory(len, tmp); in php_sys_stat_ex() local
629 realpath_cache_bucket *r = p; in realpath_cache_clean() local
652 realpath_cache_bucket *r = *bucket; in realpath_cache_del() local
734 realpath_cache_bucket *r = *bucket; in realpath_cache_find() local
/PHP-5.6/main/
H A Dspprintf.c195 char *r = memchr(s, '\0', maxlen); in strnlen() local
/PHP-5.6/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h90 #define pdo_pgsql_sqlstate(r) PQresultErrorField(r, PG_DIAG_SQLSTATE) argument
/PHP-5.6/ext/json/
H A Djson.c242 int i, r, need_comma = 0; in json_encode_array() local
/PHP-5.6/main/streams/
H A Dplain_wrapper.c144 int r; in do_fstat() local
1002 int r; in _php_stream_fopen() local
/PHP-5.6/ext/pdo_firebird/
H A Dfirebird_driver.c279 char const *co, *l, *r; in firebird_handle_quoter() local
/PHP-5.6/ext/ereg/
H A Dereg.c141 int r = 0; in _php_regcomp() local
/PHP-5.6/ext/phar/
H A Dtar.c200 char *r = (char *)memchr(s, '\0', maxlen); in strnlen() local
/PHP-5.6/ext/zip/lib/
H A Dzip_dirent.c892 zip_uint8_t *r; in _zip_read_data() local

Completed in 101 milliseconds

1234