Home
last modified time | relevance | path

Searched refs:res (Results 551 – 570 of 570) sorted by relevance

1...<<212223

/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c2294 struct addrinfo *res, hints; in LSAPI_ParseSockAddr() local
2369 if ( getaddrinfo(p, NULL, &hints, &res) ) in LSAPI_ParseSockAddr()
2374 memcpy(pAddr, res->ai_addr, res->ai_addrlen); in LSAPI_ParseSockAddr()
2375 freeaddrinfo(res); in LSAPI_ParseSockAddr()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_properties_no_conn.phpt136 $res = @$mysqli->query("SELECT * FROM test");
/PHP-5.5/ext/standard/
H A Darray.c1180 res; /* comparison result */ in php_search_array() local
1195 is_equal_func(&res, value, *entry TSRMLS_CC); in php_search_array()
1196 if (Z_LVAL(res)) { in php_search_array()
2423 res, /* Result of comparison */ in PHP_FUNCTION() local
2450 is_equal_func(&res, search_value, *entry TSRMLS_CC); in PHP_FUNCTION()
2451 add_key = zval_is_true(&res); in PHP_FUNCTION()
H A Dfile.c1696 int res; in php_copy_file_ctx() local
1706 res = in php_copy_file_ctx()
1715 if (res) { in php_copy_file_ctx()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c991 char *res; in sxe_xmlNodeListGetString() local
994 res = estrdup((char*)tmp); in sxe_xmlNodeListGetString()
997 res = STR_EMPTY_ALLOC(); in sxe_xmlNodeListGetString()
1000 return res; in sxe_xmlNodeListGetString()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2165 int res; in PHP_METHOD() local
2167 res = zend_hash_get_current_key_ex(stmt->bound_params, &str, &len, &num, 0, &pos); in PHP_METHOD()
2168 if (res == HASH_KEY_IS_LONG) { in PHP_METHOD()
2170 } else if (res == HASH_KEY_IS_STRING) { in PHP_METHOD()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c726 accel_time_t res; in zend_get_file_handle_timestamp() local
744 res = zend_get_file_handle_timestamp_win(file_handle, size); in zend_get_file_handle_timestamp()
745 if (res) { in zend_get_file_handle_timestamp()
746 return res; in zend_get_file_handle_timestamp()
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c487 int i, n, num, bad, res; in mbfl_encoding_detector_feed() local
491 res = 0; in mbfl_encoding_detector_feed()
509 res = 1; in mbfl_encoding_detector_feed()
517 return res; in mbfl_encoding_detector_feed()
/PHP-5.5/ext/soap/
H A Dphp_http.c825 int res = zend_hash_get_current_key(Z_ARRVAL_PP(cookies), &key, &numindx, FALSE); in make_http_soap_request() local
828 if (res == HASH_KEY_IS_STRING && Z_TYPE_PP(data) == IS_ARRAY) { in make_http_soap_request()
/PHP-5.5/ext/session/
H A Dsession.c1155 struct tm tm, *res;
1158 res = php_gmtime_r(when, &tm);
1160 if (!res) {
/PHP-5.5/ext/phar/
H A Dphar.c3345 zend_op_array *res; local
3392 res = phar_orig_compile_file(file_handle, type TSRMLS_CC);
3395 res = NULL;
3406 return res;
/PHP-5.5/ext/curl/
H A Dinterface.c3497 char *str = NULL, *res = NULL; in PHP_FUNCTION() local
3508 if ((res = curl_easy_escape(ch->cp, str, str_len))) { in PHP_FUNCTION()
3509 RETVAL_STRING(res, 1); in PHP_FUNCTION()
3510 curl_free(res); in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1092 char *res; in php_mb_rfc1867_getword() local
1113 res = estrdup(*line); in php_mb_rfc1867_getword()
1115 return res; in php_mb_rfc1867_getword()
1118 res = estrndup(*line, pos - *line); in php_mb_rfc1867_getword()
1125 return res; in php_mb_rfc1867_getword()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2154 + char *res;
2172 + res = php_pcre_replace_impl(pce, ms->o.buf, strlen(ms->o.buf), repl,
2184 + if (NULL == res) {
2200 + strncpy(ms->o.buf, res, res_len);
2203 + efree(res);
/PHP-5.5/ext/date/lib/
H A Dparse_date.re738 timelib_tzinfo *res;
781 if ((res = tz_wrapper(tz_abbr, tzdb)) != NULL) {
782 t->tz_info = res;
H A Dparse_date.c740 timelib_tzinfo *res; in timelib_parse_zone() local
783 if ((res = tz_wrapper(tz_abbr, tzdb)) != NULL) { in timelib_parse_zone()
784 t->tz_info = res; in timelib_parse_zone()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c389 if (res == Z_OK) { in MYSQLND_METHOD()
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37083.phpt53 $res=$ws->search($search,0,10);
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c218 ZEND_ARG_INFO(0, res)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic8514 # MULTIBEAM SONARS http://www.ldeo.columbia.edu/res/pi/MB-System/formatdoc/
13791 # .res
13792 0 string \000\000\000\000\040\000\000\000\377 MSVC .res
13793 0 string \377\003\000\377\001\000\020\020\350 MSVC .res
13794 0 string \377\003\000\377\001\000\060\020\350 MSVC .res

Completed in 188 milliseconds

1...<<212223