Home | History | Annotate | Download | only in openssh

Lines Matching refs:sshbuf_get_cstring

683 	if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
824 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0)
899 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
1011 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
1096 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0)
1114 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||
1134 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0)
1152 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
1179 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 ||
1180 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
1239 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
1263 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 ||
1264 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
1283 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 ||
1284 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
1303 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0)
1341 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 ||
1342 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
1378 if ((r = sshbuf_get_cstring(iqueue, &request, NULL)) != 0)