]> mj.ucw.cz Git - libucw.git/blob - tools/libucw.api
Doc: Documented growing arrays, generic allocators and related things
[libucw.git] / tools / libucw.api
1 # ucw/asio.h
2 asio_init_queue
3 asio_cleanup_queue
4 asio_get
5 asio_submit
6 asio_wait
7 asio_put
8 asio_sync
9 # ucw/base224.h
10 base224_encode
11 base224_decode
12 # ucw/base64.h
13 base64_encode
14 base64_decode
15 # ucw/bbuf.h
16 bb_vprintf
17 bb_printf
18 bb_vprintf_at
19 bb_printf_at
20 # ucw/binheap-node.h
21 # ucw/binsearch.h
22 # ucw/bitarray.h
23 bit_array_xrealloc
24 bit_array_count_bits
25 # ucw/bitops.h
26 bit_fls
27 ffs_table
28 # ucw/bitsig.h
29 bitsig_init
30 bitsig_free
31 bitsig_member
32 bitsig_insert
33 # ucw/chartype.h
34 # ucw/clists.h
35 # ucw/conf-internal.h
36 cf_obtain_context
37 cf_op_names
38 cf_type_names
39 cf_type_size
40 cf_interpret_line
41 cf_init_stack
42 cf_done_stack
43 cf_journal_swap
44 cf_journal_delete
45 cf_sections
46 cf_find_subitem
47 cf_commit_all
48 cf_add_dirty
49 cf_load_default
50 # ucw/conf.h
51 cf_new_context
52 cf_delete_context
53 cf_switch_context
54 cf_load
55 cf_reload
56 cf_set
57 cf_open_group
58 cf_close_group
59 cf_revert
60 cf_get_pool
61 cf_malloc
62 cf_malloc_zero
63 cf_strdup
64 cf_printf
65 cf_set_journalling
66 cf_journal_block
67 cf_journal_new_transaction
68 cf_journal_commit_transaction
69 cf_journal_rollback_transaction
70 cf_declare_section
71 cf_declare_rel_section
72 cf_init_section
73 cf_parse_int
74 cf_parse_u64
75 cf_parse_double
76 cf_parse_ip
77 cf_find_item
78 cf_modify_item
79 cf_dump_sections
80 # ucw/config.h
81 # ucw/crc-tables.h
82 crc_tableil8_o32
83 crc_tableil8_o40
84 crc_tableil8_o48
85 crc_tableil8_o56
86 crc_tableil8_o64
87 crc_tableil8_o72
88 crc_tableil8_o80
89 crc_tableil8_o88
90 # ucw/crc.h
91 crc32_init
92 crc32_hash_buffer
93 # ucw/daemon.h
94 daemon_init
95 daemon_run
96 daemon_exit
97 daemon_control
98 # ucw/eltpool.h
99 ep_new
100 ep_delete
101 ep_total_size
102 ep_alloc_slow
103 # ucw/fastbuf.h
104 fb_tie
105 fbpar_cf
106 fbpar_def
107 bopen_file
108 bopen_file_try
109 bopen_tmp_file
110 bopen_fd_name
111 bfilesync
112 bopen
113 bopen_try
114 bopen_tmp
115 bfdopen
116 bfdopen_shared
117 temp_file_name
118 open_tmp
119 bfix_tmp_file
120 bfdopen_internal
121 bfmmopen_internal
122 fbdir_cheat
123 fbdir_open_fd_internal
124 bclose_file_helper
125 bopen_limited_fd
126 fbmem_create
127 fbmem_clone_read
128 fbbuf_init_read
129 fbbuf_init_write
130 fbgrow_create
131 fbgrow_create_mp
132 fbgrow_reset
133 fbgrow_rewind
134 fbgrow_get_buf
135 fbpool_init
136 fbpool_start
137 fbpool_end
138 fbatomic_open
139 fbatomic_internal_write
140 fbmulti_create
141 fbmulti_append
142 fbmulti_remove
143 bconfig
144 bclose
145 bthrow
146 brefill
147 bspout
148 bflush
149 bseek
150 bsetpos
151 brewind
152 bfilesize
153 bgetc_slow
154 bpeekc_slow
155 beof_slow
156 bputc_slow
157 bread_slow
158 bwrite_slow
159 bgets
160 bgets0
161 bgets_nodie
162 bgets_bb
163 bgets_mp
164 bgets_stk_init
165 bgets_stk_step
166 bbcopy_slow
167 bskip_slow
168 bprintf
169 vbprintf
170 # ucw/fb-socket.h
171 fbsock_create
172 # ucw/ff-binary.h
173 bgetw_slow
174 bgetw_be_slow
175 bgetw_le_slow
176 bgetl_slow
177 bgetl_be_slow
178 bgetl_le_slow
179 bgetq_slow
180 bgetq_be_slow
181 bgetq_le_slow
182 bget5_slow
183 bget5_be_slow
184 bget5_le_slow
185 bputw_slow
186 bputw_be_slow
187 bputw_le_slow
188 bputl_slow
189 bputl_be_slow
190 bputl_le_slow
191 bputq_slow
192 bputq_be_slow
193 bputq_le_slow
194 bput5_slow
195 bput5_be_slow
196 bput5_le_slow
197 # ucw/ff-unicode.h
198 bget_utf8_slow
199 bget_utf8_32_slow
200 bput_utf8_slow
201 bput_utf8_32_slow
202 bget_utf16_be_slow
203 bget_utf16_le_slow
204 bput_utf16_be_slow
205 bput_utf16_le_slow
206 # ucw/ff-varint.h
207 bget_varint_slow
208 bput_varint_slow
209 # ucw/gary.h
210 gary_allocator_default
211 gary_allocator_zeroed
212 gary_init
213 gary_set_size
214 gary_push_helper
215 gary_fix
216 # ucw/getopt.h
217 cf_def_file
218 cf_env_file
219 cf_getopt
220 reset_getopt
221 # ucw/hashfunc.h
222 str_len_aligned
223 hash_string_aligned
224 hash_block_aligned
225 str_len
226 hash_string
227 hash_block
228 hash_string_nocase
229 # ucw/heap.h
230 # ucw/io.h
231 mmap_file
232 munmap_file
233 careful_read
234 careful_write
235 sync_dir
236 # ucw/ipaccess.h
237 ipaccess_cf
238 ipaccess_check
239 ip_addrmask_type
240 ip_addrmask_match
241 # ucw/lib.h
242 msg
243 vmsg
244 die
245 vdie
246 log_title
247 log_pid
248 log_die_hook
249 log_init
250 log_fork
251 log_file
252 assert_failed
253 assert_failed_noinfo
254 xmalloc
255 xrealloc
256 xfree
257 xmalloc_zero
258 xstrdup
259 page_alloc
260 page_alloc_zero
261 page_free
262 page_realloc
263 big_alloc
264 big_alloc_zero
265 big_free
266 random_u32
267 random_max
268 random_u64
269 random_max_u64
270 # ucw/lizard.h
271 lizard_compress
272 lizard_decompress
273 lizard_alloc
274 lizard_free
275 lizard_decompress_safe
276 adler32_update
277 # ucw/log-internal.h
278 log_pass_msg
279 log_streams
280 log_streams_after
281 log_stream_default
282 log_type_names
283 # ucw/log.h
284 log_register_type
285 log_find_type
286 log_type_name
287 log_new_stream
288 log_close_stream
289 log_add_substream
290 log_rm_substream
291 log_set_format
292 log_stream_by_flags
293 log_set_default_stream
294 log_close_all
295 log_new_file
296 log_new_fd
297 log_switch_disable
298 log_switch_enable
299 log_switch
300 log_new_syslog
301 log_syslog_facility_exists
302 log_new_configured
303 log_configured
304 log_check_configured
305 # ucw/mainloop.h
306 main_new
307 main_delete
308 main_destroy
309 main_switch_context
310 main_current
311 main_init
312 main_cleanup
313 main_teardown
314 main_loop
315 main_step
316 main_debug_context
317 timer_add
318 timer_add_rel
319 timer_del
320 main_get_time
321 timer_debug
322 hook_add
323 hook_del
324 hook_debug
325 file_add
326 file_chg
327 file_del
328 file_debug
329 block_io_add
330 block_io_del
331 block_io_read
332 block_io_write
333 block_io_set_timeout
334 rec_io_add
335 rec_io_del
336 rec_io_start_read
337 rec_io_stop_read
338 rec_io_set_timeout
339 rec_io_write
340 rec_io_parse_line
341 process_add
342 process_del
343 process_fork
344 process_debug
345 signal_add
346 signal_del
347 signal_debug
348 # ucw/md5.h
349 md5_init
350 md5_update
351 md5_final
352 md5_transform
353 md5_hash_buffer
354 # ucw/mempool.h
355 mp_init
356 mp_new
357 mp_delete
358 mp_flush
359 mp_stats
360 mp_total_size
361 mp_alloc_internal
362 mp_alloc
363 mp_alloc_noalign
364 mp_alloc_zero
365 mp_start_internal
366 mp_grow_internal
367 mp_spread_internal
368 mp_start
369 mp_start_noalign
370 mp_open
371 mp_realloc
372 mp_realloc_zero
373 mp_push
374 mp_restore
375 mp_pop
376 mp_strdup
377 mp_memdup
378 mp_multicat
379 mp_strjoin
380 mp_str_from_mem
381 mp_printf
382 mp_vprintf
383 mp_printf_append
384 mp_vprintf_append
385 # ucw/opt-internal.h
386 opt_precompute
387 # ucw/opt.h
388 opt_parse
389 opt_failure
390 opt_help
391 opt_handle_help
392 opt_handle_config
393 opt_handle_set
394 opt_handle_dumpconfig
395 opt_conf_hook_internal
396 cf_def_file
397 cf_env_file
398 # ucw/partmap.h
399 partmap_open
400 partmap_close
401 partmap_size
402 partmap_load
403 # ucw/prime.h
404 isprime
405 nextprime
406 next_table_prime
407 prev_table_prime
408 # ucw/process.h
409 setproctitle_init
410 setproctitle
411 getproctitle
412 format_exit_status
413 run_command
414 exec_command
415 echo_command
416 run_command_v
417 exec_command_v
418 echo_command_v
419 # ucw/regex.h
420 rx_compile
421 rx_free
422 rx_match
423 rx_subst
424 # ucw/resource.h
425 rp_new
426 rp_delete
427 rp_detach
428 rp_commit
429 rp_dump
430 res_alloc
431 res_dump
432 res_free
433 res_detach
434 res_add
435 res_drop
436 res_for_fd
437 res_malloc
438 res_malloc_zero
439 res_realloc
440 res_subpool
441 res_mempool
442 res_eltpool
443 # ucw/semaphore.h
444 # ucw/sha1.h
445 sha1_init
446 sha1_update
447 sha1_final
448 sha1_hash_buffer
449 sha1_hmac
450 sha1_hmac_init
451 sha1_hmac_update
452 sha1_hmac_final
453 # ucw/sighandler.h
454 handle_signal
455 unhandle_signal
456 set_signal_handler
457 # ucw/signames.h
458 sig_name_to_number
459 sig_number_to_name
460 # ucw/simple-lists.h
461 simp_append
462 simp2_append
463 cf_string_list_config
464 cf_2string_list_config
465 # ucw/slists.h
466 slist_prev
467 slist_insert_before
468 slist_remove
469 # ucw/stkstring.h
470 stk_array_len
471 stk_array_join
472 stk_printf_internal
473 stk_vprintf_internal
474 stk_hexdump_internal
475 stk_fsize_internal
476 # ucw/string.h
477 str_format_flags
478 str_count_char
479 str_unesc
480 str_sepsplit
481 str_wordsplit
482 str_match_pattern
483 str_match_pattern_nocase
484 mem_to_hex
485 hex_to_mem
486 str_has_prefix
487 str_has_suffix
488 str_hier_prefix
489 str_hier_suffix
490 # ucw/strtonum.h
491 str_to_uintmax
492 str_to_uns
493 # ucw/tbf.h
494 tbf_init
495 tbf_limit
496 # ucw/time.h
497 get_timestamp
498 timestamp_type
499 init_timer
500 get_timer
501 switch_timer
502 # ucw/trans.h
503 trans_init
504 trans_cleanup
505 trans_open
506 trans_get_current
507 trans_commit
508 trans_rollback
509 trans_fold
510 trans_dump
511 trans_get_pool
512 trans_throw
513 trans_vthrow
514 trans_throw_exc
515 trans_caught
516 trans_current_exc
517 # ucw/unaligned.h
518 # ucw/unicode.h
519 utf8_strlen
520 utf8_strnlen
521 # ucw/url.h
522 url_deescape
523 url_enescape
524 url_enescape_friendly
525 url_split
526 url_normalize
527 url_canonicalize
528 url_pack
529 url_canon_split_rel
530 url_auto_canonicalize_rel
531 url_identify_protocol
532 url_has_repeated_component
533 url_error
534 url_proto_names
535 # ucw/varint.h
536 varint_put_big
537 varint_get_big
538 # ucw/wildmatch.h
539 wp_compile
540 wp_match
541 wp_min_size
542 # ucw/workqueue.h
543 worker_pool_init
544 worker_pool_cleanup
545 raw_queue_init
546 raw_queue_cleanup
547 raw_queue_put
548 raw_queue_get
549 raw_queue_try_get
550 work_queue_init
551 work_queue_cleanup
552 work_submit
553 work_wait
554 work_try_wait
555 # ucw/sorter/common.h
556 sorter_trace
557 sorter_trace_array
558 sorter_stream_bufsize
559 sorter_debug
560 sorter_min_radix_bits
561 sorter_max_radix_bits
562 sorter_add_radix_bits
563 sorter_min_multiway_bits
564 sorter_max_multiway_bits
565 sorter_threads
566 sorter_bufsize
567 sorter_small_input
568 sorter_thread_threshold
569 sorter_thread_chunk
570 sorter_radix_threshold
571 sorter_fb_params
572 sorter_small_fb_params
573 sorter_run
574 sorter_alloc
575 sorter_prepare_buf
576 sorter_alloc_buf
577 sorter_free_buf
578 sbuck_new
579 sbuck_drop
580 sbuck_have
581 sbuck_has_file
582 sbuck_size
583 sbuck_read
584 sbuck_write
585 sbuck_swap_out
586 asort_run
587 asort_start_threads
588 asort_stop_threads
589 # charset/charconv.h
590 conv_init
591 conv_set_charset
592 conv_in_to_ucs
593 conv_ucs_to_out
594 conv_x_to_ucs
595 conv_ucs_to_x
596 conv_x_count
597 find_charset_by_name
598 charset_name
599 # charset/fb-charconv.h
600 fb_wrap_charconv_in
601 fb_wrap_charconv_out
602 # charset/mp-charconv.h
603 mp_strconv
604 # charset/stk-charconv.h
605 stk_strconv_init
606 stk_strconv_step
607 # charset/unicat.h
608 _U_cat
609 _U_upper
610 _U_lower
611 _U_unaccent
612 Uexpand_lig
613 # images/color.h
614 color_space_channels
615 color_space_name
616 color_space_id_to_name
617 color_space_name_to_id
618 color_get
619 color_put
620 color_black
621 color_white
622 image_conv_defaults
623 image_conv
624 color_illuminant_d50
625 color_illuminant_d65
626 color_illuminant_e
627 color_adobe_rgb_info
628 color_apple_rgb_info
629 color_cie_rgb_info
630 color_color_match_rgb_info
631 color_srgb_info
632 color_compute_color_space_to_xyz_matrix
633 color_compute_bradford_matrix
634 color_compute_color_spaces_conversion_matrix
635 color_invert_matrix
636 srgb_to_xyz_exact
637 xyz_to_srgb_exact
638 xyz_to_luv_exact
639 luv_to_xyz_exact
640 rgb_to_cmyk_exact
641 cmyk_to_rgb_exact
642 srgb_to_luv_tab1
643 srgb_to_luv_tab2
644 srgb_to_luv_tab3
645 srgb_to_luv_init
646 srgb_to_luv_pixels
647 srgb_to_luv_grid
648 color_interpolation_table
649 color_conv_init
650 color_conv_pixels
651 # images/duplicates.h
652 image_dup_context_init
653 image_dup_context_cleanup
654 image_dup_estimate_size
655 image_dup_new
656 image_dup_compare
657 # images/error.h
658 image_trace
659 # images/images.h
660 image_context_init
661 image_context_cleanup
662 image_context_msg
663 image_context_vmsg
664 image_context_msg_default
665 image_context_msg_silent
666 image_max_dim
667 image_max_bytes
668 image_channels_format_to_name
669 image_name_to_channels_format
670 image_new
671 image_clone
672 image_destroy
673 image_clear
674 image_init_matrix
675 image_init_subimage
676 image_scale
677 image_dimensions_fit_to_box
678 image_io_init
679 image_io_cleanup
680 image_io_reset
681 image_io_read_header
682 image_io_read_data
683 image_io_read
684 image_io_write
685 image_format_to_extension
686 image_extension_to_format
687 image_file_name_to_format
688 # images/io-main.h
689 libjpeg_read_header
690 libjpeg_read_data
691 libjpeg_write
692 libpng_read_header
693 libpng_read_data
694 libpng_write
695 libungif_read_header
696 libungif_read_data
697 libmagick_init
698 libmagick_cleanup
699 libmagick_read_header
700 libmagick_read_data
701 libmagick_write
702 image_io_read_data_prepare
703 image_io_read_data_finish
704 image_io_read_data_break
705 # images/math.h
706 fast_div_tab
707 fast_sqrt_tab
708 # images/object.h
709 get_image_obj_info
710 get_image_obj_thumb
711 read_image_obj_thumb
712 put_image_obj_signature
713 get_image_obj_signature
714 # images/sig-cmp-gen.h
715 image_signatures_dist
716 image_signatures_dist_explain
717 # images/signature.h
718 image_sig_min_width
719 image_sig_min_height
720 image_sig_prequant_thresholds
721 image_sig_postquant_min_steps
722 image_sig_postquant_max_steps
723 image_sig_postquant_threshold
724 image_sig_border_size
725 image_sig_border_bonus
726 image_sig_inertia_scale
727 image_sig_textured_threshold
728 image_sig_compare_method
729 image_sig_cmp_features_weights
730 image_vector_dump
731 image_region_dump
732 compute_image_signature
733 image_sig_init
734 image_sig_preprocess
735 image_sig_finish
736 image_sig_cleanup
737 image_sig_segmentation
738 image_sig_detect_textured
739 image_signatures_dist
740 image_signatures_dist_explain