Home
last modified time | relevance | path

Searched defs:rc (Results 26 – 42 of 42) sorted by last modified time

12

/PHP-7.4/ext/mysqli/
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/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/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/sapi/phpdbg/
H A Dphpdbg_io.c258 int sock = -1, rc; local
H A Dphpdbg_out.c1269 int rc = 0; in phpdbg_rlog_internal() local
/PHP-7.4/sapi/cli/
H A Dphp_cli_process_title.c33 int rc; in PHP_FUNCTION() local
55 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-7.4/ext/standard/
H A Dbrowscap.c559 int rc; in browser_reg_compare() local
/PHP-7.4/ext/odbc/
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/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/hash/
H A Dphp_hash_whirlpool_tables.h24 static const uint64_t rc[R + 1] = { variable
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c299 int rc; in pcre2_callout_enumerate() 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_convert.c1061 int i, rc; in pcre2_pattern_convert() 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/date/lib/
H A Dastro.c225 int rc = 0; /* Return cde from function - usually 0 */ in timelib_astro_rise_set_altitude() local

Completed in 51 milliseconds

12