Home
last modified time | relevance | path

Searched refs:_write (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
Dmsgutil.py58 def _write(request, bytes): function
77 _write(request, '\x00' + message.encode('utf-8') + '\xff')
/external/e2fsprogs/include/nonunix/
Dunistd.h23 #define write _write
/external/openssl/crypto/bio/
Dbio_lcl.h25 #define UP_write _write
/external/openssl/crypto/des/
Denc_writ.c162 i=_write(fd,(void *)&(outbuf[j]),outnum-j); in DES_enc_write()
/external/stlport/src/details/
Dfstream_stdio.cpp102 # define _write write macro
/external/chromium/base/
Dlogging.cc13 #define write(fd, buf, count) _write(fd, buf, static_cast<unsigned int>(count))
/external/dropbear/libtomcrypt/
Dchanges1034 … -- static functions in _write/_read in keyring.c now check the return of ctr_encrypt/ctr_decrypt.