Home
last modified time | relevance | path

Searched refs:resp (Results 1 – 15 of 15) sorted by relevance

/php-src/ext/ftp/
H A Dftp.c373 ftp->use_ssl_for_data = (ftp->resp >= 200 && ftp->resp <=299); in ftp_login()
684 if (ftp->resp < 200 || ftp->resp >= 300) { in ftp_alloc()
920 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_get()
966 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250)) { in ftp_get()
1014 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_put()
1047 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250 && ftp->resp != 200)) { in ftp_put()
1081 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_append()
1114 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250 && ftp->resp != 200)) { in ftp_append()
1242 if (!ftp_getresp(ftp) || ftp->resp < 200 || ftp->resp >= 300) { in ftp_site()
1353 ftp->resp = 0; in ftp_getresp()
[all …]
H A Dftp.h59 int resp; /* last response code */ member
/php-src/sapi/fpm/tests/
H A Dfcgi.inc673 $resp['content'] = '';
689 return $resp;
712 $resp = $this->readPacket();
713 if (isset($resp['type']) && $resp['type'] == self::GET_VALUES_RESULT) {
714 return $this->readNvpair($resp['content'], $resp['contentLength']);
833 * @param $resp Response
842 if ($resp['content'] === '') {
845 $this->_requests[$resp['requestId']][$type . '_response'] .= $resp['content'];
885 if ($resp['type'] == self::STDOUT || $resp['type'] == self::STDERR) {
892 $this->_requests[$resp['requestId']]['response'] .= $resp['content'];
[all …]
/php-src/ext/soap/
H A Dphp_packet_soap.c26 xmlNodePtr trav, env, head, body, resp, cur, fault; in parse_packet_soap() local
250 resp = body->children; in parse_packet_soap()
251 while (resp != NULL && resp->type != XML_ELEMENT_NODE) { in parse_packet_soap()
252 resp = resp->next; in parse_packet_soap()
254 if (resp != NULL) { in parse_packet_soap()
286 cur = get_node_ex(resp, name, ns); in parse_packet_soap()
288 cur = get_node(resp, name); in parse_packet_soap()
292 cur = resp; in parse_packet_soap()
337 val = resp->children; in parse_packet_soap()
/php-src/ext/sockets/tests/
H A Dsocket_sendto_zerocopy.phpt44 if (socket_recvfrom($s, $resp, 0, MSG_ERRQUEUE, $address, $port) == -1) die ("recvfrom MSG_ERRQUEUE…
45 $bytes_recv = socket_recvfrom($s, $resp, 16, 0, $address, $port);
48 echo "Received $resp!";
/php-src/ext/pdo_pgsql/tests/
H A Dbug75402.phpt17 $resp = new \stdClass();
18 $resp->entries = [];
77 $resp->entries [] = $entry;
84 var_dump($resp);
/php-src/ext/pcre/tests/
H A Dbug69864.phpt11 const PREG_CACHE_SIZE = 4096; // this has to be >= the resp. constant in php_pcre.c
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt106 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
116 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 5,
130 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 7,
H A Dmysqli_fetch_array_oo.phpt111 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
119 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
H A Dmysqli_fetch_all_oo.phpt129 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
137 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt59 // Ok, lets check MyISAM resp. any other non-transactional engine
/php-src/main/
H A Drfc1867.c490 char *resp = result; in substring_conf() local
495 *resp++ = start[++i]; in substring_conf()
497 *resp++ = start[i]; in substring_conf()
501 *resp = '\0'; in substring_conf()
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all_data_types_variation.phpt51 … printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
58 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
/php-src/win32/build/
H A Dconfutils.js1572 var resp = "";
1639 resp += " " + obj.replace('$(BUILD_DIR)', bd);
1781 obj_lst_fh.Write(" " + resp);
/php-src/ext/mbstring/
H A Dmbstring.c566 char *resp = result; in php_mb_rfc1867_substring_conf() local
571 *resp++ = start[++i]; in php_mb_rfc1867_substring_conf()
576 *resp++ = start[i++]; in php_mb_rfc1867_substring_conf()
582 *resp = '\0'; in php_mb_rfc1867_substring_conf()

Completed in 51 milliseconds