Searched refs:membuff_put (Results 1 – 3 of 3) sorted by relevance
139 int membuff_put(struct membuff *mb, const char *buff, int length);
167 ret = membuff_put(&priv->in, str, len); in sandbox_usb_keyb_add_string()
187 int membuff_put(struct membuff *mb, const char *buff, int length) in membuff_put() function