/PHP-5.3/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 47 #define mysql_commit(r) mysqlnd_commit((r)) argument 51 #define mysql_errno(r) mysqlnd_errno((r)) argument 52 #define mysql_error(r) mysqlnd_error((r)) argument 63 #define mysql_insert_id(r) mysqlnd_insert_id((r)) argument 64 #define mysql_kill(r,n) mysqlnd_kill((r), (n)) argument 72 #define mysql_num_rows(r) mysqlnd_num_rows((r)) argument 73 #define mysql_ping(r) mysqlnd_ping((r)) argument 77 #define mysql_rollback(r) mysqlnd_rollback((r)) argument 81 #define mysql_sqlstate(r) mysqlnd_sqlstate((r)) argument 108 #define mysql_info(r) mysqlnd_info((r)) argument [all …]
|
/PHP-5.3/sapi/apache_hooks/ |
H A D | php_apache.c | 131 request_rec *r; in get_apache_request() local 185 request_rec *r; in apache_request_read_string_slot() local 210 request_rec *r; in apache_request_string_slot() local 241 request_rec *r; in apache_request_read_int_slot() local 261 request_rec *r; in apache_request_int_slot() local 507 request_rec *r; in PHP_FUNCTION() local 566 request_rec *r; in PHP_FUNCTION() local 659 request_rec *r; in PHP_FUNCTION() local 678 request_rec *r; in PHP_FUNCTION() local 699 request_rec *r; in PHP_FUNCTION() local [all …]
|
H A D | mod_php5.c | 748 static int send_parsed_php(request_rec * r) in send_parsed_php() 1183 static int php_xbithack_handler(request_rec * r) in php_xbithack_handler() 1301 static int php_uri_translation(request_rec *r) in php_uri_translation() 1312 static int php_header_hook(request_rec *r) in php_header_hook() 1323 static int php_auth_hook(request_rec *r) in php_auth_hook() 1334 static int php_access_hook(request_rec *r) in php_access_hook() 1348 static int php_type_hook(request_rec *r) in php_type_hook() 1360 static int php_fixup_hook(request_rec *r) in php_fixup_hook() 1372 static int php_logger_hook(request_rec *r) in php_logger_hook() 1384 static int php_post_read_hook(request_rec *r) in php_post_read_hook() [all …]
|
H A D | sapi_apache.c | 28 int apache_php_module_main(request_rec *r, int display_source_mode TSRMLS_DC) in apache_php_module_main() 63 int apache_php_module_hook(request_rec *r, php_handler *handler, zval **ret TSRMLS_DC) in apache_php_module_hook()
|
/PHP-5.3/ext/mbstring/ |
H A D | php_unicode.c | 64 long l, r, m; in prop_lookup() local 122 static unsigned long case_lookup(unsigned long code, long l, long r, int field) in case_lookup() 147 MBSTRING_API unsigned long php_turkish_toupper(unsigned long code, long l, long r, int field) in php_turkish_toupper() 155 MBSTRING_API unsigned long php_turkish_tolower(unsigned long code, long l, long r, int field) in php_turkish_tolower() 166 long l, r; in php_unicode_toupper() local 197 long l, r; in php_unicode_tolower() local 228 long l, r; in php_unicode_totitle() local
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 153 struct rlimit r; in fpm_unix_init_child() local 163 struct rlimit r; in fpm_unix_init_child() local 235 struct rlimit r; in fpm_unix_init_main() local 246 struct rlimit r; in fpm_unix_init_main() local
|
/PHP-5.3/ext/interbase/ |
H A D | php_ibase_udf.c | 185 static void call_php(char *name, PARAMDSC *r, int argc, PARAMDSC **argv) in call_php() 357 void udf_call_php1(char *name, PARAMDSC *r, PARAMDSC *arg1) in udf_call_php1() 363 void udf_call_php2(char *name, PARAMDSC *r, PARAMDSC *arg1, PARAMDSC *arg2) in udf_call_php2() 369 void udf_call_php3(char *name, PARAMDSC *r, PARAMDSC *arg1, PARAMDSC *arg2, PARAMDSC *arg3) in udf_call_php3() 375 void udf_call_php4(char *name, PARAMDSC *r, PARAMDSC *arg1, PARAMDSC *arg2, PARAMDSC *arg3, in udf_call_php4() 382 void udf_call_php5(char *name, PARAMDSC *r, PARAMDSC *arg1, PARAMDSC *arg2, PARAMDSC *arg3, in udf_call_php5() 389 void udf_call_php6(char *name, PARAMDSC *r, PARAMDSC *arg1, PARAMDSC *arg2, PARAMDSC *arg3, in udf_call_php6() 396 void udf_call_php7(char *name, PARAMDSC *r, PARAMDSC *arg1, PARAMDSC *arg2, PARAMDSC *arg3, in udf_call_php7() 403 void udf_call_php8(char *name, PARAMDSC *r, PARAMDSC *arg1, PARAMDSC *arg2, PARAMDSC *arg3, in udf_call_php8()
|
/PHP-5.3/ext/sqlite/ |
H A D | sqlite.php | 17 $r = sqlite_query("create table foo (a INTEGER PRIMARY KEY, b INTEGER )", $s); variable 21 $r = sqlite_query("select *, php('md5', sql) as o from sqlite_master", $s); variable
|
/PHP-5.3/ext/hash/ |
H A D | hash_gost.c | 38 #define R(key, h, i, t, l, r) \ argument 89 #define A(x, l, r) \ argument 101 #define AA(x, l, r) \ argument 125 #define S(s, l, r) \ argument 213 php_hash_uint32 l, r, t, key[8], u[8], v[8], w[8], s[8], *h = state, *m = data; in Gost() local 264 size_t i = 0, r = (context->length + len) % 32; in PHP_GOSTUpdate() local
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_io.c | 26 #define GD_IO_EOF_CHK(r) \ argument 78 int r; in gdGetByte() local 87 int r; in gdGetWord() local 100 int r; in gdGetInt() local
|
H A D | gd_rotate.c | 23 int i, r, g, b, a, clrBackR, clrBackG, clrBackB, clrBackA; in gdImageSkewX() local 120 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local 208 int c,r,g,b,a; in gdImageRotate90() local 255 int c,r,g,b,a; in gdImageRotate180() local 303 int c,r,g,b,a; in gdImageRotate270() local
|
H A D | gd_filter.c | 19 int r,g,b,a; in gdImageNegate() local 52 int r,g,b,a; in gdImageGrayScale() local 85 int r,g,b,a; in gdImageBrightness() local 130 int r,g,b,a; in gdImageContrast() local 202 int r,g,b,a; in gdImageColor() local
|
H A D | gd_arc.c | 20 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local 59 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
|
/PHP-5.3/sapi/apache/ |
H A D | mod_php5.c | 128 request_rec *r = (request_rec *) SG(server_context); in sapi_apache_read_post() local 169 request_rec *r = (request_rec *) SG(server_context); in sapi_apache_header_handler() local 223 request_rec *r = SG(server_context); in sapi_apache_send_headers() local 352 request_rec *r = (request_rec *) SG(server_context); in php_apache_sapi_activate() local 400 request_rec *r = SG(server_context); in sapi_apache_get_fd() local 418 request_rec *r = SG(server_context); in sapi_apache_force_http_10() local 526 request_rec *r = ((request_rec *) SG(server_context)); in init_request_info() local 600 static int send_php(request_rec *r, int display_source_mode, char *filename) in send_php() 695 static int send_parsed_php(request_rec * r) in send_parsed_php() 709 static int send_parsed_php_source(request_rec * r) in send_parsed_php_source() [all …]
|
H A D | php_apache.c | 246 request_rec *r; in PHP_MINFO_FUNCTION() local 265 request_rec *r; in PHP_MINFO_FUNCTION() local 443 request_rec *r = (request_rec *) SG(server_context); in PHP_FUNCTION() local
|
H A D | sapi_apache.c | 28 int apache_php_module_main(request_rec *r, int display_source_mode TSRMLS_DC) in apache_php_module_main()
|
/PHP-5.3/sapi/apache2handler/ |
H A D | sapi_apache2.c | 78 request_rec *r; in php_apache_sapi_ub_write() local 188 request_rec *r; in php_apache_sapi_read_post() local 293 request_rec *r; in php_apache_sapi_flush() local 330 static void php_apache_sapi_log_message_ex(char *msg, request_rec *r) in php_apache_sapi_log_message_ex() 472 static int php_apache_request_ctor(request_rec *r, php_struct *ctx TSRMLS_DC) in php_apache_request_ctor() 512 static void php_apache_ini_dtor(request_rec *r, request_rec *p TSRMLS_DC) in php_apache_ini_dtor() 538 static int php_handler(request_rec *r) in php_handler()
|
/PHP-5.3/ext/mysqli/ |
H A D | mysqli_mysqlnd.h | 33 #define mysqli_result_is_unbuffered(r) ((r)->unbuf) argument 34 #define mysqli_result_is_unbuffered_and_not_everything_is_fetched(r) ((r)->unbuf && !(r)->unbuf->eo… argument 42 #define mysqli_free_result(r, implicit) mysqlnd_free_result((r), (implicit)) argument
|
H A D | mysqli_libmysql.h | 32 #define mysqli_result_is_unbuffered(r) ((r)->handle && (r)->handle->status == MYSQL_STATUS_USE_RES… argument 33 #define mysqli_result_is_unbuffered_and_not_everything_is_fetched(r) mysqli_result_is_unbuffered(… argument 41 #define mysqli_free_result(r, is_forced) mysql_free_result((r)) argument
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 251 int r; in add_opcode_rel_addr() local 276 int r; in add_opcode_option() local 340 int r; in compile_tree_empty_check() local 372 int r; in compile_call() local 387 int i, r; in compile_tree_n_times() local 589 int r; in compile_cclass_node() local 664 int r; in compile_range_repeat_node() local 1161 int r; in compile_option_node() local 3243 int r; in divide_ambig_string_node() local 4678 int r; in set_optimize_exact_info() local [all …]
|
H A D | reggnu.c | 37 re_free_registers(OnigRegion* r) in re_free_registers() 84 int r; in re_compile_pattern() local 100 int r; in re_recompile_pattern() local
|
H A D | regparse.c | 111 int r; in bbuf_clone() local 240 UChar *r; in strdup_with_null() local 279 UChar* r; in k_strcat_capa() local 296 UChar* r; in strcat_capa_from_static() local 470 int r; in onig_names_free() local 654 int r; in onig_names_free() local 1649 int r; in new_code_range() local 1797 int r; in or_code_range_buf() local 1893 int r; in and_code_range_buf() local 3943 int r; in next_state_class() local [all …]
|
/PHP-5.3/ext/ereg/regex/ |
H A D | regerror.c | 71 register const struct rerr *r; in regerror() local 120 register const struct rerr *r; local
|
/PHP-5.3/ext/mysql/ |
H A D | mysql_mysqlnd.h | 28 #define mysql_result_is_unbuffered(r) ((r)->unbuf) argument
|
/PHP-5.3/ext/pdo_dblib/ |
H A D | db.php | 20 while (($r = $stmt->fetch())) { variable
|