Lines Matching defs:tmp
781 char *tmp = NULL;
830 tmp = getParameterValue(argv[1], "port=");
831 if (tmp == NULL) {
834 port = strtol(tmp, &endp, 10);
840 isc_mem_free(ns_g_mctx, tmp);
844 isc_mem_free(ns_g_mctx, tmp);
899 tmp = getParameterValue(argv[1], "compress=");
900 if (tmp != NULL) {
901 if (strcasecmp(tmp, "true") == 0)
903 isc_mem_free(ns_g_mctx, tmp);
906 tmp = getParameterValue(argv[1], "ssl=");
907 if (tmp != NULL) {
908 if (strcasecmp(tmp, "true") == 0)
910 isc_mem_free(ns_g_mctx, tmp);
913 tmp = getParameterValue(argv[1], "space=");
914 if (tmp != NULL) {
915 if (strcasecmp(tmp, "ignore") == 0)
917 isc_mem_free(ns_g_mctx, tmp);