MCPcopy Create free account
hub / github.com/OpenPrinting/cups / clear_env

Function clear_env

scheduler/env.c:241–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 */
240
241static void
242clear_env(void)
243{
244 int i; /* Looping var */
245
246
247 for (i = 0; i < num_common_env; i ++)
248 cupsdClearString(common_env + i);
249
250 num_common_env = 0;
251}
252
253
254/*

Callers 1

cupsdInitEnvFunction · 0.85

Calls 1

cupsdClearStringFunction · 0.85

Tested by

no test coverage detected