Home
last modified time | relevance | path

Searched refs:rc (Results 151 – 164 of 164) sorted by relevance

1234567

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4909 int rc; in add_to_class_internal() local
4915 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0) in add_to_class_internal()
4919 if (rc > 0) n8 += add_list_to_class_internal(classbits, uchardptr, options, cb, in add_to_class_internal()
4920 PRIV(ucd_caseless_sets) + rc, oc); in add_to_class_internal()
10242 recurse_cache rc[RSCAN_CACHE_SIZE]; in pcre2_compile() local
10257 if (groupnumber == rc[p].groupnumber) in pcre2_compile()
10259 rgroup = rc[p].group; in pcre2_compile()
10267 if (groupnumber > rc[p].groupnumber) search_from = rc[p].group; in pcre2_compile()
10279 rc[start].groupnumber = groupnumber; in pcre2_compile()
10280 rc[start].group = rgroup; in pcre2_compile()
H A Dpcre2_intmodedep.h663 int rc; /* The return code from the match */ member
/PHP-8.0/build/
H A Dshtool460 rc="$1"
464 exit $rc
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c818 int rc; in init_lve_ex() local
830 rc = (*fp_lve_instance_init)(NULL); in init_lve_ex()
831 s_lve = malloc(rc); in init_lve_ex()
833 rc = (*fp_lve_instance_init)(s_lve); in init_lve_ex()
834 if (rc != 0) in init_lve_ex()
/PHP-8.0/ext/zip/
H A Dphp_zip.c750 int rc; in php_zip_pcre() local
785rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, 0, match_data, m… in php_zip_pcre()
788 if (rc < 0) { in php_zip_pcre()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c4915 const TValue*rc,TMS op){
4919 (c=luaV_tonumber(rc,&tempc))!=NULL){
4932 else if(!call_binTM(L,rb,rc,ra,op))
4933 luaG_aritherror(L,rb,rc);
4943 …TValue*rc=RKC(i);if(ttisnumber(rb)&&ttisnumber(rc)){lua_Number nb=nvalue(rb),nc=nvalue(rc);setnval…
5097 TValue*rc=RKC(i);
5099 if(equalobj(L,rb,rc)==GETARG_A(i))
/PHP-8.0/ext/spl/
H A Dspl_iterators.c1818 int rc; in PHP_METHOD() local
1853rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(subject), ZSTR_LEN(subject), 0, 0, match_data, php_pcre_… in PHP_METHOD()
1854 RETVAL_BOOL(rc >= 0); in PHP_METHOD()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps.c768 …enum_func_status rc = result->stored_data->m.row_decoder(&result->stored_data->row_buffers[row_num… in mysqlnd_stmt_fetch_row_buffered() local
774 if (PASS != rc) { in mysqlnd_stmt_fetch_row_buffered()
/PHP-8.0/ext/hash/
H A Dphp_hash_whirlpool_tables.h22 static const uint64_t rc[R + 1] = { variable
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c4809 int rc;
4923 rc = php_request_startup();
4927 if (rc == SUCCESS) {
/PHP-8.0/docs/
H A Drelease-process.md162 Example: When rolling an RC, set the `rc` with appropriate information for
/PHP-8.0/ext/standard/
H A Dvar_unserializer.re1019 * rc>1 array. This is okay, since the array is, ostensibly, only visible to
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます6961 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
H A Dmagic6961 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable

Completed in 520 milliseconds

1234567