Home
last modified time | relevance | path

Searched refs:p_stack_buf (Results 1 – 2 of 2) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/misc/
H A Ddstring.c72 p_ds->p_stack_buf = p_buf; in ds_init()
76 p_ds->p_stack_buf = (char *) NULL; in ds_init()
92 if (p_ds->p_buf != p_ds->p_stack_buf) { in ds_free()
236 if (p_ds->p_buf != p_ds->p_stack_buf) { in ds_reserve_internal()
334 if (p_ds->p_stack_buf == p_ds->p_buf) { in ds_compact()
341 (void) memcpy(p_ds->p_stack_buf, p_ds->p_buf, n_byte_alloc_min); in ds_compact()
343 p_ds->p_buf = p_ds->p_stack_buf; in ds_compact()
536 p_ds->p_stack_buf, p_ds->n_byte_stack_buf); in ds_print_info()
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Ddstring.h47 char *p_stack_buf; /* address of stack-based buffer backing dstring member
193 if (p_buf_active == p_ds->p_stack_buf) { /* not allocated */ in ds_free_move()