Searched refs:buffer_get (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dbuffer.h38 void buffer_get(Buffer *, void *, u_int);
H A Dbuffer.c184 buffer_get(Buffer *buffer, void *buf, u_int len) function
187 fatal("buffer_get: buffer error");
H A Dgss-genr.c162 buffer_get(&buf, mechs, buffer_len(&buf));
290 buffer_get(&b, ret, buffer_len(&b));
H A Dchannels.c1068 buffer_get(&c->input, (char *)&s4_req.version, 1);
1069 buffer_get(&c->input, (char *)&s4_req.command, 1);
1070 buffer_get(&c->input, (char *)&s4_req.dest_port, 2);
1071 buffer_get(&c->input, (char *)&s4_req.dest_addr, 4);
1216 buffer_get(&c->input, (char *)&dest_addr, addrlen);
1217 buffer_get(&c->input, (char *)&dest_port, 2);
H A Dmonitor_wrap.c496 buffer_get(&b, &enc->cipher, sizeof(enc->cipher));
H A Dssh-agent.c278 buffer_get(&e->request, session_id, 16);
H A Dpacket.c1530 buffer_get(&active_state->incoming_packet, &ch, 1);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_util.m467 buffer_get(BOOL writable, PyObject* obj, void** bufptr, Py_ssize_t* sizeptr)
642 have_buffer = buffer_get(writable, pythonList, (void**)&buf, &bufsize);
648 if (buffer_get(NO, pythonList, (void**)&buf, &bufsize) == -1) {
829 if (buffer_get(writable, pythonList, (void**)&buf, &bufsize) == -1) {
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_util.m488 buffer_get(BOOL writable, PyObject* obj, void** bufptr, Py_ssize_t* sizeptr)
701 have_buffer = buffer_get(writable, pythonList, (void**)&buf, &bufsize);
707 if (buffer_get(NO, pythonList, (void**)&buf, &bufsize) == -1) {
887 if (buffer_get(writable, pythonList, (void**)&buf, &bufsize) == -1) {
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc_util.m470 buffer_get(BOOL writable, PyObject* obj, void** bufptr, Py_ssize_t* sizeptr)
683 have_buffer = buffer_get(writable, pythonList, (void**)&buf, &bufsize);
689 if (buffer_get(NO, pythonList, (void**)&buf, &bufsize) == -1) {
896 if (buffer_get(writable, pythonList, (void**)&buf, &bufsize) == -1) {

Completed in 210 milliseconds