/PHP-7.3/ext/dba/ |
H A D | dba_lmdb.c | 45 int rc, mode = 0644, flags = MDB_NOSUBDIR; in DBA_OPEN_FUNC() local 121 int rc; in DBA_FETCH_FUNC() local 163 int rc; in DBA_UPDATE_FUNC() local 198 int rc; in DBA_EXISTS_FUNC() local 234 int rc; in DBA_DELETE_FUNC() local 264 int rc; in DBA_FIRSTKEY_FUNC() local 304 int rc; in DBA_NEXTKEY_FUNC() local 342 int rc; in DBA_SYNC_FUNC() local
|
/PHP-7.3/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 163 RETCODE rc; in odbc_stmt_execute() local 285 RETCODE rc; in odbc_stmt_param_hook() local 528 RETCODE rc; in odbc_stmt_fetch() local 567 RETCODE rc; in odbc_stmt_describe() local 657 RETCODE rc; in odbc_stmt_get_col() local 776 SQLRETURN rc; in odbc_stmt_set_param() local 803 SQLRETURN rc; in odbc_stmt_get_attr() local 835 SQLRETURN rc; in odbc_stmt_next_rowset() local 860 SQLRETURN rc; in odbc_stmt_close_cursor() local
|
H A D | odbc_driver.c | 59 SQLRETURN rc; in pdo_odbc_error() local 145 RETCODE rc; in odbc_handle_preparer() local 225 RETCODE rc; in odbc_handle_doer() local 274 RETCODE rc; in odbc_handle_begin() local 289 RETCODE rc; in odbc_handle_commit() local 315 RETCODE rc; in odbc_handle_rollback() local 393 RETCODE rc; in pdo_odbc_handle_factory() local
|
/PHP-7.3/ext/odbc/ |
H A D | php_odbc.c | 420 RETCODE rc; in ZEND_GET_MODULE() local 716 RETCODE rc; in PHP_MINIT_FUNCTION() local 875 RETCODE rc; in odbc_sql_error() local 941 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 1518 RETCODE rc; in PHP_FUNCTION() local 1639 RETCODE rc; in PHP_FUNCTION() local 1721 RETCODE rc; in php_odbc_fetch_hash() local [all …]
|
H A D | php_odbc_includes.h | 51 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) argument 68 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) argument 79 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) argument
|
/PHP-7.3/sapi/cli/ |
H A D | php_cli_process_title.c | 33 int rc; in PHP_FUNCTION() local 55 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.3/ext/ldap/ |
H A D | ldap.c | 169 int lestimated, rc; in _php_ldap_control_to_array() local 234 int errcode, rc; in _php_ldap_control_to_array() local 1050 int rc = LDAP_SUCCESS; in PHP_FUNCTION() local 1156 int rc; in PHP_FUNCTION() local 1213 int rc; in PHP_FUNCTION() local 2480 int rc, msgid; in php_ldap_do_delete() local 3384 int rc; in PHP_FUNCTION() local 3664 int rc, msgid; in php_ldap_do_rename() local 4204 int rc, msgid; in PHP_FUNCTION() local 4409 int rc; in PHP_FUNCTION() local [all …]
|
/PHP-7.3/ext/mysqli/ |
H A D | mysqli_api.c | 144 my_ulonglong rc; in PHP_FUNCTION() local 188 unsigned long rc; in mysqli_stmt_bind_param_do_bind() local 328 zend_ulong rc; in PHP_FUNCTION() local 394 zend_ulong rc; in mysqli_stmt_bind_result_do_bind() local 587 zend_ulong rc; in PHP_FUNCTION() local 615 zend_ulong rc; in PHP_FUNCTION() local 1546 my_ulonglong rc; local 1821 zend_long rc; local 2042 my_ulonglong rc; local 2137 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 345 my_ulonglong rc; in stmt_affected_rows_read() local
|
/PHP-7.3/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 694 enum_func_status rc = result->unbuf->m.row_decoder(&result->unbuf->last_row_buffer, in MYSQLND_METHOD() local 824 enum_func_status rc = result->unbuf->m.row_decoder(&result->unbuf->last_row_buffer, in MYSQLND_METHOD() local 982 enum_func_status rc = set->m.row_decoder(&set->row_buffers[row_num], in MYSQLND_METHOD() local 1072 enum_func_status rc = set->m.row_decoder(&set->row_buffers[row_num], in MYSQLND_METHOD() local 1155 enum_func_status rc; in MYSQLND_METHOD() local
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_dfa_match.c | 2677 int rc; in internal_dfa_match() local 2775 int rc; in internal_dfa_match() local 2822 int rc; in internal_dfa_match() local 2916 int rc; in internal_dfa_match() local 3018 int rc; in internal_dfa_match() local 3228 int rc; in pcre2_dfa_match() local
|
H A D | pcre2_pattern_info.c | 299 int rc; in pcre2_callout_enumerate() local
|
H A D | pcre2_study.c | 938 int rc; in set_start_bits() local 1596 int rc = set_start_bits(re, code, utf); in PRIV() local
|
H A D | pcre2_substitute.c | 81 int rc = 0; in find_text_end() local 222 int rc; in pcre2_substitute() local
|
H A D | pcre2_substring.c | 124 int rc; in pcre2_substring_copy_bynumber() local 212 int rc; in pcre2_substring_get_bynumber() local
|
/PHP-7.3/ext/hash/ |
H A D | php_hash_whirlpool_tables.h | 24 static const uint64_t rc[R + 1] = { variable
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | apptype.c | 48 APPTYPE rc, type; in file_os2_apptype() local
|
/PHP-7.3/sapi/litespeed/ |
H A D | lsapi_main.c | 941 int rc = SUCCESS; in lsapi_activate_user_ini_basic_checks() local 968 int rc = SUCCESS; in lsapi_activate_user_ini_mk_path() local 988 int rc = SUCCESS; in lsapi_activate_user_ini_mk_realpath() local 1052 int rc = SUCCESS; in lsapi_activate_user_ini_walk_down_the_path() local 1086 int rc = SUCCESS; in lsapi_activate_user_ini_finally() local
|
/PHP-7.3/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.3/ext/filter/ |
H A D | logical_filters.c | 448 int rc; in php_filter_validate_regexp() local 654 int rc; in php_filter_validate_email() local
|
/PHP-7.3/Zend/ |
H A D | zend_types.h | 468 #define GC_SET_REFCOUNT(p, rc) zend_gc_set_refcount(&(p)->gc, rc) argument 471 #define GC_ADDREF_EX(p, rc) zend_gc_addref_ex(&(p)->gc, rc) argument 472 #define GC_DELREF_EX(p, rc) zend_gc_delref_ex(&(p)->gc, rc) argument 934 #define Z_SET_REFCOUNT_P(pz, rc) zval_set_refcount_p(pz, rc) argument 939 #define Z_SET_REFCOUNT(z, rc) Z_SET_REFCOUNT_P(&(z), rc) argument 984 static zend_always_inline uint32_t zend_gc_set_refcount(zend_refcounted_h *p, uint32_t rc) { in zend_gc_set_refcount() 999 static zend_always_inline uint32_t zend_gc_addref_ex(zend_refcounted_h *p, uint32_t rc) { in zend_gc_addref_ex() 1005 static zend_always_inline uint32_t zend_gc_delref_ex(zend_refcounted_h *p, uint32_t rc) { in zend_gc_delref_ex() 1018 static zend_always_inline uint32_t zval_set_refcount_p(zval* pz, uint32_t rc) { in zval_set_refcount_p()
|
/PHP-7.3/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 361 …int rc = pcre2_match(regexp_list_it->re, (PCRE2_SPTR)verify_path, verify_path_len, 0, 0, match_dat… local
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_io.c | 258 int sock = -1, rc; local
|