Searched refs:resp (Results 1 – 13 of 13) sorted by relevance
/PHP-5.3/ext/ftp/ |
H A D | ftp.c | 319 ftp->use_ssl_for_data = (ftp->resp >= 200 && ftp->resp <=299); in ftp_login() 631 if (ftp->resp < 200 || ftp->resp >= 300) { in ftp_alloc() 821 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_get() 868 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250)) { in ftp_get() 918 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125)) { in ftp_put() 951 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250 && ftp->resp != 200)) { in ftp_put() 1084 if (!ftp_getresp(ftp) || ftp->resp < 200 || ftp->resp >= 300) { in ftp_site() 1198 ftp->resp = 0; in ftp_getresp() 1622 if (!ftp_getresp(ftp) || (ftp->resp != 150 && ftp->resp != 125 && ftp->resp != 226)) { in ftp_genlist() 1681 if (!ftp_getresp(ftp) || (ftp->resp != 226 && ftp->resp != 250)) { in ftp_genlist() [all …]
|
H A D | ftp.h | 62 int resp; /* last response code */ member
|
/PHP-5.3/ext/soap/ |
H A D | php_packet_soap.c | 29 xmlNodePtr trav, env, head, body, resp, cur, fault; in parse_packet_soap() local 253 resp = body->children; in parse_packet_soap() 254 while (resp != NULL && resp->type != XML_ELEMENT_NODE) { in parse_packet_soap() 255 resp = resp->next; in parse_packet_soap() 257 if (resp != NULL) { in parse_packet_soap() 291 cur = get_node_ex(resp, name, ns); in parse_packet_soap() 293 cur = get_node(resp, name); in parse_packet_soap() 297 cur = resp; in parse_packet_soap() 345 val = resp->children; in parse_packet_soap()
|
/PHP-5.3/ext/xmlrpc/tests/ |
H A D | bug47818.phpt | 32 $resp = $x->call(xmlrpc_encode_request('add', array(1, 2, 3)));
|
/PHP-5.3/ext/imap/tests/ |
H A D | imap_include.inc | 36 * @param array resp element from the return value of imap_fetch_overview() 38 function displayOverviewFields($resp, $fields=null) { 44 $z = $resp->$mf;
|
/PHP-5.3/main/ |
H A D | rfc1867.c | 575 char *resp = result; in substring_conf() local 580 *resp++ = start[++i]; in substring_conf() 586 *resp++ = start[i++]; in substring_conf() 590 *resp++ = start[i]; in substring_conf() 593 *resp++ = start[i]; in substring_conf() 598 *resp = '\0'; in substring_conf()
|
/PHP-5.3/ext/mysql/tests/ |
H A D | mysql_fetch_array.phpt | 110 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4, 120 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 5, 133 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 7,
|
/PHP-5.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_commit.phpt | 54 // Ok, lets check MyISAM resp. any other non-transactional engine
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_fetch_array.phpt | 114 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4, 124 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 5, 138 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 7,
|
H A D | mysqli_fetch_array_oo.phpt | 116 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4, 124 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
|
H A D | mysqli_fetch_all_oo.phpt | 142 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4, 150 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
|
H A D | mysqli_fetch_all.phpt | 142 printf("[%04d] Expecting %s/%s [reg exp = %s], got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4, 150 printf("[%04d] Expecting %s/%s, got %s/%s resp. %s/%s. [%d] %s\n", $offset + 4,
|
/PHP-5.3/ext/ereg/regex/ |
H A D | WHATSNEW | 40 to put NULs in either the RE or the target string, using (resp.) a new
|
Completed in 27 milliseconds