Searched refs:arrayp (Results 1 – 3 of 3) sorted by relevance
424 build_array(int fd __unused, char *arrayp, struct array_info *array_info, in build_array() argument427 struct mfi_array *ar = (struct mfi_array *)arrayp; in build_array()
1945 Cell *x, *vp, *arrayp, *cp, *ncp; in instat() local1950 arrayp = execute(a[1]); in instat()1951 if (!isarr(arrayp)) { in instat()1954 tp = (Array *) arrayp->sval; in instat()1955 tempfree(arrayp); in instat()
3273 deserialise_nullable_string_array(struct sshbuf *buf, char ***arrayp, in deserialise_nullable_string_array() argument3280 *arrayp = NULL; in deserialise_nullable_string_array()3292 *arrayp = a; in deserialise_nullable_string_array()