Searched refs:a_dest (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-num.h111 cr_num_copy (CRNum *a_dest, CRNum *a_src) ;
H A Dcr-num.c208 *@a_dest: the destination of the copy.
217 cr_num_copy (CRNum * a_dest, CRNum * a_src) argument
219 g_return_val_if_fail (a_dest && a_src, CR_BAD_PARAM_ERROR);
221 memcpy (a_dest, a_src, sizeof (CRNum));
H A Dcr-rgb.h66 enum CRStatus cr_rgb_copy (CRRgb *a_dest, CRRgb*a_src) ;
H A Dcr-rgb.c605 cr_rgb_copy (CRRgb *a_dest, CRRgb*a_src) argument
607 g_return_val_if_fail (a_dest && a_src,
610 memcpy (a_dest, a_src, sizeof (CRRgb)) ;
H A Dcr-style.h323 enum CRStatus cr_style_copy (CRStyle *a_dest, CRStyle *a_src) ;
H A Dcr-style.c2308 *@param a_dest the destination style datastructure
2313 cr_style_copy (CRStyle * a_dest, CRStyle * a_src) argument
2315 g_return_val_if_fail (a_dest && a_src, CR_BAD_PARAM_ERROR);
2317 memcpy (a_dest, a_src, sizeof (CRStyle));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-num.h111 cr_num_copy (CRNum *a_dest, CRNum *a_src) ;
H A Dcr-num.c208 *@a_dest: the destination of the copy.
217 cr_num_copy (CRNum * a_dest, CRNum * a_src) argument
219 g_return_val_if_fail (a_dest && a_src, CR_BAD_PARAM_ERROR);
221 memcpy (a_dest, a_src, sizeof (CRNum));
H A Dcr-rgb.h66 enum CRStatus cr_rgb_copy (CRRgb *a_dest, CRRgb*a_src) ;
H A Dcr-rgb.c605 cr_rgb_copy (CRRgb *a_dest, CRRgb*a_src) argument
607 g_return_val_if_fail (a_dest && a_src,
610 memcpy (a_dest, a_src, sizeof (CRRgb)) ;
H A Dcr-style.h323 enum CRStatus cr_style_copy (CRStyle *a_dest, CRStyle *a_src) ;
H A Dcr-style.c2308 *@param a_dest the destination style datastructure
2313 cr_style_copy (CRStyle * a_dest, CRStyle * a_src) argument
2315 g_return_val_if_fail (a_dest && a_src, CR_BAD_PARAM_ERROR);
2317 memcpy (a_dest, a_src, sizeof (CRStyle));

Completed in 61 milliseconds