Searched refs:g_memmove (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgarray.c121 g_memmove (array->data + array->elt_size * len, array->data, array->elt_size * array->len);
140 g_memmove (array->data + array->elt_size * (len + index),
176 g_memmove (array->data + array->elt_size * index,
200 g_memmove (array->data + array->elt_size * index,
348 g_memmove (array->pdata + index, array->pdata + index + 1,
H A Dglibconfig.h60 #define g_memmove(d,s,n) G_STMT_START { memmove ((d), (s), (n)); } G_STMT_END macro
H A Dgstrfuncs.c1317 g_memmove(string, start, strlen(start) + 1);
H A Dglib.h61 * void *g_memmove(void *dest, const void *src, guint count);
153 # define G_VA_COPY(ap1, ap2) g_memmove ((ap1), (ap2), sizeof (va_list))

Completed in 45 milliseconds