Lines Matching refs:strcmp

1541 	    strcmp(SG(request_info).request_method, "GET") == 0 &&
1602 if (strcmp(Z_STRVAL_P(encoding),"gzip") == 0
1603 || strcmp(Z_STRVAL_P(encoding),"x-gzip") == 0
1604 || strcmp(Z_STRVAL_P(encoding),"deflate") == 0
1648 if (strcmp((char*)env->ns->href, SOAP_1_1_ENV_NAMESPACE) == 0) {
1650 } else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) {
2173 strcmp(SOAP_GLOBAL(error_code),"WSDL") != 0) {
3262 if (strcmp(fault_code,"Client") == 0 ||
3263 strcmp(fault_code,"Server") == 0 ||
3264 strcmp(fault_code,"VersionMismatch") == 0 ||
3265 strcmp(fault_code,"MustUnderstand") == 0) {
3269 if (strcmp(fault_code,"Client") == 0) {
3272 } else if (strcmp(fault_code,"Server") == 0) {
3275 } else if (strcmp(fault_code,"VersionMismatch") == 0 ||
3276 strcmp(fault_code,"MustUnderstand") == 0 ||
3277 strcmp(fault_code,"DataEncodingUnknown") == 0) {
3352 strcmp((char *)params->name, function->functionName) == 0) {
3454 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3496 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3531 if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3536 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3561 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3575 if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3580 if (strcmp((char*)attr->children->content,SOAP_1_1_ACTOR_NEXT) != 0 &&
3581 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3587 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3592 if (strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_UNLIMATERECEIVER) != 0 &&
3593 strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_NEXT) != 0 &&
3594 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3601 if (strcmp((char*)attr->children->content,"1") == 0 ||
3602 strcmp((char*)attr->children->content,"true") == 0) {
3604 } else if (strcmp((char*)attr->children->content,"0") == 0 ||
3605 strcmp((char*)attr->children->content,"false") == 0) {
3772 } else if (strcmp((char*)param->name,"return") == 0) {
4426 if (!strcmp((char*)xmlParam->name, "BOGUS")) {
4456 if (tmp->paramName && strcmp(param_name, tmp->paramName) == 0) {
4511 if (strcmp(param->element->name, (char*)node->name) != 0) {
4516 if (strcmp(param->element->namens, (char*)node->ns->href) != 0) {
4524 } else if (strcmp(param->paramName, (char*)node->name) != 0) {