Lines Matching refs:theInt
260 msgtype, delrdn, theInt, sizelimit, err; in main() local
477 theInt = atoi(line); in main()
478 if (theInt == 0){ in main()
576 theInt = atoi(line); in main()
577 ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION, &theInt); in main()
714 theInt = 0; in main()
720 theInt = 1; in main()
722 theInt = atoi( line ); in main()
724 if (theInt){ in main()
879 theInt = atoi(line); in main()
880 ldap_set_option(ld, LDAP_OPT_DEREF, &theInt ); in main()
882 theInt = atoi(line); in main()
883 ldap_set_option(ld, LDAP_OPT_TIMELIMIT, &theInt); in main()
885 theInt = atoi(line); in main()
886 ldap_set_option(ld, LDAP_OPT_SIZELIMIT, &theInt); in main()
920 theInt = LDAP_OPT_ON; in main()
927 theInt = LDAP_OPT_OFF; in main()
929 ldap_set_option(ld, LDAP_OPT_REFERRALS, &theInt); in main()
935 theInt = atoi(line); in main()
936 switch (theInt){ in main()