Searched refs:sz (Results 1 - 5 of 5) sorted by relevance
/solaris-userland-s11u3/components/apache2/mod_sed/ |
H A D | mod_sed.c | 100 * Allocate a new bucket from buf and sz and append to ctx->bb 102 static apr_status_t append_bucket(sed_filter_ctxt* ctx, char* buf, int sz) argument 108 b = apr_bucket_pool_create(buf, sz, ctx->r->pool, 114 b = apr_bucket_transient_create(buf, sz, 150 static apr_status_t sed_write_output(void *dummy, char *buf, int sz) argument 162 if (sz >= remainbytes) { 166 sz -= remainbytes; 175 if ((status == APR_SUCCESS) && (sz >= ctx->bufsize)) { 176 char* newbuf = apr_palloc(ctx->tpool, sz); 177 memcpy(newbuf, buf, sz); [all...] |
H A D | sed1.c | 74 static apr_status_t wline(sed_eval_t *eval, char *buf, int sz); 159 static void appendmem_to_linebuf(sed_eval_t *eval, const char* sz, int len) argument 165 memcpy(eval->lspend, sz, len); 172 static void append_to_linebuf(sed_eval_t *eval, const char* sz) argument 174 int len = strlen(sz); 176 appendmem_to_linebuf(eval, sz, len + 1); 183 static void copy_to_linebuf(sed_eval_t *eval, const char* sz) argument 186 append_to_linebuf(eval, sz); 192 static void append_to_holdbuf(sed_eval_t *eval, const char* sz) argument 194 int len = strlen(sz); 207 copy_to_holdbuf(sed_eval_t *eval, const char* sz) argument 216 append_to_genbuf(sed_eval_t *eval, const char* sz, char **gspend) argument 231 copy_to_genbuf(sed_eval_t *eval, const char* sz) argument 697 char sz[32]; /* 32 bytes enough to store 64 bit integer in decimal */ local 1009 wline(sed_eval_t *eval, char *buf, int sz) argument [all...] |
H A D | libsed.h | 66 typedef apr_status_t (sed_write_fn_t)(void *ctx, char *buf, int sz);
|
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/seaExtensions/ |
H A D | sunProcesses.h | 54 int sz; member in struct:ps_data_s
|
H A D | sunProcesses.c | 164 psp->sz, 269 psp->pdata.sz = info.pr_size; 866 long_type = (long)psp->sz; 917 long_type = (long)psp->sz;
|
Completed in 250 milliseconds