Lines Matching refs:SOAP_LITERAL
2016 (Z_LVAL_P(tmp) == SOAP_LITERAL || Z_LVAL_P(tmp) == SOAP_ENCODED)) { in PHP_METHOD()
3426 use = main?SOAP_ENCODED:SOAP_LITERAL; in serialize_response_call2()
3510 int use = SOAP_LITERAL; in serialize_response_call()
3542 int hdr_use = SOAP_LITERAL; in serialize_response_call()
3603 use = SOAP_LITERAL; in serialize_response_call()
3668 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, param); in serialize_response_call()
3673 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, param); in serialize_response_call()
3696 node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, node); in serialize_response_call()
3768 int hdr_use = SOAP_LITERAL; in serialize_response_call()
3955 if (Z_TYPE_P(zuse) == IS_LONG && Z_LVAL_P(zuse) == SOAP_LITERAL) { in serialize_function_call()
3956 use = SOAP_LITERAL; in serialize_function_call()
4018 int hdr_use = SOAP_LITERAL; in serialize_function_call()