/PHP-5.4/sapi/continuity/ |
H A D | capi.c | 133 capi_request_context *rc; in sapi_capi_ub_write() local 149 capi_request_context *rc = (capi_request_context *) SG(server_context); in sapi_capi_header_handler() local 180 capi_request_context *rc = (capi_request_context *) SG(server_context); in sapi_capi_send_headers() local 201 capi_request_context *rc = (capi_request_context *) SG(server_context); in sapi_capi_read_post() local 227 capi_request_context *rc = (capi_request_context *) SG(server_context); in sapi_capi_read_cookies() local 235 capi_request_context *rc = (capi_request_context *) SG(server_context); in sapi_capi_register_server_variables() local 348 capi_request_context *rc = (capi_request_context *) SG(server_context); in capi_log_message() local
|
/PHP-5.4/sapi/nsapi/ |
H A D | nsapi.c | 337 nsapi_request_context *rc = (nsapi_request_context *)SG(server_context); in PHP_FUNCTION() local 406 nsapi_request_context *rc = (nsapi_request_context *)SG(server_context); in PHP_FUNCTION() local 430 nsapi_request_context *rc = (nsapi_request_context *)SG(server_context); in PHP_FUNCTION() local 456 nsapi_request_context *rc = (nsapi_request_context *)SG(server_context); in sapi_nsapi_ub_write() local 472 nsapi_request_context *rc = (nsapi_request_context *)server_context; in sapi_nsapi_flush() local 496 nsapi_request_context *rc = (nsapi_request_context *)SG(server_context); in php_nsapi_remove_header() local 521 nsapi_request_context *rc = (nsapi_request_context *)SG(server_context); in sapi_nsapi_header_handler() local 571 nsapi_request_context *rc = (nsapi_request_context *)SG(server_context); in sapi_nsapi_send_headers() local 593 nsapi_request_context *rc = (nsapi_request_context *)SG(server_context); in sapi_nsapi_read_post() local 652 nsapi_request_context *rc = (nsapi_request_context *)SG(server_context); in sapi_nsapi_read_cookies() local [all …]
|
/PHP-5.4/ext/pdo_odbc/ |
H A D | odbc_driver.c | 61 SQLRETURN rc; in pdo_odbc_error() local 147 RETCODE rc; in odbc_handle_preparer() local 226 RETCODE rc; in odbc_handle_doer() local 275 RETCODE rc; in odbc_handle_begin() local 290 RETCODE rc; in odbc_handle_commit() local 316 RETCODE rc; in odbc_handle_rollback() local 394 RETCODE rc; in pdo_odbc_handle_factory() local
|
H A D | odbc_stmt.c | 164 RETCODE rc; in odbc_stmt_execute() local 280 RETCODE rc; in odbc_stmt_param_hook() local 513 RETCODE rc; in odbc_stmt_fetch() local 552 RETCODE rc; in odbc_stmt_describe() local 625 RETCODE rc; in odbc_stmt_get_col() local 744 SQLRETURN rc; in odbc_stmt_set_param() local 771 SQLRETURN rc; in odbc_stmt_get_attr() local 803 SQLRETURN rc; in odbc_stmt_next_rowset() local
|
/PHP-5.4/ext/odbc/ |
H A D | php_odbc.c | 423 RETCODE rc; in ZEND_GET_MODULE() local 717 RETCODE rc; in PHP_MINIT_FUNCTION() local 874 RETCODE rc; in odbc_sql_error() local 947 RETCODE rc; in odbc_bindcols() local 1024 RETCODE rc; in odbc_transact() local 1168 RETCODE rc; in PHP_FUNCTION() local 1263 RETCODE rc; in PHP_FUNCTION() local 1483 RETCODE rc; in PHP_FUNCTION() local 1596 RETCODE rc; in PHP_FUNCTION() local 1678 RETCODE rc; in php_odbc_fetch_hash() local [all …]
|
H A D | php_odbc_includes.h | 61 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) argument 78 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) argument 89 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) argument
|
/PHP-5.4/ext/intl/collator/ |
H A D | collator_sort.c | 57 int rc = SUCCESS; in collator_regular_compare_function() local 149 int rc = SUCCESS; in collator_numeric_compare_function() local 181 int rc = SUCCESS; in collator_icu_compare_function() local
|
/PHP-5.4/ext/mysqli/ |
H A D | mysqli_api.c | 42 my_ulonglong rc; in PHP_FUNCTION() local 87 unsigned long rc; in mysqli_stmt_bind_param_do_bind() local 223 unsigned long rc; in PHP_FUNCTION() local 289 ulong rc; in mysqli_stmt_bind_result_do_bind() local 478 ulong rc; in PHP_FUNCTION() local 524 ulong rc; in PHP_FUNCTION() local 1421 my_ulonglong rc; local 1763 long rc; local 1971 my_ulonglong rc; local 2066 my_ulonglong rc; local [all …]
|
H A D | mysqli_embedded.c | 43 int index, rc; in PHP_FUNCTION() local
|
H A D | mysqli_prop.c | 161 my_ulonglong rc; in link_affected_rows_read() local 364 my_ulonglong rc; in stmt_affected_rows_read() local
|
/PHP-5.4/ext/hash/ |
H A D | php_hash_whirlpool_tables.h | 26 static const php_hash_uint64 rc[R + 1] = { variable
|
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd_result.c | 53 enum_func_status rc = result->m.row_decoder( in MYSQLND_METHOD() local 670 enum_func_status rc = result->m.row_decoder(result->unbuf->last_row_buffer, in mysqlnd_fetch_row_unbuffered_c() local 786 enum_func_status rc = result->m.row_decoder(result->unbuf->last_row_buffer, in mysqlnd_fetch_row_unbuffered() local 953 enum_func_status rc = result->m.row_decoder(set->row_buffers[row_num], in mysqlnd_fetch_row_buffered_c() local 1026 enum_func_status rc = result->m.row_decoder(set->row_buffers[row_num], in mysqlnd_fetch_row_buffered() local
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | apptype.c | 48 APPTYPE rc, type; in file_os2_apptype() local
|
H A D | compress.c | 326 int rc; in uncompressgzipped() local
|
/PHP-5.4/ext/ldap/ |
H A D | ldap.c | 332 int rc; in PHP_FUNCTION() local 413 int rc; in PHP_FUNCTION() local 540 int rc, dn_len, passwd_len, mech_len, realm_len, authc_id_len, authz_id_len, props_len; in PHP_FUNCTION() local 1456 int rc, dn_len; in PHP_FUNCTION() local 2220 int rc, lerrcode, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 2378 int rc; in PHP_FUNCTION() local 2418 int rc, protocol = LDAP_VERSION3; in PHP_FUNCTION() local 2591 int rc, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 2681 int rc, lerrcode, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 834 int rc; in set_start_bits() local 1502 int rc; in pcre_study() local
|
H A D | pcre_get.c | 79 int rc; in pcre_get_stringnumber() local 162 int rc; in pcre_get_stringtable_entries() local
|
H A D | pcredemo.c | 61 int rc, i; in main() local
|
H A D | pcreposix.c | 325 int rc, so, eo; in regexec() local
|
H A D | pcre_exec.c | 323 #define RMATCH(ra,rb,rc,rd,re,rw) \ argument 335 #define RMATCH(ra,rb,rc,rd,re,rw) \ argument 349 #define RMATCH(ra,rb,rc,rd,re,rw)\ argument 6362 int rc, ocount, arg_offset_max; in pcre_exec() local
|
/PHP-5.4/ext/pcre/ |
H A D | php_pcre.c | 188 int rc; in make_subpats_table() local 577 int i, rc; in php_pcre_match_impl() local 1034 int rc; in php_pcre_replace_impl() local 1496 int rc; in php_pcre_split_impl() local 1772 int rc; in php_pcre_grep_impl() local
|
/PHP-5.4/ext/ereg/ |
H A D | ereg.c | 143 reg_cache *rc = NULL; in _php_regcomp() local 207 static void _free_ereg_cache(reg_cache *rc) in _free_ereg_cache()
|
/PHP-5.4/ext/zip/ |
H A D | php_zip.h | 41 # define Z_SET_REFCOUNT_P(pz, rc) pz->refcount = rc argument
|
/PHP-5.4/ext/date/lib/ |
H A D | astro.c | 220 int rc = 0; /* Return cde from function - usually 0 */ in timelib_astro_rise_set_altitude() local
|
/PHP-5.4/sapi/isapi/stresstest/ |
H A D | stresstest.cpp | 639 DWORD rc; in stress_main() local 730 DWORD rc; in GetServerVariable() local
|