Home
last modified time | relevance | path

Searched defs:rc (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.0/ext/dba/
H A Ddba_lmdb.c43 int rc, mode = 0644, flags = MDB_NOSUBDIR; in DBA_OPEN_FUNC() local
120 int rc; in DBA_FETCH_FUNC() local
162 int rc; in DBA_UPDATE_FUNC() local
197 int rc; in DBA_EXISTS_FUNC() local
233 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-8.0/ext/pdo_odbc/
H A Dodbc_driver.c57 SQLRETURN rc; in pdo_odbc_error() local
143 RETCODE rc; in odbc_handle_preparer() local
223 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
H A Dodbc_stmt.c161 RETCODE rc; in odbc_stmt_execute() local
283 RETCODE rc; in odbc_stmt_param_hook() local
530 RETCODE rc; in odbc_stmt_fetch() local
569 RETCODE rc; in odbc_stmt_describe() local
660 RETCODE rc; in odbc_stmt_get_col() local
788 SQLRETURN rc; in odbc_stmt_set_param() local
815 SQLRETURN rc; in odbc_stmt_get_attr() local
847 SQLRETURN rc; in odbc_stmt_next_rowset() local
872 SQLRETURN rc; in odbc_stmt_close_cursor() local
/PHP-8.0/ext/odbc/
H A Dphp_odbc.c387 RETCODE rc; in PHP_MINIT_FUNCTION() local
546 RETCODE rc; in odbc_sql_error() local
612 RETCODE rc; in odbc_bindcols() local
732 RETCODE rc; in odbc_transact() local
867 RETCODE rc; in PHP_FUNCTION() local
992 RETCODE rc; in PHP_FUNCTION() local
1152 RETCODE rc; in PHP_FUNCTION() local
1270 RETCODE rc; in PHP_FUNCTION() local
1352 RETCODE rc; in php_odbc_fetch_hash() local
1511 RETCODE rc; in PHP_FUNCTION() local
[all …]
H A Dphp_odbc_includes.h49 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) argument
66 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) argument
77 #define SQL_SUCCEEDED(rc) (((rc)&(~1))==0) argument
/PHP-8.0/sapi/cli/
H A Dphp_cli_process_title.c30 int rc; in PHP_FUNCTION() local
51 int rc; in PHP_FUNCTION() local
H A Dps_title.c302 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-8.0/ext/ldap/
H A Dldap.c166 int lestimated, rc; in _php_ldap_control_to_array() local
231 int errcode, rc; in _php_ldap_control_to_array() local
1025 int rc = LDAP_SUCCESS; in PHP_FUNCTION() local
1120 int rc; in PHP_FUNCTION() local
1176 int rc; in PHP_FUNCTION() local
2418 int rc, msgid; in php_ldap_do_delete() local
3271 int rc; in PHP_FUNCTION() local
3567 int rc, msgid; in php_ldap_do_rename() local
3899 int rc, msgid; in PHP_FUNCTION() local
4098 int rc; in PHP_FUNCTION() local
[all …]
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_result.c53 enum_func_status rc = result->m.row_decoder(&result->row_buffers[current_row_num], in MYSQLND_METHOD() local
96 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
826 enum_func_status rc = result->unbuf->m.row_decoder(&result->unbuf->last_row_buffer, in MYSQLND_METHOD() local
986 enum_func_status rc = set->m.row_decoder(&set->row_buffers[row_num], in MYSQLND_METHOD() local
1076 enum_func_status rc = set->m.row_decoder(&set->row_buffers[row_num], in MYSQLND_METHOD() local
1159 enum_func_status rc; in MYSQLND_METHOD() local
/PHP-8.0/ext/mysqli/
H A Dmysqli_api.c143 my_ulonglong rc; in PHP_FUNCTION() local
186 unsigned long rc; in mysqli_stmt_bind_param_do_bind() local
361 zend_ulong rc; in mysqli_stmt_bind_result_do_bind() local
546 zend_ulong rc; in PHP_FUNCTION() local
573 zend_ulong rc; in PHP_FUNCTION() local
1481 my_ulonglong rc; local
1747 zend_long rc; local
1962 my_ulonglong rc; local
2053 my_ulonglong rc; local
2104 my_ulonglong rc; local
[all …]
H A Dmysqli_prop.c155 my_ulonglong rc; in link_affected_rows_read() local
322 my_ulonglong rc; in stmt_affected_rows_read() local
/PHP-8.0/ext/hash/
H A Dphp_hash_whirlpool_tables.h22 static const uint64_t rc[R + 1] = { variable
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2691 int rc; in internal_dfa_match() local
2789 int rc; in internal_dfa_match() local
2836 int rc; in internal_dfa_match() local
2930 int rc; in internal_dfa_match() local
3032 int rc; in internal_dfa_match() local
3244 int rc; in pcre2_dfa_match() local
H A Dpcre2_pattern_info.c299 int rc; in pcre2_callout_enumerate() local
H A Dpcre2_substitute.c82 int rc = 0; in find_text_end() local
225 int rc; in pcre2_substitute() local
H A Dpcre2_substring.c124 int rc; in pcre2_substring_copy_bynumber() local
212 int rc; in pcre2_substring_get_bynumber() local
H A Dpcre2_study.c978 int rc; in set_start_bits() local
1691 int rc = set_start_bits(re, code, utf, ucp, &depth); in PRIV() local
/PHP-8.0/ext/fileinfo/libmagic/
H A Dapptype.c48 APPTYPE rc, type; in file_os2_apptype() local
H A Dcompress.c564 int rc; in uncompresszlib() local
608 int rc; in uncompressbzlib() local
651 int rc; in uncompressxzlib() local
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c919 int rc = SUCCESS; in lsapi_activate_user_ini_basic_checks() local
946 int rc = SUCCESS; in lsapi_activate_user_ini_mk_path() local
966 int rc = SUCCESS; in lsapi_activate_user_ini_mk_realpath() local
1030 int rc = SUCCESS; in lsapi_activate_user_ini_walk_down_the_path() local
1064 int rc = SUCCESS; in lsapi_activate_user_ini_finally() local
/PHP-8.0/ext/intl/collator/
H A Dcollator_sort.c53 int rc = SUCCESS; in collator_regular_compare_function() local
171 int rc = SUCCESS; in collator_icu_compare_function() local
/PHP-8.0/ext/filter/
H A Dlogical_filters.c472 int rc; in php_filter_validate_regexp() local
673 int rc; in php_filter_validate_email() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_io.c256 int sock = -1, rc; local
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_blacklist.c364 …int rc = pcre2_match(regexp_list_it->re, (PCRE2_SPTR)verify_path, verify_path_len, 0, 0, match_dat… local
/PHP-8.0/Zend/
H A Dzend_types.h610 #define GC_SET_REFCOUNT(p, rc) zend_gc_set_refcount(&(p)->gc, rc) argument
613 #define GC_ADDREF_EX(p, rc) zend_gc_addref_ex(&(p)->gc, rc) argument
614 #define GC_DELREF_EX(p, rc) zend_gc_delref_ex(&(p)->gc, rc) argument
1104 #define Z_SET_REFCOUNT_P(pz, rc) zval_set_refcount_p(pz, rc) argument
1109 #define Z_SET_REFCOUNT(z, rc) Z_SET_REFCOUNT_P(&(z), rc) argument
1154 static zend_always_inline uint32_t zend_gc_set_refcount(zend_refcounted_h *p, uint32_t rc) { in zend_gc_set_refcount()
1177 static zend_always_inline uint32_t zend_gc_addref_ex(zend_refcounted_h *p, uint32_t rc) { in zend_gc_addref_ex()
1183 static zend_always_inline uint32_t zend_gc_delref_ex(zend_refcounted_h *p, uint32_t rc) { in zend_gc_delref_ex()
1196 static zend_always_inline uint32_t zval_set_refcount_p(zval* pz, uint32_t rc) { in zval_set_refcount_p()

Completed in 102 milliseconds

12