Lines Matching refs:cvalue
426 char *control, *cvalue, *next; in tool_args() local
455 cvalue = NULL; in tool_args()
462 if ( (cvalue = strchr( control, '=' )) != NULL ) { in tool_args()
463 *cvalue++ = '\0'; in tool_args()
471 if( cvalue == NULL ) { in tool_args()
479 assertion = cvalue; in tool_args()
492 if( cvalue == NULL ) { in tool_args()
506 authzid = cvalue; in tool_args()
518 if( cvalue == NULL ) { in tool_args()
532 proxydn = cvalue; in tool_args()
540 if( cvalue != NULL ) { in tool_args()
554 if( cvalue != NULL ) { in tool_args()
568 if( cvalue != NULL ) { in tool_args()
581 if( cvalue != NULL ) { in tool_args()
594 if( cvalue != NULL ) { in tool_args()
613 preread_attrs = cvalue; in tool_args()
622 postread_attrs = cvalue; in tool_args()
633 if ( cvalue != NULL ) { in tool_args()
636 continuation = strchr( cvalue, '/' ); in tool_args()
657 … if ( strcasecmp( cvalue, "chainingPreferred" ) == 0 ) { in tool_args()
659 … } else if ( strcasecmp( cvalue, "chainingRequired" ) == 0 ) { in tool_args()
661 … } else if ( strcasecmp( cvalue, "referralsPreferred" ) == 0 ) { in tool_args()
663 … } else if ( strcasecmp( cvalue, "referralsRequired" ) == 0 ) { in tool_args()
669 cvalue); in tool_args()
686 if ( cvalue ) { in tool_args()
687 sessionTrackingName = cvalue; in tool_args()
742 if ( cvalue != NULL ) { in tool_args()
744 size_t len = strlen( cvalue ); in tool_args()
750 retcode = lutil_b64_pton( cvalue, in tool_args()
817 if ( (cvalue = strchr( control, '=' )) != NULL ) { in tool_args()
818 *cvalue++ = '\0'; in tool_args()
831 if( cvalue == NULL || cvalue[0] == '\0' ) { in tool_args()
835 if ( strcasecmp( cvalue, "none" ) == 0 ) { in tool_args()
837 } else if ( strcasecmp( cvalue, "max" ) == 0 ) { in tool_args()
840 ival = strtol( cvalue, &next, 10 ); in tool_args()
843 … _("Unable to parse network timeout \"%s\"\n"), cvalue ); in tool_args()
855 if ( cvalue == 0 ) { in tool_args()
858 } else if ( strcasecmp( cvalue, "no" ) == 0 ) { in tool_args()
863 if ( lutil_atou( &u, cvalue ) ) { in tool_args()
865 … _("Unable to parse ldif_wrap=\"%s\"\n"), cvalue ); in tool_args()
871 } else if ( ldap_pvt_conf_option( control, cvalue, 1 ) ) { in tool_args()