Lines Matching refs:strcmp

1518 	    strcmp(SG(request_info).request_method, "GET") == 0 &&
1579 if (strcmp(Z_STRVAL_P(encoding),"gzip") == 0
1580 || strcmp(Z_STRVAL_P(encoding),"x-gzip") == 0
1581 || strcmp(Z_STRVAL_P(encoding),"deflate") == 0
1625 if (strcmp((char*)env->ns->href, SOAP_1_1_ENV_NAMESPACE) == 0) {
1627 } else if (strcmp((char*)env->ns->href,SOAP_1_2_ENV_NAMESPACE) == 0) {
2156 strcmp(SOAP_GLOBAL(error_code),"WSDL") != 0) {
3264 if (strcmp(fault_code,"Client") == 0 ||
3265 strcmp(fault_code,"Server") == 0 ||
3266 strcmp(fault_code,"VersionMismatch") == 0 ||
3267 strcmp(fault_code,"MustUnderstand") == 0) {
3271 if (strcmp(fault_code,"Client") == 0) {
3274 } else if (strcmp(fault_code,"Server") == 0) {
3277 } else if (strcmp(fault_code,"VersionMismatch") == 0 ||
3278 strcmp(fault_code,"MustUnderstand") == 0 ||
3279 strcmp(fault_code,"DataEncodingUnknown") == 0) {
3355 strcmp((char *)params->name, function->functionName) == 0) {
3465 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3507 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3542 if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3547 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3572 } else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3586 if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
3591 if (strcmp((char*)attr->children->content,SOAP_1_1_ACTOR_NEXT) != 0 &&
3592 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3598 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
3603 if (strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_UNLIMATERECEIVER) != 0 &&
3604 strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_NEXT) != 0 &&
3605 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
3612 if (strcmp((char*)attr->children->content,"1") == 0 ||
3613 strcmp((char*)attr->children->content,"true") == 0) {
3615 } else if (strcmp((char*)attr->children->content,"0") == 0 ||
3616 strcmp((char*)attr->children->content,"false") == 0) {
3785 } else if (strcmp((char*)param->name,"return") == 0) {
4460 if (!strcmp((char*)xmlParam->name, "BOGUS")) {
4491 if (tmp->paramName && strcmp(param_name, tmp->paramName) == 0) {
4548 if (strcmp(param->element->name, (char*)node->name) != 0) {
4553 if (strcmp(param->element->namens, (char*)node->ns->href) != 0) {
4561 } else if (strcmp(param->paramName, (char*)node->name) != 0) {