Home
last modified time | relevance | path

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

1234567

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c617 int rc; local
908 rc = handler(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
909 if (rc != 0) {
910 if (rc < 0) {
917 rc = 0;
940 if (rc == 0) {
942 } else if (rc == 1) {
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch591 - if (rc) {
1447 int rc;
1709 - int rc;
2267 - int rc, rv = -1;
2270 - if (rc) {
2346 - if (rx->rc == 0)
3257 - if (rc) {
3264 - rv = !rc;
3423 - int rc;
3438 - if (rc) {
[all …]
/PHP-8.2/ext/gd/
H A Dgd.c1064 RECT rc = {0}; in PHP_FUNCTION() local
1087 GetClientRect(window, &rc); in PHP_FUNCTION()
1088 Width = rc.right; in PHP_FUNCTION()
1089 Height = rc.bottom; in PHP_FUNCTION()
1092 Width = rc.right - rc.left; in PHP_FUNCTION()
1093 Height = rc.bottom - rc.top; in PHP_FUNCTION()
1132 RECT rc = {0}; in PHP_FUNCTION() local
1149 GetWindowRect(window, &rc); in PHP_FUNCTION()
1150 Width = rc.right - rc.left; in PHP_FUNCTION()
1151 Height = rc.bottom - rc.top; in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt8 $rc = new ReflectionClass("ReflectionClass");
9 echo $rc;
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_result.c453 enum_func_status rc = set->m.row_decoder( in MYSQLND_METHOD() local
456 if (PASS != rc) { in MYSQLND_METHOD()
566 enum_func_status rc; in MYSQLND_METHOD() local
569 rc = result->stored_data->m.row_decoder(&set->row_buffers[set->current_row], in MYSQLND_METHOD()
575 if (rc != PASS) { in MYSQLND_METHOD()
/PHP-8.2/ext/standard/
H A Dbrowscap.c556 int rc; in browser_reg_compare() local
611rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(agent_name), ZSTR_LEN(agent_name), 0, 0, match_data, php… in browser_reg_compare()
613 if (rc >= 0) { in browser_reg_compare()
H A Dvar_unserializer.re1117 * rc>1 array. This is okay, since the array is, ostensibly, only visible to
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c533 int rc; in cgi_getenv_win32() local
540 rc = _wgetenv_s(&size, NULL, 0, keyw); in cgi_getenv_win32()
541 if (rc || 0 == size) { in cgi_getenv_win32()
548 rc = _wgetenv_s(&size, valw, size, keyw); in cgi_getenv_win32()
549 if (!rc) { in cgi_getenv_win32()
/PHP-8.2/ext/hash/
H A Dhash_whirlpool.c87 rc[r]; in WhirlpoolTransform()
H A Dphp_hash_whirlpool_tables.h22 static const uint64_t rc[R + 1] = { variable
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5016 int rc; in add_to_class_internal() local
5022 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0) in add_to_class_internal()
5026 if (rc > 0) n8 += add_list_to_class_internal(classbits, uchardptr, options, cb, in add_to_class_internal()
5027 PRIV(ucd_caseless_sets) + rc, oc); in add_to_class_internal()
10367 recurse_cache rc[RSCAN_CACHE_SIZE]; in pcre2_compile() local
10382 if (groupnumber == rc[p].groupnumber) in pcre2_compile()
10384 rgroup = rc[p].group; in pcre2_compile()
10392 if (groupnumber > rc[p].groupnumber) search_from = rc[p].group; in pcre2_compile()
10404 rc[start].groupnumber = groupnumber; in pcre2_compile()
10405 rc[start].group = rgroup; in pcre2_compile()
H A Dpcre2_intmodedep.h663 int rc; /* The return code from the match */ member
/PHP-8.2/build/
H A Dshtool460 rc="$1"
464 exit $rc
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c828 int rc; in init_lve_ex() local
840 rc = (*fp_lve_instance_init)(NULL); in init_lve_ex()
841 s_lve = malloc(rc); in init_lve_ex()
843 rc = (*fp_lve_instance_init)(s_lve); in init_lve_ex()
844 if (rc != 0) in init_lve_ex()
/PHP-8.2/ext/zip/
H A Dphp_zip.c744 int rc; in php_zip_pcre() local
779rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, 0, match_data, m… in php_zip_pcre()
782 if (rc < 0) { in php_zip_pcre()
/PHP-8.2/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.2/ext/spl/
H A Dspl_iterators.c1846 int rc; in PHP_METHOD() local
1881rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(subject), ZSTR_LEN(subject), 0, 0, match_data, php_pcre_… in PHP_METHOD()
1882 RETVAL_BOOL(rc >= 0); in PHP_METHOD()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c4607 int rc;
4721 rc = php_request_startup();
4725 if (rc == SUCCESS) {
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic7338 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
H A Dmagic私はガラスを食べられます7338 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable

Completed in 271 milliseconds

1234567