one_way           366 ext/soap/soap.c 	ZEND_ARG_INFO(0, one_way)
one_way          2553 ext/soap/soap.c static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, int one_way, zval *response TSRMLS_DC)
one_way          2596 ext/soap/soap.c 	ZVAL_LONG(params[4], one_way);
one_way          2711 ext/soap/soap.c 				int one_way = 0;
one_way          2716 ext/soap/soap.c 					one_way = 1;
one_way          2725 ext/soap/soap.c 	 				ret = do_request(this_ptr, request, location, fnb->soapAction, soap_version, one_way, &response TSRMLS_CC);
one_way          2728 ext/soap/soap.c 	 				ret = do_request(this_ptr, request, location, NULL, soap_version, one_way, &response TSRMLS_CC);
one_way          3108 ext/soap/soap.c   long  one_way = 0;
one_way          3114 ext/soap/soap.c 	    &version, &one_way) == FAILURE) {
one_way          3118 ext/soap/soap.c 		one_way = 0;
one_way          3120 ext/soap/soap.c 	if (one_way) {