response 651 ext/ftp/ftp.c ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response) response 669 ext/ftp/ftp.c if (response) { response 670 ext/ftp/ftp.c *response = zend_string_init(ftp->inbuf, strlen(ftp->inbuf), 0); response 151 ext/ftp/ftp.h int ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response); response 110 ext/ftp/php_ftp.c ZEND_ARG_INFO(1, response) response 670 ext/ftp/php_ftp.c zend_string *response = NULL; response 680 ext/ftp/php_ftp.c ret = ftp_alloc(ftp, size, zresponse ? &response : NULL); response 681 ext/ftp/php_ftp.c if (response) { response 683 ext/ftp/php_ftp.c ZVAL_STR(zresponse, response); response 704 ext/snmp/snmp.c struct snmp_pdu *pdu=NULL, *response; response 787 ext/snmp/snmp.c status = snmp_synch_response(ss, pdu, &response); response 789 ext/snmp/snmp.c if (response->errstat == SNMP_ERR_NOERROR) { response 795 ext/snmp/snmp.c snmp_free_pdu(response); response 800 ext/snmp/snmp.c for (vars = response->variables; vars; vars = vars->next_variable) { response 891 ext/snmp/snmp.c if (st & SNMP_CMD_WALK && response->errstat == SNMP_ERR_TOOBIG && objid_query->max_repetitions > 1) { /* Answer will not fit into single packet */ response 893 ext/snmp/snmp.c snmp_free_pdu(response); response 897 ext/snmp/snmp.c if (!(st & SNMP_CMD_WALK) || response->errstat != SNMP_ERR_NOSUCHNAME || Z_TYPE_P(return_value) == IS_TRUE || Z_TYPE_P(return_value) == IS_FALSE) { response 898 ext/snmp/snmp.c for (count=1, vars = response->variables; response 899 ext/snmp/snmp.c vars && count != response->errindex; response 902 ext/snmp/snmp.c if (st & (SNMP_CMD_GET | SNMP_CMD_GETNEXT) && response->errstat == SNMP_ERR_TOOBIG && objid_query->step > 1) { /* Answer will not fit into single packet */ response 905 ext/snmp/snmp.c snmp_free_pdu(response); response 911 ext/snmp/snmp.c php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, snmp_errstring(response->errstat)); response 913 ext/snmp/snmp.c php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at %u object_id: %s", response->errindex, snmp_errstring(response->errstat)); response 916 ext/snmp/snmp.c if ((pdu = snmp_fix_pdu(response, ((st & SNMP_CMD_GET) ? SNMP_MSG_GET : SNMP_MSG_GETNEXT) )) != NULL) { response 917 ext/snmp/snmp.c snmp_free_pdu(response); response 921 ext/snmp/snmp.c snmp_free_pdu(response); response 949 ext/snmp/snmp.c if (response) { response 950 ext/snmp/snmp.c snmp_free_pdu(response); response 641 ext/soap/php_http.c char HA1[33], HA2[33], response[33], cnonce[33], nc[9]; response 726 ext/soap/php_http.c make_digest(response, hash); response 764 ext/soap/php_http.c smart_str_appendl(&soap_headers, response, 32); response 30 ext/soap/php_http.h zval *response); response 28 ext/soap/php_packet_soap.c xmlDocPtr response; response 43 ext/soap/php_packet_soap.c response = soap_xmlParseMemory(buffer, buffer_size); response 45 ext/soap/php_packet_soap.c if (!response) { response 49 ext/soap/php_packet_soap.c if (xmlGetIntSubset(response) != NULL) { response 51 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 57 ext/soap/php_packet_soap.c trav = response->children; response 70 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 78 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 86 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 91 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 95 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 127 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 135 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 141 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 145 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 153 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 162 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 167 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 171 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 247 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 422 ext/soap/php_packet_soap.c xmlFreeDoc(response); response 2546 ext/soap/soap.c static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, int one_way, zval *response) response 2557 ext/soap/soap.c ZVAL_NULL(response); response 2586 ext/soap/soap.c if (call_user_function(NULL, this_ptr, &func, response, 5, params) != SUCCESS) { response 2589 ext/soap/soap.c } else if (Z_TYPE_P(response) != IS_STRING) { response 2607 ext/soap/soap.c add_property_str(this_ptr, "__last_response", zend_string_copy(Z_STR_P(response))); response 2650 ext/soap/soap.c zval response; response 2733 ext/soap/soap.c ret = do_request(this_ptr, request, location, fnb->soapAction, soap_version, one_way, &response); response 2736 ext/soap/soap.c ret = do_request(this_ptr, request, location, NULL, soap_version, one_way, &response); response 2742 ext/soap/soap.c if (ret && Z_TYPE(response) == IS_STRING) { response 2744 ext/soap/soap.c ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, output_headers); response 2748 ext/soap/soap.c zval_dtor(&response); response 2781 ext/soap/soap.c ret = do_request(this_ptr, request, location, ZSTR_VAL(action.s), soap_version, 0, &response); response 2787 ext/soap/soap.c if (ret && Z_TYPE(response) == IS_STRING) { response 2789 ext/soap/soap.c ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), NULL, function, return_value, output_headers); response 2793 ext/soap/soap.c zval_dtor(&response); response 4473 ext/soap/soap.c static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int response) response 4482 ext/soap/soap.c if (response == FALSE) { response 2866 ext/xmlrpc/libxmlrpc/xmlrpc.c int XMLRPC_ResponseIsFault(XMLRPC_REQUEST response) { response 2867 ext/xmlrpc/libxmlrpc/xmlrpc.c return XMLRPC_ValueIsFault( XMLRPC_RequestGetData(response) ); response 2912 ext/xmlrpc/libxmlrpc/xmlrpc.c int XMLRPC_GetResponseFaultCode(XMLRPC_REQUEST response) { response 2913 ext/xmlrpc/libxmlrpc/xmlrpc.c return XMLRPC_GetValueFaultCode( XMLRPC_RequestGetData(response) ); response 2955 ext/xmlrpc/libxmlrpc/xmlrpc.c const char* XMLRPC_GetResponseFaultString (XMLRPC_REQUEST response) { response 2956 ext/xmlrpc/libxmlrpc/xmlrpc.c return XMLRPC_GetValueFaultString( XMLRPC_RequestGetData(response) ); response 402 ext/xmlrpc/libxmlrpc/xmlrpc.h int XMLRPC_ResponseIsFault(XMLRPC_REQUEST response); response 404 ext/xmlrpc/libxmlrpc/xmlrpc.h int XMLRPC_GetResponseFaultCode(XMLRPC_REQUEST response); response 406 ext/xmlrpc/libxmlrpc/xmlrpc.h const char* XMLRPC_GetResponseFaultString (XMLRPC_REQUEST response); response 748 ext/xmlrpc/xmlrpc-epi-php.c XMLRPC_REQUEST response; response 754 ext/xmlrpc/xmlrpc-epi-php.c response = XMLRPC_REQUEST_FromXML(xml_in, xml_in_len, &opts); response 755 ext/xmlrpc/xmlrpc-epi-php.c if (response) { response 758 ext/xmlrpc/xmlrpc-epi-php.c XMLRPC_to_PHP(XMLRPC_RequestGetData(response), retval); response 760 ext/xmlrpc/xmlrpc-epi-php.c if (XMLRPC_RequestGetRequestType(response) == xmlrpc_request_call) { response 762 ext/xmlrpc/xmlrpc-epi-php.c method_name = XMLRPC_RequestGetMethodName(response); response 774 ext/xmlrpc/xmlrpc-epi-php.c XMLRPC_RequestFree(response, 1); response 63 win32/sendmail.c #define SMTP_ERROR_RESPONSE(response) { \ response 64 win32/sendmail.c if (response && error_message) { \ response 65 win32/sendmail.c if (NULL != (*error_message = ecalloc(1, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response)))) { \ response 66 win32/sendmail.c snprintf(*error_message, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response), SMTP_ERROR_RESPONSE_SPEC, response); \ response 68 win32/sendmail.c efree(response); \