Lines Matching refs:SOAP_LITERAL
2019 (Z_LVAL_P(tmp) == SOAP_LITERAL || Z_LVAL_P(tmp) == SOAP_ENCODED)) { in PHP_METHOD()
3469 use = main?SOAP_ENCODED:SOAP_LITERAL; in serialize_response_call2()
3553 int use = SOAP_LITERAL; in serialize_response_call()
3585 int hdr_use = SOAP_LITERAL; in serialize_response_call()
3646 use = SOAP_LITERAL; in serialize_response_call()
3711 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, param); in serialize_response_call()
3716 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, param); in serialize_response_call()
3739 node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, node); in serialize_response_call()
3811 int hdr_use = SOAP_LITERAL; in serialize_response_call()
3998 if (Z_TYPE_P(zuse) == IS_LONG && Z_LVAL_P(zuse) == SOAP_LITERAL) { in serialize_function_call()
3999 use = SOAP_LITERAL; in serialize_function_call()
4061 int hdr_use = SOAP_LITERAL; in serialize_function_call()