Searched refs:chunk (Results 151 - 164 of 164) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c4507 * @terminate: last chunk indicator
5234 * @chunk: an char array
5235 * @size: the size in byte of the chunk
5236 * @terminate: last chunk indicator
5243 htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, int size, argument
5250 if ((size > 0) && (chunk != NULL) && (ctxt->input != NULL) &&
5256 res = xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
5317 * @chunk: a pointer to an array of chars
5330 const char *chunk, int size, const char *filename,
5387 if ((size > 0) && (chunk !
5329 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename, xmlCharEncoding enc) argument
[all...]
H A Dparser.c349 errmsg = "chunk is not well balanced\n";
352 errmsg = "extra content at the end of well balanced chunk\n";
9347 * Doing validity checking on chunk doesn't make sense
9465 * Lookup the last < and > in the current chunk
9586 * @terminate: last chunk indicator
10509 * @chunk: an char array
10510 * @size: the size in byte of the chunk
10511 * @terminate: last chunk indicator
10518 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, argument
10528 if ((size > 0) && (chunk !
10634 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename) argument
13023 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, int size, const char *filename, const char *encoding) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c4507 * @terminate: last chunk indicator
5234 * @chunk: an char array
5235 * @size: the size in byte of the chunk
5236 * @terminate: last chunk indicator
5243 htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, int size, argument
5250 if ((size > 0) && (chunk != NULL) && (ctxt->input != NULL) &&
5256 res = xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
5317 * @chunk: a pointer to an array of chars
5330 const char *chunk, int size, const char *filename,
5387 if ((size > 0) && (chunk !
5329 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename, xmlCharEncoding enc) argument
[all...]
H A Dparser.c349 errmsg = "chunk is not well balanced\n";
352 errmsg = "extra content at the end of well balanced chunk\n";
9347 * Doing validity checking on chunk doesn't make sense
9465 * Lookup the last < and > in the current chunk
9586 * @terminate: last chunk indicator
10509 * @chunk: an char array
10510 * @size: the size in byte of the chunk
10511 * @terminate: last chunk indicator
10518 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, argument
10528 if ((size > 0) && (chunk !
10634 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename) argument
13023 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, int size, const char *filename, const char *encoding) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dskge.c2431 u32 chunk, ram_addr; local
2486 chunk = hw->ram_size / ((hw->ports + 1)*2);
2487 ram_addr = hw->ram_offset + 2 * chunk * port;
2489 skge_ramset(hw, rxqaddr[port], ram_addr, chunk);
2493 skge_ramset(hw, txqaddr[port], ram_addr+chunk, chunk);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c2771 int chunk = 0; local
2802 chunk++;
2803 if (chunk > HTML_PARSER_BUFFER_SIZE) {
2804 chunk = 0;
4607 * @terminate: last chunk indicator
5334 * @chunk: an char array
5335 * @size: the size in byte of the chunk
5336 * @terminate: last chunk indicator
5343 htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, int size, argument
5350 if ((size > 0) && (chunk !
5429 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename, xmlCharEncoding enc) argument
[all...]
H A Dparser.c446 errmsg = "chunk is not well balanced\n";
449 errmsg = "extra content at the end of well balanced chunk\n";
10210 * Doing validity checking on chunk doesn't make sense
10328 * Lookup the last < and > in the current chunk
10449 * @terminate: last chunk indicator
11389 * @chunk: an char array
11390 * @size: the size in byte of the chunk
11391 * @terminate: last chunk indicator
11398 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, argument
11408 if ((size > 0) && (chunk !
11514 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename) argument
13986 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, int size, const char *filename, const char *encoding) argument
[all...]
H A Dtestapi.c1525 char * chunk; /* a pointer to an array of chars */ local
1543 chunk = gen_const_char_ptr(n_chunk, 2);
1548 ret_val = htmlCreatePushParserCtxt(sax, user_data, (const char *)chunk, size, filename, enc);
1553 des_const_char_ptr(n_chunk, (const char *)chunk, 2);
2262 char * chunk; /* an char array */ local
2264 int size; /* the size in byte of the chunk */
2266 int terminate; /* last chunk indicator */
2275 chunk = gen_const_char_ptr(n_chunk, 1);
2279 ret_val = htmlParseChunk(ctxt, (const char *)chunk, size, terminate);
2284 des_const_char_ptr(n_chunk, (const char *)chunk,
12709 char * chunk; /* a pointer to an array of chars */ local
12978 char * chunk; /* a pointer to an array of chars */ local
13693 char * chunk; /* an char array */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp.c942 * data. It is used when a huge POST is to be made and the entire chunk wasn't
1056 /* We never send more than CURL_MAX_WRITE_SIZE bytes in one single chunk
1080 * Note that we may not send the entire chunk at once, and we have a set
1143 away in the first single chunk.
1184 * add_buffer() appends a memory chunk to the existing buffer
1194 size will fit into a single allocatable memory chunk */
2682 * header_append() copies a chunk of data to the end of the already received
2847 if((k->size == -1) && !k->chunk && !conn->bits.close &&
2855 infof(data, "no chunk, no close, no size. Assume close to "
2971 if(k->chunk)
[all...]
H A Durl.c5385 conn->data->req.chunk=FALSE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_output.c1186 u32 chunk = min(tp->snd_wnd, tp->snd_cwnd * tp->mss_cache); local
1191 chunk /= sysctl_tcp_tso_win_divisor;
1192 if (limit >= chunk)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dips.h775 IPS_CHUNK chunk[IPS_MAX_CHUNKS]; member in struct:__anon6655
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dmd.c2608 unsigned long chunk, end_chunk; local
2612 /* buf should be <chunk> <chunk> ... or <chunk>-<chunk> ... (range) */
2614 chunk = end_chunk = simple_strtoul(buf, &end, 0);
2622 bitmap_dirty_bits(mddev->bitmap, chunk, end_chunk);
3137 * chunk-size has to be a power of 2 and multiples of PAGE_SIZE
3149 /* devices must have minimum size of one chunk */
4995 "%lu%s chunk",
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c3137 struct fw_chunk *chunk; local
3159 chunk = (struct fw_chunk *)(data + offset);
3162 /* dma to chunk->address, the chunk->length bytes from data +
3166 le32_to_cpu(chunk->address),
3167 le32_to_cpu(chunk->length));
3173 offset += le32_to_cpu(chunk->length);

Completed in 471 milliseconds

1234567