Home
last modified time | relevance | path

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

12

/PHP-8.1/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.1/ext/pdo_odbc/
H A Dodbc_driver.c55 SQLRETURN rc; in pdo_odbc_error() local
139 RETCODE rc; in odbc_handle_preparer() local
218 RETCODE rc; in odbc_handle_doer() local
269 RETCODE rc; in odbc_handle_begin() local
284 RETCODE rc; in odbc_handle_commit() local
310 RETCODE rc; in odbc_handle_rollback() local
355 RETCODE rc; in pdo_odbc_get_info_string() local
434 RETCODE rc; in pdo_odbc_handle_factory() local
H A Dodbc_stmt.c158 RETCODE rc; in odbc_stmt_execute() local
280 RETCODE rc; in odbc_stmt_param_hook() local
517 RETCODE rc; in odbc_stmt_fetch() local
556 RETCODE rc; in odbc_stmt_describe() local
648 RETCODE rc; in odbc_stmt_get_col() local
758 SQLRETURN rc; in odbc_stmt_set_param() local
785 SQLRETURN rc; in odbc_stmt_get_attr() local
817 SQLRETURN rc; in odbc_stmt_next_rowset() local
842 SQLRETURN rc; in odbc_stmt_close_cursor() local
/PHP-8.1/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
734 RETCODE rc; in odbc_transact() local
871 RETCODE rc; in PHP_FUNCTION() local
997 RETCODE rc; in PHP_FUNCTION() local
1157 RETCODE rc; in PHP_FUNCTION() local
1275 RETCODE rc; in PHP_FUNCTION() local
1357 RETCODE rc; in php_odbc_fetch_hash() local
1517 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.1/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.c303 const char* ps_title_errno(int rc) in ps_title_errno()
338 int rc = is_ps_title_available(); in set_ps_title() local
396 int rc = is_ps_title_available(); in get_ps_title() local
/PHP-8.1/ext/ldap/
H A Dldap.c270 int lestimated, rc; in _php_ldap_control_to_array() local
335 int errcode, rc; in _php_ldap_control_to_array() local
1156 int rc = LDAP_SUCCESS; in PHP_FUNCTION() local
1249 int rc; in PHP_FUNCTION() local
1305 int rc; in PHP_FUNCTION() local
2553 int rc, msgid; in php_ldap_do_delete() local
3401 int rc; in PHP_FUNCTION() local
3689 int rc, msgid; in php_ldap_do_rename() local
4025 int rc, msgid; in PHP_FUNCTION() local
4224 int rc; in PHP_FUNCTION() local
[all …]
/PHP-8.1/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
1527 my_ulonglong rc; local
1798 zend_long rc; local
2013 my_ulonglong rc; local
2104 my_ulonglong rc; local
2155 my_ulonglong rc; local
[all …]
H A Dmysqli_prop.c172 my_ulonglong rc; in link_affected_rows_read() local
328 my_ulonglong rc; in stmt_affected_rows_read() local
/PHP-8.1/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.1/ext/hash/
H A Dphp_hash_whirlpool_tables.h22 static const uint64_t rc[R + 1] = { variable
/PHP-8.1/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.1/sapi/litespeed/
H A Dlsapi_main.c920 int rc = SUCCESS; in lsapi_activate_user_ini_basic_checks() local
947 int rc = SUCCESS; in lsapi_activate_user_ini_mk_path() local
967 int rc = SUCCESS; in lsapi_activate_user_ini_mk_realpath() local
1031 int rc = SUCCESS; in lsapi_activate_user_ini_walk_down_the_path() local
1065 int rc = SUCCESS; in lsapi_activate_user_ini_finally() local
/PHP-8.1/ext/intl/collator/
H A Dcollator_sort.c53 int rc = SUCCESS; in collator_regular_compare_function() local
170 int rc = SUCCESS; in collator_icu_compare_function() local
/PHP-8.1/ext/filter/
H A Dlogical_filters.c480 int rc; in php_filter_validate_regexp() local
681 int rc; in php_filter_validate_email() local
/PHP-8.1/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.1/ext/mysqlnd/
H A Dmysqlnd_result.c453 enum_func_status rc = set->m.row_decoder( in MYSQLND_METHOD() local
566 enum_func_status rc; in MYSQLND_METHOD() local
/PHP-8.1/Zend/
H A Dzend_types.h617 #define GC_SET_REFCOUNT(p, rc) zend_gc_set_refcount(&(p)->gc, rc) argument
620 #define GC_ADDREF_EX(p, rc) zend_gc_addref_ex(&(p)->gc, rc) argument
621 #define GC_DELREF_EX(p, rc) zend_gc_delref_ex(&(p)->gc, rc) argument
1129 #define Z_SET_REFCOUNT_P(pz, rc) zval_set_refcount_p(pz, rc) argument
1134 #define Z_SET_REFCOUNT(z, rc) Z_SET_REFCOUNT_P(&(z), rc) argument
1184 static zend_always_inline uint32_t zend_gc_set_refcount(zend_refcounted_h *p, uint32_t rc) { in zend_gc_set_refcount()
1214 static zend_always_inline uint32_t zend_gc_addref_ex(zend_refcounted_h *p, uint32_t rc) { in zend_gc_addref_ex()
1220 static zend_always_inline uint32_t zend_gc_delref_ex(zend_refcounted_h *p, uint32_t rc) { in zend_gc_delref_ex()
1233 static zend_always_inline uint32_t zval_set_refcount_p(zval* pz, uint32_t rc) { in zval_set_refcount_p()
/PHP-8.1/ext/date/lib/
H A Dastro.c225 int rc = 0; /* Return cde from function - usually 0 */ in timelib_astro_rise_set_altitude() local

Completed in 120 milliseconds

12