Home
last modified time | relevance | path

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

12

/PHP-7.4/Zend/
H A Dzend_types.h498 #define GC_SET_REFCOUNT(p, rc) zend_gc_set_refcount(&(p)->gc, rc) argument
501 #define GC_ADDREF_EX(p, rc) zend_gc_addref_ex(&(p)->gc, rc) argument
502 #define GC_DELREF_EX(p, rc) zend_gc_delref_ex(&(p)->gc, rc) argument
978 #define Z_SET_REFCOUNT_P(pz, rc) zval_set_refcount_p(pz, rc) argument
983 #define Z_SET_REFCOUNT(z, rc) Z_SET_REFCOUNT_P(&(z), rc) argument
1028 static zend_always_inline uint32_t zend_gc_set_refcount(zend_refcounted_h *p, uint32_t rc) { in zend_gc_set_refcount()
1044 static zend_always_inline uint32_t zend_gc_addref_ex(zend_refcounted_h *p, uint32_t rc) { in zend_gc_addref_ex()
1050 static zend_always_inline uint32_t zend_gc_delref_ex(zend_refcounted_h *p, uint32_t rc) { in zend_gc_delref_ex()
1063 static zend_always_inline uint32_t zval_set_refcount_p(zval* pz, uint32_t rc) { in zval_set_refcount_p()
/PHP-7.4/ext/date/lib/
H A Dastro.c225 int rc = 0; /* Return cde from function - usually 0 */ in timelib_astro_rise_set_altitude() local
/PHP-7.4/ext/dba/
H A Ddba_lmdb.c45 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.4/ext/fileinfo/libmagic/
H A Dapptype.c48 APPTYPE rc, type; in file_os2_apptype() local
H A Dcompress.c533 int rc; in uncompresszlib() local
/PHP-7.4/ext/filter/
H A Dlogical_filters.c471 int rc; in php_filter_validate_regexp() local
677 int rc; in php_filter_validate_email() local
/PHP-7.4/ext/gd/
H A Dgd.c2011 RECT rc = {0}; in PHP_FUNCTION() local
2080 RECT rc = {0}; in PHP_FUNCTION() local
/PHP-7.4/ext/hash/
H A Dphp_hash_whirlpool_tables.h24 static const uint64_t rc[R + 1] = { variable
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c56 int rc = SUCCESS; in collator_regular_compare_function() local
186 int rc = SUCCESS; in collator_icu_compare_function() local
/PHP-7.4/ext/ldap/
H A Dldap.c168 int lestimated, rc; in _php_ldap_control_to_array() local
233 int errcode, rc; in _php_ldap_control_to_array() local
1033 int rc = LDAP_SUCCESS; in PHP_FUNCTION() local
1131 int rc; in PHP_FUNCTION() local
1188 int rc; in PHP_FUNCTION() local
2455 int rc, msgid; in php_ldap_do_delete() local
3353 int rc; in PHP_FUNCTION() local
3632 int rc, msgid; in php_ldap_do_rename() local
4170 int rc, msgid; in PHP_FUNCTION() local
4372 int rc; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c457 php_mb_regex_t *retval = NULL, *rc = NULL; in php_mbregex_compile_pattern() local
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c144 my_ulonglong rc; in PHP_FUNCTION() local
189 unsigned long rc; in mysqli_stmt_bind_param_do_bind() local
329 zend_ulong rc; in PHP_FUNCTION() local
395 zend_ulong rc; in mysqli_stmt_bind_result_do_bind() local
588 zend_ulong rc; in PHP_FUNCTION() local
616 zend_ulong rc; in PHP_FUNCTION() local
1546 my_ulonglong rc; local
1819 zend_long rc; local
2041 my_ulonglong rc; local
2136 my_ulonglong rc; local
[all …]
H A Dmysqli_prop.c161 my_ulonglong rc; in link_affected_rows_read() local
328 my_ulonglong rc; in stmt_affected_rows_read() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c770 …enum_func_status rc = result->stored_data->m.row_decoder(&result->stored_data->row_buffers[row_num… in mysqlnd_stmt_fetch_row_buffered() local
H A Dmysqlnd_result.c55 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
696 enum_func_status rc = result->unbuf->m.row_decoder(&result->unbuf->last_row_buffer, in MYSQLND_METHOD() local
828 enum_func_status rc = result->unbuf->m.row_decoder(&result->unbuf->last_row_buffer, in MYSQLND_METHOD() local
988 enum_func_status rc = set->m.row_decoder(&set->row_buffers[row_num], in MYSQLND_METHOD() local
1078 enum_func_status rc = set->m.row_decoder(&set->row_buffers[row_num], in MYSQLND_METHOD() local
1161 enum_func_status rc; in MYSQLND_METHOD() local
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c715 RETCODE rc; in PHP_MINIT_FUNCTION() local
874 RETCODE rc; in odbc_sql_error() local
940 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
1516 RETCODE rc; in PHP_FUNCTION() local
1637 RETCODE rc; in PHP_FUNCTION() local
1719 RETCODE rc; in php_odbc_fetch_hash() local
1881 RETCODE rc; in PHP_FUNCTION() local
[all …]
H A Dphp_odbc_includes.h51 #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.4/ext/opcache/
H A Dzend_accelerator_blacklist.c361 …int rc = pcre2_match(regexp_list_it->re, (PCRE2_SPTR)verify_path, verify_path_len, 0, 0, match_dat… local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4909 int rc; in add_to_class_internal() local
10242 recurse_cache rc[RSCAN_CACHE_SIZE]; in pcre2_compile() local
H A Dpcre2_convert.c1061 int i, rc; in pcre2_pattern_convert() local
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_intmodedep.h663 int rc; /* The return code from the match */ member
H A Dpcre2_match.c268 int rc; in do_callout() local
6106 int rc; in pcre2_match() local
H A Dpcre2_pattern_info.c299 int rc; in pcre2_callout_enumerate() 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

Completed in 179 milliseconds

12