/PHP-7.2/ext/dba/ |
H A D | dba_lmdb.c | 47 int rc, mode = 0644, flags = MDB_NOSUBDIR; in DBA_OPEN_FUNC() local 108 int rc; in DBA_FETCH_FUNC() local 150 int rc; in DBA_UPDATE_FUNC() local 185 int rc; in DBA_EXISTS_FUNC() local 221 int rc; in DBA_DELETE_FUNC() local 251 int rc; in DBA_FIRSTKEY_FUNC() local 291 int rc; in DBA_NEXTKEY_FUNC() local 329 int rc; in DBA_SYNC_FUNC() local
|
/PHP-7.2/ext/odbc/ |
H A D | php_odbc.c | 426 RETCODE rc; in ZEND_GET_MODULE() local 722 RETCODE rc; in PHP_MINIT_FUNCTION() local 881 RETCODE rc; in odbc_sql_error() local 947 RETCODE rc; in odbc_bindcols() local 1060 RETCODE rc; in odbc_transact() local 1199 RETCODE rc; in PHP_FUNCTION() local 1310 RETCODE rc; in PHP_FUNCTION() local 1520 RETCODE rc; in PHP_FUNCTION() local 1638 RETCODE rc; in PHP_FUNCTION() local 1722 RETCODE rc; in php_odbc_fetch_hash() local [all …]
|
H A D | php_odbc_includes.h | 55 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) argument 72 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) argument 83 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) argument
|
/PHP-7.2/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 286 RETCODE rc; in odbc_stmt_param_hook() local 529 RETCODE rc; in odbc_stmt_fetch() local 568 RETCODE rc; in odbc_stmt_describe() local 658 RETCODE rc; in odbc_stmt_get_col() local 777 SQLRETURN rc; in odbc_stmt_set_param() local 804 SQLRETURN rc; in odbc_stmt_get_attr() local 836 SQLRETURN rc; in odbc_stmt_next_rowset() local
|
/PHP-7.2/sapi/cli/ |
H A D | php_cli_process_title.c | 35 int rc; in PHP_FUNCTION() local 57 int rc; in PHP_FUNCTION() local
|
H A D | ps_title.c | 302 const char* ps_title_errno(int rc) in ps_title_errno() 337 int rc = is_ps_title_available(); in set_ps_title() local 395 int rc = is_ps_title_available(); in get_ps_title() local
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli_api.c | 146 my_ulonglong rc; in PHP_FUNCTION() local 190 unsigned long rc; in mysqli_stmt_bind_param_do_bind() local 330 zend_ulong rc; in PHP_FUNCTION() local 396 zend_ulong rc; in mysqli_stmt_bind_result_do_bind() local 589 zend_ulong rc; in PHP_FUNCTION() local 617 zend_ulong rc; in PHP_FUNCTION() local 1546 my_ulonglong rc; local 1824 zend_long rc; local 2036 my_ulonglong rc; local 2131 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 | 150 my_ulonglong rc; in link_affected_rows_read() local 343 my_ulonglong rc; in stmt_affected_rows_read() local
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_result.c | 55 enum_func_status rc = result->m.row_decoder(result->row_buffers[current_row_num], in MYSQLND_METHOD() local 98 enum_func_status rc; in MYSQLND_METHOD() local 732 enum_func_status rc = result->unbuf->m.row_decoder(result->unbuf->last_row_buffer, in MYSQLND_METHOD() local 853 enum_func_status rc = result->unbuf->m.row_decoder(result->unbuf->last_row_buffer, in MYSQLND_METHOD() local 1006 enum_func_status rc = set->m.row_decoder(set->row_buffers[row_num], in MYSQLND_METHOD() local 1096 enum_func_status rc = set->m.row_decoder(set->row_buffers[row_num], in MYSQLND_METHOD() local 1178 enum_func_status rc; in MYSQLND_METHOD() local
|
/PHP-7.2/ext/hash/ |
H A D | php_hash_whirlpool_tables.h | 26 static const uint64_t rc[R + 1] = { variable
|
/PHP-7.2/ext/ldap/ |
H A D | ldap.c | 488 int rc = LDAP_SUCCESS; in PHP_FUNCTION() local 594 int rc; in PHP_FUNCTION() local 1707 int rc; in PHP_FUNCTION() local 2617 int rc, lerrcode, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 2691 int rc, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 2854 int rc; in PHP_FUNCTION() local 2896 int rc, protocol = LDAP_VERSION3; in PHP_FUNCTION() local 3149 int rc, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 3339 int rc, msgid, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local 3431 int rc, myargcount = ZEND_NUM_ARGS(); in PHP_FUNCTION() local [all …]
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | apptype.c | 48 APPTYPE rc, type; in file_os2_apptype() local
|
H A D | compress.c | 452 int rc; in uncompresszlib() local
|
/PHP-7.2/ext/pcre/pcrelib/ |
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 | pcre_study.c | 840 int rc; in set_start_bits() local 1509 int rc; in pcre_study() local
|
H A D | pcredemo.c | 61 int rc, i; in main() local
|
H A D | pcreposix.c | 326 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-7.2/sapi/litespeed/ |
H A D | lsapi_main.c | 952 int rc = SUCCESS; in lsapi_activate_user_ini_basic_checks() local 979 int rc = SUCCESS; in lsapi_activate_user_ini_mk_path() local 999 int rc = SUCCESS; in lsapi_activate_user_ini_mk_realpath() local 1063 int rc = SUCCESS; in lsapi_activate_user_ini_walk_down_the_path() local 1097 int rc = SUCCESS; in lsapi_activate_user_ini_finally() local
|
/PHP-7.2/ext/intl/collator/ |
H A D | collator_sort.c | 56 int rc = SUCCESS; in collator_regular_compare_function() local 186 int rc = SUCCESS; in collator_icu_compare_function() local
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_io.c | 258 int sock = -1, rc; local
|
/PHP-7.2/ext/date/lib/ |
H A D | astro.c | 225 int rc = 0; /* Return cde from function - usually 0 */ in timelib_astro_rise_set_altitude() local
|
/PHP-7.2/ext/pcre/ |
H A D | php_pcre.c | 275 int rc; in make_subpats_table() local 343 int rc; in pcre_get_compiled_regex_cache_ex() local
|