HomeSort by relevance Sort by last modified time
    Searched defs:ol (Results 1 - 6 of 6) sorted by null

  /external/clearsilver/util/
neo_net.h 34 int ol; member in struct:_neo_sock
  /external/clearsilver/cgi/
html.c 491 int ol = str->len; local
501 ol = strlen(str->buf);
502 while (ol && isspace(str->buf[ol-1]))
504 str->buf[ol - 1] = '\0';
505 ol--;
507 str->len = ol;
518 memmove (str->buf + x, ptr, ol - i + 1);
522 ol = str->len;
  /external/dhcpcd/
showlease.c 192 uint8_t l, ol = 0; local
209 memcpy(bp, op, ol);
210 bp += ol;
212 ol = *p;
214 bl += ol;
251 memcpy(bp, op, ol);
dhcp.c 261 uint8_t l, ol = 0; local
278 memcpy(bp, op, ol);
279 bp += ol;
281 ol = *p;
283 bl += ol;
320 memcpy(bp, op, ol);
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 885 QObjectList ol= variant.value<QObjectList>(); local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 118 milliseconds