HomeSort by relevance Sort by last modified time
    Searched full:typedata (Results 1 - 13 of 13) sorted by null

  /external/dropbear/
listener.h 45 void *typedata; member in struct:Listener
54 int type, void* typedata,
58 struct Listener * get_listener(int type, void* typedata,
listener.c 77 /* acceptor(int fd, void* typedata) is a function to accept connections,
78 * cleanup(void* typedata) happens when cleaning up */
80 int type, void* typedata,
123 newlisten->typedata = typedata;
135 struct Listener * get_listener(int type, void* typedata,
143 && match(typedata, listener->typedata)) {
tcp-accept.c 39 struct TCPListener *tcpinfo = (struct TCPListener*)(listener->typedata);
52 struct TCPListener *tcpinfo = (struct TCPListener*)(listener->typedata);
channel.h 67 void* typedata; /* a pointer to type specific data */ member in struct:Channel
svr-chansession.c 69 struct ChanSess *chansess = (struct ChanSess*)channel->typedata;
147 struct ChanSess *chansess = (struct ChanSess*)channel->typedata;
220 dropbear_assert(channel->typedata == NULL);
234 channel->typedata = chansess;
261 chansess = (struct ChanSess*)channel->typedata;
328 chansess = (struct ChanSess*)channel->typedata;
svr-x11fwd.c 107 struct ChanSess * chansess = (struct ChanSess *)(listener->typedata);
common-channel.c 145 newchan->typedata = NULL;
536 channel->typedata = NULL;
  /external/icu4c/i18n/
olsontz.cpp 72 typeData = (const uint8_t*) ZEROS;
128 typeData = ures_getBinary(r, &len, &ec);
144 U_DEBUG_TZ_MSG((" Transition %d: time %d (%04d.%02d.%02d+%.1fh), typedata%d\n", jj, transitionTimes[jj],
145 year, month+1, dom, (millis/kOneHour), typeData[jj]));
235 typeData = other.typeData;
414 int32_t offsetBefore = zoneOffset(typeData[i-1]);
415 UBool dstBefore = dstOffset(typeData[i-1]) != 0;
417 int32_t offsetAfter = zoneOffset(typeData[i]);
418 UBool dstAfter = dstOffset(typeData[i]) != 0
    [all...]
olsontz.h 323 const uint8_t *typeData; // alias into res; do not delete
  /external/webkit/WebKit/chromium/public/
WebHTTPBody.h 51 enum { TypeData, TypeFile } type;
  /external/webkit/WebKit/chromium/src/
WebHTTPBody.cpp 79 result.type = Element::TypeData;
  /external/bluetooth/glib/gobject/
gtype.c 173 typedef union _TypeData TypeData;
233 TypeData * volatile data;
977 TypeData *data;
    [all...]
  /external/dbus/
ChangeLog     [all...]

Completed in 438 milliseconds