Home
last modified time | relevance | path

Searched refs:new_hdr (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/astro/oskar/OSKAR-2.8.0/python/examples/
H A Dfits_diff.py14 new_hdr = pyfits.header.Header()
17 new_hdr.append(item)
19 new_hdr.append(('HISTORY', '' * 60))
20 new_hdr.append(('HISTORY', '-' * 60))
22 new_hdr.append(('HISTORY', '- image1 : %s' % img1))
23 new_hdr.append(('HISTORY', '- image2 : %s' % img2))
24 new_hdr.append(('HISTORY', '-' * 60))
29 new_hdr.append(('HISTORY', ' - RMS : % .3e' %
31 new_hdr.append(('HISTORY', '-' * 60))
32 new_hdr.append(('HISTORY', '' * 60))
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dsip_msg_clone.c613 new_hdr->parsed=0; in sip_msg_shm_clone()
662 new_hdr->parsed = p; in sip_msg_shm_clone()
682 new_hdr->parsed = p; in sip_msg_shm_clone()
744 new_msg->route = new_hdr; in sip_msg_shm_clone()
814 new_msg->allow = new_hdr; in sip_msg_shm_clone()
869 new_msg->rpid = new_hdr; in sip_msg_shm_clone()
899 new_msg->ppi = new_hdr; in sip_msg_shm_clone()
904 new_msg->pai = new_hdr; in sip_msg_shm_clone()
909 new_msg->path = new_hdr; in sip_msg_shm_clone()
921 last_hdr->next = new_hdr; in sip_msg_shm_clone()
[all …]
/dports/mail/masqmail/masqmail-0.3.5/src/
H A Droute.c68 hdr_node->data = new_hdr; in rewrite_headers()
72 g_free(new_hdr); in rewrite_headers()
87 hdr_node->data = new_hdr; in rewrite_headers()
109 hdr_node->data = new_hdr; in rewrite_headers()
113 g_free(new_hdr); in rewrite_headers()
127 hdr_node->data = new_hdr; in rewrite_headers()
143 hdr_node->data = new_hdr; in rewrite_headers()
147 g_free(new_hdr); in rewrite_headers()
162 hdr_node->data = new_hdr; in rewrite_headers()
176 header *new_hdr; in rewrite_headers() local
[all …]
H A Drewrite.c28 gchar *new_hdr = g_strndup(hdr->header, hdr->value - hdr->header); in set_address_header_domain() local
59 new_hdr = g_strconcat(new_hdr, rewr_string, *p != '\0' ? "," : NULL, NULL); in set_address_header_domain()
64 hdr->header = new_hdr; in set_address_header_domain()
75 gchar *new_hdr = g_strndup(hdr->header, hdr->value - hdr->header); in map_address_header() local
89 new_hdr = g_strconcat(new_hdr, rewr_string, g_list_next(addr_node) ? "," : "\n", NULL); in map_address_header()
94 hdr->header = new_hdr; in map_address_header()
96 g_free(new_hdr); in map_address_header()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/include/array/
H A Drhmap.h167 struct rhmap__hdr *new_hdr; in rhmap__grow() local
175 if (!new_hdr) in rhmap__grow()
178 new_hdr->maxlen = new_max; in rhmap__grow()
180 if (!new_hdr->keys) in rhmap__grow()
183 free(new_hdr); in rhmap__grow()
187 if (!new_hdr->key_strs) in rhmap__grow()
190 free(new_hdr->keys); in rhmap__grow()
191 free(new_hdr); in rhmap__grow()
207 if (!new_hdr->keys[j &= new_hdr->maxlen]) in rhmap__grow()
217 new_hdr->len = old_hdr->len; in rhmap__grow()
[all …]
H A Drbuf.h97 struct rbuf__hdr *new_hdr; in rbuf__grow() local
102 new_hdr = (struct rbuf__hdr *)realloc(RBUF__HDR(buf), new_size); in rbuf__grow()
103 if (!new_hdr) in rbuf__grow()
108 new_hdr = (struct rbuf__hdr *)malloc(new_size); in rbuf__grow()
109 if (!new_hdr) in rbuf__grow()
111 new_hdr->len = 0; in rbuf__grow()
113 new_hdr->cap = new_cap; in rbuf__grow()
114 return new_hdr + 1; in rbuf__grow()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/include/array/
H A Drhmap.h167 struct rhmap__hdr *new_hdr; in rhmap__grow() local
175 if (!new_hdr) in rhmap__grow()
178 new_hdr->maxlen = new_max; in rhmap__grow()
180 if (!new_hdr->keys) in rhmap__grow()
183 free(new_hdr); in rhmap__grow()
187 if (!new_hdr->key_strs) in rhmap__grow()
190 free(new_hdr->keys); in rhmap__grow()
191 free(new_hdr); in rhmap__grow()
207 if (!new_hdr->keys[j &= new_hdr->maxlen]) in rhmap__grow()
217 new_hdr->len = old_hdr->len; in rhmap__grow()
[all …]
H A Drbuf.h97 struct rbuf__hdr *new_hdr; in rbuf__grow() local
102 new_hdr = (struct rbuf__hdr *)realloc(RBUF__HDR(buf), new_size); in rbuf__grow()
103 if (!new_hdr) in rbuf__grow()
108 new_hdr = (struct rbuf__hdr *)malloc(new_size); in rbuf__grow()
109 if (!new_hdr) in rbuf__grow()
111 new_hdr->len = 0; in rbuf__grow()
113 new_hdr->cap = new_cap; in rbuf__grow()
114 return new_hdr + 1; in rbuf__grow()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/include/array/
H A Drbuf.h97 struct rbuf__hdr *new_hdr; in rbuf__grow() local
102 new_hdr = (struct rbuf__hdr *)realloc(RBUF__HDR(buf), new_size); in rbuf__grow()
103 if (!new_hdr) in rbuf__grow()
108 new_hdr = (struct rbuf__hdr *)malloc(new_size); in rbuf__grow()
109 if (!new_hdr) in rbuf__grow()
111 new_hdr->len = 0; in rbuf__grow()
113 new_hdr->cap = new_cap; in rbuf__grow()
114 return new_hdr + 1; in rbuf__grow()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/include/array/
H A Drbuf.h91 struct rbuf__hdr *new_hdr; in rbuf__grow() local
96 new_hdr = (struct rbuf__hdr *)realloc(RBUF__HDR(buf), new_size); in rbuf__grow()
97 if (!new_hdr) in rbuf__grow()
102 new_hdr = (struct rbuf__hdr *)malloc(new_size); in rbuf__grow()
103 if (!new_hdr) in rbuf__grow()
105 new_hdr->len = 0; in rbuf__grow()
107 new_hdr->cap = new_cap; in rbuf__grow()
108 return new_hdr + 1; in rbuf__grow()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/include/array/
H A Drbuf.h91 struct rbuf__hdr *new_hdr; in rbuf__grow() local
96 new_hdr = (struct rbuf__hdr *)realloc(RBUF__HDR(buf), new_size); in rbuf__grow()
97 if (!new_hdr) in rbuf__grow()
102 new_hdr = (struct rbuf__hdr *)malloc(new_size); in rbuf__grow()
103 if (!new_hdr) in rbuf__grow()
105 new_hdr->len = 0; in rbuf__grow()
107 new_hdr->cap = new_cap; in rbuf__grow()
108 return new_hdr + 1; in rbuf__grow()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/util/
H A Du_debug_memory.c255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
256 if (!new_hdr) { in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
266 new_hdr->size = new_size; in debug_realloc()
267 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
268 new_hdr->tag = 0; in debug_realloc()
270 new_hdr->freed = FALSE; in debug_realloc()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/util/
H A Du_debug_memory.c255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
256 if (!new_hdr) { in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
266 new_hdr->size = new_size; in debug_realloc()
267 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
268 new_hdr->tag = 0; in debug_realloc()
270 new_hdr->freed = FALSE; in debug_realloc()
[all …]
/dports/lang/clover/mesa-21.3.6/src/util/
H A Du_debug_memory.c255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
256 if (!new_hdr) { in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
266 new_hdr->size = new_size; in debug_realloc()
267 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
268 new_hdr->tag = 0; in debug_realloc()
270 new_hdr->freed = FALSE; in debug_realloc()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/util/
H A Du_debug_memory.c255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
256 if (!new_hdr) { in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
266 new_hdr->size = new_size; in debug_realloc()
267 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
268 new_hdr->tag = 0; in debug_realloc()
270 new_hdr->freed = FALSE; in debug_realloc()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/util/
H A Du_debug_memory.c255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
256 if (!new_hdr) { in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
266 new_hdr->size = new_size; in debug_realloc()
267 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
268 new_hdr->tag = 0; in debug_realloc()
270 new_hdr->freed = FALSE; in debug_realloc()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/util/
H A Du_debug_memory.c255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
256 if (!new_hdr) { in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
266 new_hdr->size = new_size; in debug_realloc()
267 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
268 new_hdr->tag = 0; in debug_realloc()
270 new_hdr->freed = FALSE; in debug_realloc()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/util/
H A Du_debug_memory.c255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
256 if (!new_hdr) { in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
266 new_hdr->size = new_size; in debug_realloc()
267 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
268 new_hdr->tag = 0; in debug_realloc()
270 new_hdr->freed = FALSE; in debug_realloc()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/
H A Du_debug_memory.c255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
256 if (!new_hdr) { in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
266 new_hdr->size = new_size; in debug_realloc()
267 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
268 new_hdr->tag = 0; in debug_realloc()
270 new_hdr->freed = FALSE; in debug_realloc()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/util/
H A Du_debug_memory.c255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
256 if (!new_hdr) { in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
266 new_hdr->size = new_size; in debug_realloc()
267 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
268 new_hdr->tag = 0; in debug_realloc()
270 new_hdr->freed = FALSE; in debug_realloc()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/util/
H A Du_debug_memory.c255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
256 if (!new_hdr) { in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
266 new_hdr->size = new_size; in debug_realloc()
267 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
268 new_hdr->tag = 0; in debug_realloc()
270 new_hdr->freed = FALSE; in debug_realloc()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/util/
H A Du_debug_memory.c255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
256 if (!new_hdr) { in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
266 new_hdr->size = new_size; in debug_realloc()
267 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
268 new_hdr->tag = 0; in debug_realloc()
270 new_hdr->freed = FALSE; in debug_realloc()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/memcache/src/
H A DExternalValue.cc434 if(shouldExternalize(new_hdr.length)) in update()
435 insertParts(value, new_hdr.length, new_hdr.nparts, 0); in update()
508 const Uint64 ext_id = new_hdr.id; in insertParts()
669 if(shouldExternalize(new_hdr.length)) in insert()
670 insertParts(value, new_hdr.length, new_hdr.nparts, 0); in insert()
687 new_hdr.id = old_hdr.id; in affix_short()
688 new_hdr.setLength(len); in affix_short()
702 * (value + new_hdr.length) = 0; in affix_short()
712 insertParts(value, new_hdr.length, new_hdr.nparts, 0); in affix_short()
727 new_hdr.id = old_hdr.id; in prepend()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/memcache/src/
H A DExternalValue.cc436 if(shouldExternalize(new_hdr.length)) in update()
437 insertParts(value, new_hdr.length, new_hdr.nparts, 0); in update()
510 const Uint64 ext_id = new_hdr.id; in insertParts()
671 if(shouldExternalize(new_hdr.length)) in insert()
672 insertParts(value, new_hdr.length, new_hdr.nparts, 0); in insert()
689 new_hdr.id = old_hdr.id; in affix_short()
690 new_hdr.setLength(len); in affix_short()
704 * (value + new_hdr.length) = 0; in affix_short()
714 insertParts(value, new_hdr.length, new_hdr.nparts, 0); in affix_short()
729 new_hdr.id = old_hdr.id; in prepend()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/memcache/src/
H A DExternalValue.cc436 if(shouldExternalize(new_hdr.length)) in update()
437 insertParts(value, new_hdr.length, new_hdr.nparts, 0); in update()
510 const Uint64 ext_id = new_hdr.id; in insertParts()
671 if(shouldExternalize(new_hdr.length)) in insert()
672 insertParts(value, new_hdr.length, new_hdr.nparts, 0); in insert()
689 new_hdr.id = old_hdr.id; in affix_short()
690 new_hdr.setLength(len); in affix_short()
704 * (value + new_hdr.length) = 0; in affix_short()
714 insertParts(value, new_hdr.length, new_hdr.nparts, 0); in affix_short()
729 new_hdr.id = old_hdr.id; in prepend()
[all …]

12345678