Searched refs:resp (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_5/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_5/ext/ftp/ |
| H A D | ftp.c | 155 if (!ftp_getresp(ftp) || ftp->resp != 220) { 226 if (!ftp_getresp(ftp) || ftp->resp != 221) { 261 if (ftp->resp != 234) { 269 if (ftp->resp != 334) { 323 ftp->use_ssl_for_data = (ftp->resp >= 200 && ftp->resp <=299); 334 if (ftp->resp == 230) { 337 if (ftp->resp != 331) { 346 return (ftp->resp == 230); 366 if (!ftp_getresp(ftp) || ftp->resp ! [all...] |
| H A D | ftp.h | 62 int resp; /* last response code */ member in struct:ftpbuf
|
| /PHP_5_5/ext/mbstring/ |
| H A D | mbstring.c | 1069 char *resp = result; local 1074 *resp++ = start[++i]; 1079 *resp++ = start[i++]; 1085 *resp = '\0';
|
| /PHP_5_5/ext/soap/ |
| H A D | php_packet_soap.c | 29 xmlNodePtr trav, env, head, body, resp, cur, fault; local 251 resp = body->children; 252 while (resp != NULL && resp->type != XML_ELEMENT_NODE) { 253 resp = resp->next; 255 if (resp != NULL) { 289 cur = get_node_ex(resp, name, ns); 291 cur = get_node(resp, name); 295 cur = resp; [all...] |
Completed in 16 milliseconds