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

  /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr-util/include/
apr_buckets.h 120 /** @see apr_bucket */
121 typedef struct apr_bucket apr_bucket; typedef in typeref:struct:apr_bucket
145 * the ->length of the apr_bucket itself. In other words, an
176 apr_status_t (*read)(apr_bucket *b, const char **str, apr_size_t *len,
192 apr_status_t (*setaside)(apr_bucket *e, apr_pool_t *pool);
203 apr_status_t (*split)(apr_bucket *e, apr_size_t point);
211 apr_status_t (*copy)(apr_bucket *e, apr_bucket **c);
216 * apr_bucket structures are allocated on the malloc() heap an
224 struct apr_bucket { struct
    [all...]
  /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr-util/include/
apr_buckets.h 120 /** @see apr_bucket */
121 typedef struct apr_bucket apr_bucket; typedef in typeref:struct:apr_bucket
145 * the ->length of the apr_bucket itself. In other words, an
176 apr_status_t (*read)(apr_bucket *b, const char **str, apr_size_t *len,
192 apr_status_t (*setaside)(apr_bucket *e, apr_pool_t *pool);
203 apr_status_t (*split)(apr_bucket *e, apr_size_t point);
211 apr_status_t (*copy)(apr_bucket *e, apr_bucket **c);
216 * apr_bucket structures are allocated on the malloc() heap an
224 struct apr_bucket { struct
    [all...]
  /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr-util/include/
apr_buckets.h 120 /** @see apr_bucket */
121 typedef struct apr_bucket apr_bucket; typedef in typeref:struct:apr_bucket
145 * the ->length of the apr_bucket itself. In other words, an
176 apr_status_t (*read)(apr_bucket *b, const char **str, apr_size_t *len,
192 apr_status_t (*setaside)(apr_bucket *e, apr_pool_t *pool);
203 apr_status_t (*split)(apr_bucket *e, apr_size_t point);
211 apr_status_t (*copy)(apr_bucket *e, apr_bucket **c);
216 * apr_bucket structures are allocated on the malloc() heap an
224 struct apr_bucket { struct
    [all...]

Completed in 120 milliseconds