Changeset 5204:8270b017f546 in roaraudio


Ignore:
Timestamp:
10/27/11 23:44:00 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated ckport database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar.ckport

    r5142 r5204  
    392392roar_vreq                       likely  This is for internal use mostly 
    393393 
     394roar_recv_message2              likely  This is for internal use mostly 
     395roar_req2                       likely  This is for internal use mostly 
     396roar_vrecv_message2             likely  This is for internal use mostly 
     397roar_vreq2                      likely  This is for internal use mostly 
     398 
    394399# Client handling: 
    395400roar_client_new                 ok 
     
    587592 
    588593# Error handling: 
    589 roar_err_int                    wip 
    590 roar_err_buildmsg               wip 
    591 roar_err_parsemsg               wip 
     594roar_err_int                    legacy  Use roar_err_init 
     595roar_err_init                   ok 
     596roar_err_buildmsg               legacy  Use roar_err_buildmsg2 
     597roar_err_buildmsg2              wip 
     598roar_err_parsemsg               legacy  Use roar_err_parsemsg2 
     599roar_err_parsemsg2              wip 
    592600 
    593601roar_err_to_errno               maybe   This function should be avoided outside of libroar* 
     
    597605roar_err_clear_all              maybe   This function should be avoided outside of libroar* 
    598606 
    599 roar_err_is_errno_clean         likely  This function should be avoided outside of libroar* 
     607roar_err_is_errno_clean         legacy  Use roar_err_is_errno_clear 
     608roar_err_is_errno_clear         likely  This function should be avoided outside of libroar* 
    600609 
    601610roar_err_update                 likely  This function should be avoided outside of libroar* 
     
    603612roar_err_set                    maybe   It should be avoided to set libroar's error state externally. 
    604613roar_errno2                     ok 
    605  
     614roar_err_errorframe             ok 
     615 
     616roar_err_restore                ok 
     617roar_err_store                  ok 
    606618 
    607619roar_error2str                  ok 
     
    857869roar_stds_free                  ok 
    858870roar_stds_new                   ok 
     871libroar_libstds                 ok 
    859872 
    860873# general server info: 
     
    10881101roardsp_lowp_init               internal 
    10891102roardsp_lowp_uninit             internal 
     1103roardsp_lowp_calc8              internal 
    10901104roardsp_lowp_calc16             internal 
     1105roardsp_lowp_calc32             internal 
    10911106roardsp_lowp_ctl                internal 
    10921107roardsp_lowp_reset              internal 
     
    10941109roardsp_highp_init              internal 
    10951110roardsp_highp_uninit            internal 
     1111roardsp_highp_calc8             internal 
    10961112roardsp_highp_calc16            internal 
     1113roardsp_highp_calc32            internal 
    10971114roardsp_highp_ctl               internal 
    10981115roardsp_highp_reset             internal 
     
    11001117roardsp_amp_init                internal 
    11011118roardsp_amp_uninit              internal 
     1119roardsp_amp_calc32              internal 
    11021120roardsp_amp_calc16              internal 
    11031121roardsp_amp_calc8               internal 
     
    11061124 
    11071125roardsp_add_init                internal 
     1126roardsp_add_calc8               internal 
     1127roardsp_add_calc32              internal 
    11081128roardsp_add_calc16              internal 
    11091129roardsp_add_reset               internal 
     
    11111131roardsp_quantify_init           internal 
    11121132roardsp_quantify_uninit         internal 
     1133roardsp_quantify_calc8          internal 
    11131134roardsp_quantify_calc16         internal 
     1135roardsp_quantify_calc32         internal 
    11141136roardsp_quantify_ctl            internal 
    11151137roardsp_quantify_reset          internal 
    11161138 
     1139roardsp_clip_init               internal 
     1140roardsp_clip_uninit             internal 
     1141roardsp_clip_calc8              internal 
    11171142roardsp_clip_calc16             internal 
     1143roardsp_clip_calc32             internal 
    11181144roardsp_clip_ctl                internal 
    11191145roardsp_clip_reset              internal 
     
    11311157roardsp_swap_init               internal 
    11321158roardsp_swap_uninit             internal 
     1159roardsp_swap_calc82             internal 
    11331160roardsp_swap_calc162            internal 
     1161roardsp_swap_calc322            internal 
    11341162roardsp_swap_ctl                internal 
    11351163roardsp_swap_reset              internal 
Note: See TracChangeset for help on using the changeset viewer.