one_way           365 ext/soap/soap.c 	ZEND_ARG_INFO(0, one_way)
one_way          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)
one_way          2584 ext/soap/soap.c 		ZVAL_LONG(&params[4], one_way);
one_way          2719 ext/soap/soap.c 				int one_way = 0;
one_way          2724 ext/soap/soap.c 					one_way = 1;
one_way          2733 ext/soap/soap.c 	 				ret = do_request(this_ptr, request, location, fnb->soapAction, soap_version, one_way, &response);
one_way          2736 ext/soap/soap.c 	 				ret = do_request(this_ptr, request, location, NULL, soap_version, one_way, &response);
one_way          3105 ext/soap/soap.c 	zend_long  one_way = 0;
one_way          3112 ext/soap/soap.c 	    &version, &one_way) == FAILURE) {
one_way          3116 ext/soap/soap.c 		one_way = 0;
one_way          3118 ext/soap/soap.c 	if (one_way) {