Home
last modified time | relevance | path

Searched refs:queue_line_fifo_to_rxstack (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dextstack.h157 int queue_line_fifo_to_rxstack( const tsd_t *TSD, int sock, const streng *line );
H A Dstack.c409 queue_line_fifo_to_rxstack( TSD, dst->u.e.socket, ptr->contents ) ; in flush_stack()
744 if ( ( rc = queue_line_fifo_to_rxstack( TSD, work->u.e.socket, line ) ) == -1 ) in stack_fifo()
1881 queue_line_fifo_to_rxstack( TSD, q->u.e.socket, buffer ) ; in addr_io_queue()
H A Dwrappers.h392 #define queue_line_fifo_to_rxstack __regina_queue_line_fifo_to_rxstack macro
H A Dextstack.c806 int queue_line_fifo_to_rxstack( const tsd_t *TSD, int sock, const streng *line ) in queue_line_fifo_to_rxstack() function