Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/gmp/
H A Dgmp.c469 #define gmp_zval_binary_ui_op(r, a, b, o, u) gmp_zval_binary_ui_op_ex(r, a, b, o, u, 0, 0, 0 TSRMLS… argument
470 #define gmp_zval_binary_ui_op2(r, a, b, o, u) gmp_zval_binary_ui_op2_ex(r, a, b, o, u, 0, 0, 0 TSRM… argument
550 zval r; in gmp_zval_binary_ui_op2_ex() local
1124 zval r; local
1211 zval r; local
/PHP-5.5/ext/standard/
H A Dhtml.c1542 const entity_stage3_row *r, in write_s3row_data()
1649 const entity_stage3_row *r = &ms_table[i][j][k]; in PHP_FUNCTION() local
1668 const entity_stage3_row *r; in PHP_FUNCTION() local
1691 const entity_stage3_row *r = &entity_table.table[j]; in PHP_FUNCTION() local
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.5/ext/gd/libgd/
H A Dgd_png.c363 register png_byte r = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
376 register png_byte r = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
H A Dgd_crop.c333 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
/PHP-5.5/ext/mbstring/oniguruma/
H A Dtestu.c60 int r; in xx() local
/PHP-5.5/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.5/ext/hash/
H A Dhash_snefru.c156 size_t i = 0, r = (context->length + len) % 32; in PHP_SNEFRUUpdate() local
H A Dhash_tiger.c204 size_t i = 0, r = (context->length + len) % 64; in PHP_TIGERUpdate() local
/PHP-5.5/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.5/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.5/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.5/TSRM/
H A Dtsrm_virtual_cwd.c308 DWORD r = GetCurrentDirectory(len, tmp); in php_sys_stat_ex() local
599 realpath_cache_bucket *r = p; in realpath_cache_clean() local
622 realpath_cache_bucket *r = *bucket; in realpath_cache_del() local
704 realpath_cache_bucket *r = *bucket; in realpath_cache_find() local
/PHP-5.5/main/
H A Dspprintf.c195 char *r = memchr(s, '\0', maxlen); in strnlen() local
/PHP-5.5/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h92 #define pdo_pgsql_sqlstate(r) PQresultErrorField(r, PG_DIAG_SQLSTATE) argument
/PHP-5.5/ext/json/
H A Djson.c233 int i, r, need_comma = 0; in json_encode_array() local
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c279 char const *co, *l, *r; in firebird_handle_quoter() local
/PHP-5.5/main/streams/
H A Dplain_wrapper.c144 int r; in do_fstat() local
996 int r; in _php_stream_fopen() local
/PHP-5.5/ext/ereg/
H A Dereg.c141 int r = 0; in _php_regcomp() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h116 #define mysqlnd_poll(r, err, d_pull,sec,usec,desc_num) _mysqlnd_poll((r), (err), (d_pull), (sec), (… argument
126 #define mysqlnd_free_result(r,e_or_i) ((MYSQLND_RES*)r)->m.free_result(((MYSQLND_RES*)(r)), (e_or_i… argument

Completed in 93 milliseconds

1234