Home
last modified time | relevance | path

Searched refs:FREE_AND_NULL (Results 1 – 25 of 817) sorted by relevance

12345678910>>...33

/dports/devel/git-gui/git-2.34.1/
H A Drepository.c240 FREE_AND_NULL(repo->gitdir); in repo_clear()
241 FREE_AND_NULL(repo->commondir); in repo_clear()
242 FREE_AND_NULL(repo->graft_file); in repo_clear()
243 FREE_AND_NULL(repo->index_file); in repo_clear()
244 FREE_AND_NULL(repo->worktree); in repo_clear()
245 FREE_AND_NULL(repo->submodule_prefix); in repo_clear()
248 FREE_AND_NULL(repo->objects); in repo_clear()
251 FREE_AND_NULL(repo->parsed_objects); in repo_clear()
255 FREE_AND_NULL(repo->config); in repo_clear()
266 FREE_AND_NULL(repo->index); in repo_clear()
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Drepository.c240 FREE_AND_NULL(repo->gitdir); in repo_clear()
241 FREE_AND_NULL(repo->commondir); in repo_clear()
242 FREE_AND_NULL(repo->graft_file); in repo_clear()
243 FREE_AND_NULL(repo->index_file); in repo_clear()
244 FREE_AND_NULL(repo->worktree); in repo_clear()
245 FREE_AND_NULL(repo->submodule_prefix); in repo_clear()
248 FREE_AND_NULL(repo->objects); in repo_clear()
251 FREE_AND_NULL(repo->parsed_objects); in repo_clear()
255 FREE_AND_NULL(repo->config); in repo_clear()
266 FREE_AND_NULL(repo->index); in repo_clear()
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Drepository.c240 FREE_AND_NULL(repo->gitdir); in repo_clear()
241 FREE_AND_NULL(repo->commondir); in repo_clear()
242 FREE_AND_NULL(repo->graft_file); in repo_clear()
243 FREE_AND_NULL(repo->index_file); in repo_clear()
244 FREE_AND_NULL(repo->worktree); in repo_clear()
245 FREE_AND_NULL(repo->submodule_prefix); in repo_clear()
248 FREE_AND_NULL(repo->objects); in repo_clear()
251 FREE_AND_NULL(repo->parsed_objects); in repo_clear()
255 FREE_AND_NULL(repo->config); in repo_clear()
266 FREE_AND_NULL(repo->index); in repo_clear()
[all …]
/dports/devel/git/git-2.34.1/
H A Drepository.c240 FREE_AND_NULL(repo->gitdir); in repo_clear()
241 FREE_AND_NULL(repo->commondir); in repo_clear()
242 FREE_AND_NULL(repo->graft_file); in repo_clear()
243 FREE_AND_NULL(repo->index_file); in repo_clear()
244 FREE_AND_NULL(repo->worktree); in repo_clear()
245 FREE_AND_NULL(repo->submodule_prefix); in repo_clear()
248 FREE_AND_NULL(repo->objects); in repo_clear()
251 FREE_AND_NULL(repo->parsed_objects); in repo_clear()
255 FREE_AND_NULL(repo->config); in repo_clear()
266 FREE_AND_NULL(repo->index); in repo_clear()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Drepository.c240 FREE_AND_NULL(repo->gitdir); in repo_clear()
241 FREE_AND_NULL(repo->commondir); in repo_clear()
242 FREE_AND_NULL(repo->graft_file); in repo_clear()
243 FREE_AND_NULL(repo->index_file); in repo_clear()
244 FREE_AND_NULL(repo->worktree); in repo_clear()
245 FREE_AND_NULL(repo->submodule_prefix); in repo_clear()
248 FREE_AND_NULL(repo->objects); in repo_clear()
251 FREE_AND_NULL(repo->parsed_objects); in repo_clear()
255 FREE_AND_NULL(repo->config); in repo_clear()
266 FREE_AND_NULL(repo->index); in repo_clear()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Drepository.c232 FREE_AND_NULL(repo->gitdir); in repo_clear()
233 FREE_AND_NULL(repo->commondir); in repo_clear()
234 FREE_AND_NULL(repo->graft_file); in repo_clear()
235 FREE_AND_NULL(repo->index_file); in repo_clear()
236 FREE_AND_NULL(repo->worktree); in repo_clear()
237 FREE_AND_NULL(repo->submodule_prefix); in repo_clear()
240 FREE_AND_NULL(repo->objects); in repo_clear()
243 FREE_AND_NULL(repo->parsed_objects); in repo_clear()
247 FREE_AND_NULL(repo->config); in repo_clear()
258 FREE_AND_NULL(repo->index); in repo_clear()
H A Dgpg-interface.c71 FREE_AND_NULL(sigc->payload); in signature_check_clear()
72 FREE_AND_NULL(sigc->gpg_output); in signature_check_clear()
73 FREE_AND_NULL(sigc->gpg_status); in signature_check_clear()
74 FREE_AND_NULL(sigc->signer); in signature_check_clear()
75 FREE_AND_NULL(sigc->key); in signature_check_clear()
76 FREE_AND_NULL(sigc->fingerprint); in signature_check_clear()
77 FREE_AND_NULL(sigc->primary_key_fingerprint); in signature_check_clear()
204 FREE_AND_NULL(sigc->primary_key_fingerprint); in parse_gpg_output()
205 FREE_AND_NULL(sigc->fingerprint); in parse_gpg_output()
206 FREE_AND_NULL(sigc->signer); in parse_gpg_output()
[all …]
/dports/www/middleman/middleman/src/
H A Dmime.c295 FREE_AND_NULL(x->comment);
309 FREE_AND_NULL(x->host);
320 FREE_AND_NULL(x->mime);
362 FREE_AND_NULL(x->comment);
363 FREE_AND_NULL(x->template);
364 FREE_AND_NULL(x->host);
365 FREE_AND_NULL(x->file);
366 FREE_AND_NULL(x->mime);
436 FREE_AND_NULL(ml->host);
437 FREE_AND_NULL(ml->file);
[all …]
H A Dfilter.c299 FREE_AND_NULL(fl->comment); in filter_ll_free()
300 FREE_AND_NULL(fl->host); in filter_ll_free()
301 FREE_AND_NULL(fl->file); in filter_ll_free()
385 FREE_AND_NULL(x->comment); in filter_ll_insert()
393 FREE_AND_NULL(x->host); in filter_ll_insert()
405 FREE_AND_NULL(x->file); in filter_ll_insert()
415 FREE_AND_NULL(x->template); in filter_ll_insert()
442 FREE_AND_NULL(x->comment); in filter_ll_delete()
443 FREE_AND_NULL(x->host); in filter_ll_delete()
444 FREE_AND_NULL(x->file); in filter_ll_delete()
[all …]
H A Dforward.c280 FREE_AND_NULL(x->comment); in forward_list_insert()
286 FREE_AND_NULL(x->proxy); in forward_list_insert()
328 FREE_AND_NULL(x->username); in forward_list_insert()
342 FREE_AND_NULL(x->domain); in forward_list_insert()
383 FREE_AND_NULL(x->comment); in forward_list_delete()
384 FREE_AND_NULL(x->proxy); in forward_list_delete()
385 FREE_AND_NULL(x->username); in forward_list_delete()
386 FREE_AND_NULL(x->password); in forward_list_delete()
387 FREE_AND_NULL(x->domain); in forward_list_delete()
402 FREE_AND_NULL(fl->proxy); in forward_list_free()
[all …]
H A Drewrite.c211 FREE_AND_NULL(x->comment); in rewrite_list_insert()
220 FREE_AND_NULL(x->pattern); in rewrite_list_insert()
230 FREE_AND_NULL(x->replace); in rewrite_list_insert()
259 FREE_AND_NULL(x->mime); in rewrite_list_insert()
322 FREE_AND_NULL(x->comment); in rewrite_list_delete()
323 FREE_AND_NULL(x->pattern); in rewrite_list_delete()
324 FREE_AND_NULL(x->replace); in rewrite_list_delete()
325 FREE_AND_NULL(x->mime); in rewrite_list_delete()
360 FREE_AND_NULL(rl->comment); in rewrite_list_free()
361 FREE_AND_NULL(rl->pattern); in rewrite_list_free()
[all …]
H A Dheader.c334 FREE_AND_NULL(hl->comment);
335 FREE_AND_NULL(hl->type);
336 FREE_AND_NULL(hl->value);
358 FREE_AND_NULL(x->comment);
366 FREE_AND_NULL(x->type);
377 FREE_AND_NULL(x->value);
451 FREE_AND_NULL(x->comment);
452 FREE_AND_NULL(x->type);
453 FREE_AND_NULL(x->value);
734 FREE_AND_NULL(header->raw);
[all …]
H A Dredirect.c241 FREE_AND_NULL(x->comment); in redirect_list_insert()
249 FREE_AND_NULL(x->url); in redirect_list_insert()
258 FREE_AND_NULL(x->redirect); in redirect_list_insert()
327 FREE_AND_NULL(x->comment); in redirect_list_delete()
328 FREE_AND_NULL(x->url); in redirect_list_delete()
329 FREE_AND_NULL(x->redirect); in redirect_list_delete()
357 FREE_AND_NULL(rl->comment); in redirect_list_free()
358 FREE_AND_NULL(rl->url); in redirect_list_free()
359 FREE_AND_NULL(rl->redirect); in redirect_list_free()
485 FREE_AND_NULL(connection->header->file); in redirect_do()
[all …]
H A Dtemplate.c230 FREE_AND_NULL(x->comment); in template_list_insert()
236 FREE_AND_NULL(x->name); in template_list_insert()
242 FREE_AND_NULL(x->file); in template_list_insert()
254 FREE_AND_NULL(x->mime); in template_list_insert()
308 FREE_AND_NULL(x->comment); in template_list_delete()
309 FREE_AND_NULL(x->name); in template_list_delete()
310 FREE_AND_NULL(x->file); in template_list_delete()
311 FREE_AND_NULL(x->mime); in template_list_delete()
346 FREE_AND_NULL(tl->name); in templates_list_free()
347 FREE_AND_NULL(tl->file); in templates_list_free()
[all …]
H A Dkeywords.c113 FREE_AND_NULL(tmp_list->template);
247 FREE_AND_NULL(x->comment);
255 FREE_AND_NULL(x->mime);
266 FREE_AND_NULL(x->keyword);
308 FREE_AND_NULL(x->comment);
309 FREE_AND_NULL(x->mime);
310 FREE_AND_NULL(x->keyword);
330 FREE_AND_NULL(kl->comment);
331 FREE_AND_NULL(kl->mime);
332 FREE_AND_NULL(kl->keyword);
[all …]
H A Dprofiles.c210 FREE_AND_NULL(x->comment); in profiles_list_insert()
219 FREE_AND_NULL(x->host); in profiles_list_insert()
231 FREE_AND_NULL(x->file); in profiles_list_insert()
271 FREE_AND_NULL(x->portrange); in profiles_list_insert()
326 FREE_AND_NULL(x->comment); in profiles_list_delete()
327 FREE_AND_NULL(x->host); in profiles_list_delete()
328 FREE_AND_NULL(x->file); in profiles_list_delete()
329 FREE_AND_NULL(x->portrange); in profiles_list_delete()
370 FREE_AND_NULL(pl->comment); in profiles_list_free()
371 FREE_AND_NULL(pl->host); in profiles_list_free()
[all …]
H A Dpool.c57 FREE_AND_NULL(pitem->username);
58 FREE_AND_NULL(pitem->password);
122 FREE_AND_NULL(pitem->username);
123 FREE_AND_NULL(pitem->password);
173 FREE_AND_NULL(pitem->username);
174 FREE_AND_NULL(pitem->password);
H A Dexternal.c218 FREE_AND_NULL(x->comment); in external_list_insert()
226 FREE_AND_NULL(x->mime); in external_list_insert()
235 FREE_AND_NULL(x->exec); in external_list_insert()
241 FREE_AND_NULL(x->newmime); in external_list_insert()
304 FREE_AND_NULL(x->comment); in external_list_delete()
305 FREE_AND_NULL(x->mime); in external_list_delete()
306 FREE_AND_NULL(x->exec); in external_list_delete()
307 FREE_AND_NULL(x->newmime); in external_list_delete()
339 FREE_AND_NULL(el->comment); in external_list_free()
340 FREE_AND_NULL(el->mime); in external_list_free()
[all …]
/dports/security/tor/tor-0.4.6.8/src/feature/hs/
H A Dhs_descriptor.h260 FREE_AND_NULL(hs_descriptor_t, hs_descriptor_free_, (desc))
263 FREE_AND_NULL(hs_desc_plaintext_data_t, hs_desc_plaintext_data_free_, (desc))
266 FREE_AND_NULL(hs_desc_superencrypted_data_t, \
270 FREE_AND_NULL(hs_desc_encrypted_data_t, hs_desc_encrypted_data_free_, (desc))
298 FREE_AND_NULL(hs_desc_intro_point_t, hs_desc_intro_point_free_, (ip))
301 FREE_AND_NULL(hs_desc_authorized_client_t, \
H A Dhs_ident.h120 FREE_AND_NULL(hs_ident_circuit_t, hs_ident_circuit_free_, (id))
127 FREE_AND_NULL(hs_ident_dir_conn_t, hs_ident_dir_conn_free_, (id))
137 FREE_AND_NULL(hs_ident_edge_conn_t, hs_ident_edge_conn_free_, (id))
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/hs/
H A Dhs_descriptor.h260 FREE_AND_NULL(hs_descriptor_t, hs_descriptor_free_, (desc))
263 FREE_AND_NULL(hs_desc_plaintext_data_t, hs_desc_plaintext_data_free_, (desc))
266 FREE_AND_NULL(hs_desc_superencrypted_data_t, \
270 FREE_AND_NULL(hs_desc_encrypted_data_t, hs_desc_encrypted_data_free_, (desc))
298 FREE_AND_NULL(hs_desc_intro_point_t, hs_desc_intro_point_free_, (ip))
301 FREE_AND_NULL(hs_desc_authorized_client_t, \
H A Dhs_ident.h120 FREE_AND_NULL(hs_ident_circuit_t, hs_ident_circuit_free_, (id))
127 FREE_AND_NULL(hs_ident_dir_conn_t, hs_ident_dir_conn_free_, (id))
137 FREE_AND_NULL(hs_ident_edge_conn_t, hs_ident_edge_conn_free_, (id))
/dports/security/tor/tor-0.4.6.8/src/lib/pubsub/
H A Dpubsub_build.h51 FREE_AND_NULL(pubsub_builder_t, pubsub_builder_free_, (db))
68 FREE_AND_NULL(struct pubsub_connector_t, pubsub_connector_free_, (c))
94 FREE_AND_NULL(pubsub_items_t, pubsub_items_free_, (cfg))
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/pubsub/
H A Dpubsub_build.h51 FREE_AND_NULL(pubsub_builder_t, pubsub_builder_free_, (db))
68 FREE_AND_NULL(struct pubsub_connector_t, pubsub_connector_free_, (c))
94 FREE_AND_NULL(pubsub_items_t, pubsub_items_free_, (cfg))
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/vcd/
H A Dvcdio.c68 #define FREE_AND_NULL(ptr) if (NULL != ptr) free(ptr); ptr = NULL; macro
77 FREE_AND_NULL(p_vcdplayer->psz_source); in vcdio_close()
78 FREE_AND_NULL(p_vcdplayer->track); in vcdio_close()
79 FREE_AND_NULL(p_vcdplayer->segment); in vcdio_close()
80 FREE_AND_NULL(p_vcdplayer->entry); in vcdio_close()

12345678910>>...33