Lines Matching refs:strcmp

1520 	    strcmp(SG(request_info).request_method, "GET") == 0 &&
1589 if ((strcmp(Z_STRVAL_PP(encoding),"gzip") == 0 ||
1590 strcmp(Z_STRVAL_PP(encoding),"x-gzip") == 0) &&
1596 } else if (strcmp(Z_STRVAL_PP(encoding),"deflate") == 0 &&
1631 if (strcmp((char*)env->ns->href, SOAP_1_1_ENV_NAMESPACE) == 0) {
1633 } else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) {
2215 strcmp(SOAP_GLOBAL(error_code),"WSDL") != 0) {
3298 if (strcmp(fault_code,"Client") == 0 ||
3299 strcmp(fault_code,"Server") == 0 ||
3300 strcmp(fault_code,"VersionMismatch") == 0 ||
3301 strcmp(fault_code,"MustUnderstand") == 0) {
3305 if (strcmp(fault_code,"Client") == 0) {
3308 } else if (strcmp(fault_code,"Server") == 0) {
3311 } else if (strcmp(fault_code,"VersionMismatch") == 0 ||
3312 strcmp(fault_code,"MustUnderstand") == 0 ||
3313 strcmp(fault_code,"DataEncodingUnknown") == 0) {
3394 strcmp((char *)params->name, function->functionName) == 0) {
3498 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3540 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3576 if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3581 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3606 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3620 if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3625 if (strcmp((char*)attr->children->content,SOAP_1_1_ACTOR_NEXT) != 0 &&
3626 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3632 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3637 if (strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_UNLIMATERECEIVER) != 0 &&
3638 strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_NEXT) != 0 &&
3639 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3646 if (strcmp((char*)attr->children->content,"1") == 0 ||
3647 strcmp((char*)attr->children->content,"true") == 0) {
3649 } else if (strcmp((char*)attr->children->content,"0") == 0 ||
3650 strcmp((char*)attr->children->content,"false") == 0) {
3817 } else if (strcmp((char*)param->name,"return") == 0) {
4482 if (!strcmp((char*)xmlParam->name, "BOGUS")) {
4515 if ((*tmp)->paramName && strcmp(param_name, (*tmp)->paramName) == 0) {
4573 if (strcmp((*param)->element->name, (char*)node->name) != 0) {
4578 if (strcmp((*param)->element->namens, (char*)node->ns->href) != 0) {
4586 } else if (strcmp((*param)->paramName, (char*)node->name) != 0) {