Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 25 of 155) sorted by last modified time

1234567

/PHP-7.4/ext/gd/
H A Dgd.c2011 RECT rc = {0}; in PHP_FUNCTION() local
2034 GetClientRect(window, &rc); in PHP_FUNCTION()
2035 Width = rc.right; in PHP_FUNCTION()
2036 Height = rc.bottom; in PHP_FUNCTION()
2039 Width = rc.right - rc.left; in PHP_FUNCTION()
2040 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2080 RECT rc = {0}; in PHP_FUNCTION() local
2097 GetWindowRect(window, &rc); in PHP_FUNCTION()
2098 Width = rc.right - rc.left; in PHP_FUNCTION()
2099 Height = rc.bottom - rc.top; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/filter/
H A Dlogical_filters.c471 int rc; in php_filter_validate_regexp() local
489rc = pcre2_match(re, (PCRE2_SPTR)Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, match_data, php_pcre_… in php_filter_validate_regexp()
493 if (rc < 0) { in php_filter_validate_regexp()
677 int rc; in php_filter_validate_email() local
706rc = pcre2_match(re, (PCRE2_SPTR)Z_STRVAL_P(value), Z_STRLEN_P(value), 0, 0, match_data, php_pcre_… in php_filter_validate_email()
710 if (rc < 0) { in php_filter_validate_email()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c598 int rc; in pcre_get_compiled_regex_cache_ex() local
810 rc = pcre2_jit_compile(re, PCRE2_JIT_COMPLETE); in pcre_get_compiled_regex_cache_ex()
811 if (EXPECTED(rc >= 0)) { in pcre_get_compiled_regex_cache_ex()
816 } else if (rc == PCRE2_ERROR_NOMEMORY) { in pcre_get_compiled_regex_cache_ex()
823 pcre2_get_error_message(rc, error, sizeof(error)); in pcre_get_compiled_regex_cache_ex()
849 if (rc < 0) { in pcre_get_compiled_regex_cache_ex()
858 rc = pcre2_pattern_info(re, PCRE2_INFO_NAMECOUNT, &new_entry.name_count); in pcre_get_compiled_regex_cache_ex()
859 if (rc < 0) { in pcre_get_compiled_regex_cache_ex()
944 int rc = 0; in php_pcre_create_match_data() local
948 rc = pcre2_pattern_info(re, PCRE2_INFO_CAPTURECOUNT, &capture_count); in php_pcre_create_match_data()
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result.c61 if (rc != PASS) { in MYSQLND_METHOD()
98 enum_func_status rc; in MYSQLND_METHOD() local
117 if (rc != PASS) { in MYSQLND_METHOD()
702 if (PASS != rc) { in MYSQLND_METHOD()
834 if (PASS != rc) { in MYSQLND_METHOD()
988 enum_func_status rc = set->m.row_decoder(&set->row_buffers[row_num], in MYSQLND_METHOD() local
994 if (rc != PASS) { in MYSQLND_METHOD()
1078 enum_func_status rc = set->m.row_decoder(&set->row_buffers[row_num], in MYSQLND_METHOD() local
1084 if (rc != PASS) { in MYSQLND_METHOD()
1161 enum_func_status rc; in MYSQLND_METHOD() local
[all …]
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
776 if (PASS != rc) { in mysqlnd_stmt_fetch_row_buffered()
/PHP-7.4/ext/zip/
H A Dphp_zip.c654 int rc; in php_zip_pcre() local
689rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, 0, match_data, m… in php_zip_pcre()
692 if (rc < 0) { in php_zip_pcre()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch635 - if (rc) {
1533 int rc;
1836 - int rc;
2462 - int rc, rv = -1;
2465 - if (rc) {
2534 - if (rx->rc == 0)
3318 - if (rc) {
3325 - rv = !rc;
3499 - int rc;
3514 - if (rc) {
[all …]
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4696 int rc; in accel_finish_startup()
4821 rc = php_request_startup(); in accel_finish_startup()
4825 if (rc == SUCCESS) { in accel_finish_startup()
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
362 if (rc >= 0) {
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c144 my_ulonglong rc; in PHP_FUNCTION() local
238 rc = 1; in mysqli_stmt_bind_param_do_bind()
246 if (rc) { in mysqli_stmt_bind_param_do_bind()
261 return rc; in mysqli_stmt_bind_param_do_bind()
329 zend_ulong rc; in PHP_FUNCTION() local
371 rc = 1; in PHP_FUNCTION()
395 zend_ulong rc; in mysqli_stmt_bind_result_do_bind() local
545 if (rc) { in mysqli_stmt_bind_result_do_bind()
563 return rc; in mysqli_stmt_bind_result_do_bind()
637 if (rc) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c163 RETCODE rc; in odbc_stmt_execute() local
250 switch (rc) { in odbc_stmt_execute()
285 RETCODE rc; in odbc_stmt_param_hook() local
323 if (rc != SQL_SUCCESS && rc != SQL_SUCCESS_WITH_INFO) { in odbc_stmt_param_hook()
395 if (rc == SQL_SUCCESS || rc == SQL_SUCCESS_WITH_INFO) { in odbc_stmt_param_hook()
532 RETCODE rc; in odbc_stmt_fetch() local
571 RETCODE rc; in odbc_stmt_describe() local
662 RETCODE rc; in odbc_stmt_get_col() local
678 if (rc == SQL_SUCCESS_WITH_INFO || rc == SQL_SUCCESS) { in odbc_stmt_get_col()
858 if (rc != SQL_SUCCESS && rc != SQL_SUCCESS_WITH_INFO) { in odbc_stmt_next_rowset()
[all …]
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c536 int rc; in cgi_getenv_win32() local
543 rc = _wgetenv_s(&size, NULL, 0, keyw); in cgi_getenv_win32()
544 if (rc || 0 == size) { in cgi_getenv_win32()
551 rc = _wgetenv_s(&size, valw, size, keyw); in cgi_getenv_win32()
552 if (!rc) { in cgi_getenv_win32()
/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
1488 if (rc == SQL_SUCCESS || rc == SQL_SUCCESS_WITH_INFO || rc == SQL_NO_DATA_FOUND) { in PHP_FUNCTION()
1516 RETCODE rc; in PHP_FUNCTION() local
1637 RETCODE rc; in PHP_FUNCTION() local
1682 if (rc != SQL_SUCCESS && rc != SQL_SUCCESS_WITH_INFO && rc != SQL_NO_DATA_FOUND) { in PHP_FUNCTION()
[all …]
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c930 int rc = SUCCESS; in lsapi_activate_user_ini_basic_checks() local
947 rc = (*fn_next)(ctx, fn_next + 1); in lsapi_activate_user_ini_basic_checks()
950 return rc; in lsapi_activate_user_ini_basic_checks()
957 int rc = SUCCESS; in lsapi_activate_user_ini_mk_path() local
970 return rc; in lsapi_activate_user_ini_mk_path()
977 int rc = SUCCESS; in lsapi_activate_user_ini_mk_realpath() local
997 return rc; in lsapi_activate_user_ini_mk_realpath()
1041 int rc = SUCCESS; in lsapi_activate_user_ini_walk_down_the_path() local
1069 return rc; in lsapi_activate_user_ini_walk_down_the_path()
1075 int rc = SUCCESS; in lsapi_activate_user_ini_finally() local
[all …]
H A Dlsapilib.c819 int rc; in init_lve_ex() local
831 rc = (*fp_lve_instance_init)(NULL); in init_lve_ex()
832 s_lve = malloc(rc); in init_lve_ex()
834 rc = (*fp_lve_instance_init)(s_lve); in init_lve_ex()
835 if (rc != 0) in init_lve_ex()
/PHP-7.4/ext/mysqli/tests/
H A D006.phpt21 $rc = mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 int unsigned,
28 if (!$rc)
H A D007.phpt21 $rc = mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 smallint unsigned,
28 if (!$rc)
H A D012.phpt20 $rc = mysqli_query($link, "CREATE TABLE test_bind_result(c1 tinyint, c2 smallint,
25 if (!$rc)
H A D013.phpt18 $rc = mysqli_query($link, "CREATE TABLE test_bind_result(c1 tinyint, c2 smallint,
23 if (!$rc)
H A D008.phpt21 $rc = mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 tinyint,
28 if (!$rc)
H A D009.phpt25 $rc = mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 bigint default 5,
33 if (!$rc)
36 $rc = mysqli_query($link, "INSERT INTO test_bind_fetch (c2,c3,c4,c5,c6,c7,c8) ".
38 if (!$rc)
44 $rc = mysqli_stmt_fetch($stmt);
61 …$rc = mysqli_query($link, "CREATE TABLE test_bind_fetch_uint(c1 integer unsigned, c2 integer unsig…
62 if (!$rc)
71 $rc = mysqli_stmt_fetch($stmt);
H A D010.phpt23 $rc = mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 float(3),
30 if (!$rc)
H A D011.phpt20 $rc = mysqli_query($link, "CREATE TABLE test_bind_result(c1 tinyint, c2 smallint,
25 if (!$rc)
28 $rc = mysqli_query($link,"INSERT INTO test_bind_result VALUES(19,2999,3999,4999999,
31 if (!$rc)
H A D019.phpt18 $rc = mysqli_query($link,"CREATE TABLE insert_read(col1 tinyint, col2 smallint,
25 if (!$rc)
H A D020.phpt20 $rc = @mysqli_query($link,"CREATE TABLE test_bind_result(
29 if (!$rc)
30 $rc = mysqli_query($link,"CREATE TABLE test_bind_result(

Completed in 123 milliseconds

1234567