#include "config.h"
#include "proto.h"
#include <stdio.h>
#include "gsm.h"
#include "private.h"
Go to the source code of this file.
|
| char * | malloc () |
| |
| char *memset | P ((char *, int, int)) |
| |
| gsm gsm_create | P0 () |
| |
◆ malloc()
Referenced by __ast_bt_get_symbols(), __ast_repl_malloc(), ael2_parse(), ael_yyalloc(), ast_std_malloc(), ast_yyalloc(), compose_func_args(), create_lpc10_decoder_state(), create_lpc10_encoder_state(), expr2_token_subst(), find_chan(), g722_decode_init(), g722_encode_init(), gen_prios(), linkprio(), main(), main(), main(), make_number(), make_str(), mallocconcat(), malloccopy(), op_tildetilde(), P0(), parsefilearg(), readawaysamples(), setup_filestack(), while(), workloop(), and yyparse().
◆ P()
| char *memset P |
( |
(char *, int, int) |
| ) |
|
|
extern |
◆ P0()
Definition at line 32 of file gsm_create.c.
33{
35
37 if (!r) return r;
38
39 memset((char *)r, 0, sizeof(*r));
40 r->nrp = 40;
41
42 return r;
43}
References malloc(), and gsm_state::nrp.