Home
last modified time | relevance | path

Searched refs:config_alloc (Results 1 – 24 of 24) sorted by relevance

/dports/net/bird2/bird-2.0.8/test/
H A Dbt-utils.c171 struct config *cfg = config_alloc("configuration"); in bt_config_parse()
183 struct config *cfg = config_alloc(filepath); in bt_config_file_parse()
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libmemcached/csl/
H A Dscanner.cc327 void *config_alloc (yy_size_t ,yyscan_t yyscanner );
2278 b = (YY_BUFFER_STATE) config_alloc(sizeof( struct yy_buffer_state ) ,yyscanner ); in config__create_buffer()
2287 b->yy_ch_buf = (char *) config_alloc(b->yy_buf_size + 2 ,yyscanner ); in config__create_buffer()
2444 yyg->yy_buffer_stack = (struct yy_buffer_state**)config_alloc in config_ensure_buffer_stack()
2492 b = (YY_BUFFER_STATE) config_alloc(sizeof( struct yy_buffer_state ) ,yyscanner ); in config__scan_buffer()
2541 buf = (char *) config_alloc(n ,yyscanner ); in config__scan_bytes()
2762 *ptr_yy_globals = (yyscan_t) config_alloc ( sizeof( struct yyguts_t ), NULL ); in config_lex_init()
2795 *ptr_yy_globals = (yyscan_t) config_alloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in config_lex_init_extra()
2898 void *config_alloc (yy_size_t size , yyscan_t yyscanner) in config_alloc() function
H A Dscanner.h239 void *config_alloc (yy_size_t ,yyscan_t yyscanner );
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcached/csl/
H A Dscanner.cc327 void *config_alloc (yy_size_t ,yyscan_t yyscanner );
2278 b = (YY_BUFFER_STATE) config_alloc(sizeof( struct yy_buffer_state ) ,yyscanner ); in config__create_buffer()
2287 b->yy_ch_buf = (char *) config_alloc(b->yy_buf_size + 2 ,yyscanner ); in config__create_buffer()
2444 yyg->yy_buffer_stack = (struct yy_buffer_state**)config_alloc in config_ensure_buffer_stack()
2492 b = (YY_BUFFER_STATE) config_alloc(sizeof( struct yy_buffer_state ) ,yyscanner ); in config__scan_buffer()
2541 buf = (char *) config_alloc(n ,yyscanner ); in config__scan_bytes()
2762 *ptr_yy_globals = (yyscan_t) config_alloc ( sizeof( struct yyguts_t ), NULL ); in config_lex_init()
2795 *ptr_yy_globals = (yyscan_t) config_alloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in config_lex_init_extra()
2898 void *config_alloc (yy_size_t size , yyscan_t yyscanner) in config_alloc() function
H A Dscanner.h239 void *config_alloc (yy_size_t ,yyscan_t yyscanner );
/dports/net/mptsd/mptsd-1.1/
H A Dconfig.h92 CONFIG * config_alloc ();
H A Dmptsd.c152 config = config_alloc(); in main()
H A Dconfig.c63 CONFIG *config_alloc() { in config_alloc() function
/dports/net/bird2/bird-2.0.8/lib/
H A Devent_test.c64 config = config_alloc(""); in t_ev_run_list()
/dports/net/bird/bird-1.6.8/conf/
H A Dconf.h66 struct config *config_alloc(const byte *name);
H A Dconf.c88 config_alloc(const byte *name) in config_alloc() function
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dconf.c35 config_t *config_alloc(void);
130 c = config_alloc(); in config_read()
313 config_t *config_alloc(void) in config_alloc() function
/dports/net/bird2/bird-2.0.8/conf/
H A Dconf.h69 struct config *config_alloc(const char *name);
H A Dconf.c90 config_alloc(const char *name) in config_alloc() function
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dlibkvazaar.c66 ctx->config = cfg = api->config_alloc(); in libkvazaar_init()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dkvazaar.h648 kvz_config * (*config_alloc)(void); member
H A Dcli.c246 opts->config = api->config_alloc(); in cmdline_opts_parse()
H A Dkvazaar.c402 .config_alloc = kvz_config_alloc,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dlibkvazaar.c66 ctx->config = cfg = api->config_alloc(); in libkvazaar_init()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dlibkvazaar.c67 ctx->config = cfg = api->config_alloc(); in libkvazaar_init()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dlibkvazaar.c67 ctx->config = cfg = api->config_alloc(); in libkvazaar_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dlibkvazaar.c67 ctx->config = cfg = api->config_alloc(); in libkvazaar_init()
/dports/net/bird2/bird-2.0.8/sysdep/unix/
H A Dmain.c211 struct config *conf = config_alloc(name); in unix_read_config()
/dports/net/bird/bird-1.6.8/sysdep/unix/
H A Dmain.c197 struct config *conf = config_alloc(name); in unix_read_config()