Searched defs:control_len (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/posix/
H A Dunix_domain_socket_linux.cc31 const unsigned control_len = CMSG_SPACE(sizeof(int) * fds.size()); local
32 control_buffer = new char[control_len];
36 msg.msg_controllen = control_len;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h1549 /* control_len :: This is the length in bytes of the control */
1637 long control_len; member in struct:FT_GlyphSlotRec_
/external/freetype/include/freetype/
H A Dfreetype.h1549 /* control_len :: This is the length in bytes of the control */
1637 long control_len; member in struct:FT_GlyphSlotRec_

Completed in 210 milliseconds