Home
last modified time | relevance | path

Searched refs:buffer (Results 201 – 225 of 300) sorted by relevance

12345678910>>...12

/PHP-5.4/
H A DREADME.STREAMS115 If you want to read the contents of a stream into an allocated memory buffer,
121 This function will set buf to the address of the buffer that it allocated,
124 The buffer is allocated using pemalloc(); you need to call pefree() to
228 itself, which holds some state information (and possibly a buffer) and a
274 bufsize is the size of the buffer to use - if 0, then buffering at the stream
355 such as coping with a buffer size too small to hold the data,
/PHP-5.4/ext/standard/
H A Dsha1.c203 ((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA1Update()
204 SHA1Transform(context->state, context->buffer); in PHP_SHA1Update()
215 ((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], in PHP_SHA1Update()
/PHP-5.4/main/streams/
H A Dphp_stream_filter_api.h119 php_stream_bucket_brigade buffer; member
/PHP-5.4/Zend/
H A Dzend_interfaces.c426 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_ser… in zend_user_serialize() argument
444 *buffer = (unsigned char*)estrndup(Z_STRVAL_P(retval), Z_STRLEN_P(retval)); in zend_user_serialize()
484 ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, zend_uint *buf_len, ze… in zend_class_serialize_deny() argument
/PHP-5.4/sapi/continuity/
H A Dcapi.c198 static int sapi_capi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_capi_read_post() argument
211 total_read = httpFread(rc->t, buffer, max_read); in sapi_capi_read_post()
/PHP-5.4/ext/oci8/tests/
H A Dbind_char_2_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_2.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_1_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_2_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_4_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
/PHP-5.4/ext/standard/tests/file/
H A Dfpassthru_basic.phpt8 and writes the results to the output buffer.
/PHP-5.4/ext/standard/tests/filters/
H A Dstream_filter_remove_error.phpt11 …* Description: Flushes any data in the filter's internal buffer, removes it from the chain, and fr…
/PHP-5.4/ext/phar/
H A Dzip.c27 static inline void phar_write_32(char buffer[4], php_uint32 value) in phar_write_32()
29 buffer[3] = (unsigned char) ((value & 0xff000000) >> 24); in phar_write_32()
30 buffer[2] = (unsigned char) ((value & 0xff0000) >> 16); in phar_write_32()
31 buffer[1] = (unsigned char) ((value & 0xff00) >> 8); in phar_write_32()
32 buffer[0] = (unsigned char) (value & 0xff); in phar_write_32()
34 static inline void phar_write_16(char buffer[2], php_uint32 value) in phar_write_16()
36 buffer[1] = (unsigned char) ((value & 0xff00) >> 8); in phar_write_16()
37 buffer[0] = (unsigned char) (value & 0xff); in phar_write_16()
/PHP-5.4/ext/hash/
H A Dhash.c906 char buffer[2048]; in PHP_MINFO_FUNCTION() local
907 char *s = buffer, *e = s + sizeof(buffer), *str; in PHP_MINFO_FUNCTION()
920 php_info_print_table_row(2, "Hashing Engines", buffer); in PHP_MINFO_FUNCTION()
H A Dhash_haval.c302 memcpy((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_HAVALUpdate()
303 context->Transform(context->state, context->buffer); in PHP_HAVALUpdate()
315 memcpy((unsigned char*) &context->buffer[index], (unsigned char*) &input[i], inputLen - i); in PHP_HAVALUpdate()
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt86 Maximum buffer size. Defaults to 1 MiB.
/PHP-5.4/ext/xml/
H A Dcompat.c586 if (data_len >= 4 || (parser->parser->input->buf->buffer->use + data_len >= 4)) { in XML_Parse()
590 char_count = parser->parser->input->buf->buffer->use; in XML_Parse()
595 memcpy(start, parser->parser->input->buf->buffer->content, (size_t)char_count); in XML_Parse()
/PHP-5.4/TSRM/
H A Dtsrm_win32.c716 TSRM_API char *realpath(char *orig_path, char *buffer) in realpath() argument
718 int ret = GetFullPathName(orig_path, _MAX_PATH, buffer, NULL); in realpath()
722 return buffer; in realpath()
/PHP-5.4/ext/openssl/
H A Dopenssl.c911 char buffer[MAXPATHLEN]; in php_openssl_load_rand_file() local
917 file = RAND_file_name(buffer, sizeof(buffer)); in php_openssl_load_rand_file()
938 char buffer[MAXPATHLEN]; in php_openssl_write_rand_file() local
948 file = RAND_file_name(buffer, sizeof(buffer)); in php_openssl_write_rand_file()
2264 memcpy(buffer, type, len); in php_openssl_make_REQ()
2265 buffer[len] = '\0'; in php_openssl_make_REQ()
2266 type = buffer; in php_openssl_make_REQ()
5071 unsigned char *buffer = NULL; in PHP_FUNCTION() local
5092 efree(buffer); in PHP_FUNCTION()
5100 efree(buffer); in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/mysqli/
H A Dmysqli_api.c104 bind[ofs].buffer = &Z_DVAL_PP(args[i]); in mysqli_stmt_bind_param_do_bind()
114 bind[ofs].buffer = &Z_LVAL_PP(args[i]); in mysqli_stmt_bind_param_do_bind()
319 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
346 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
359 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
417 bind[ofs].buffer = stmt->result.buf[ofs].val; in mysqli_stmt_bind_result_do_bind()
800 stmt->stmt->params[i].buffer = Z_STRVAL_P(the_var); in PHP_FUNCTION()
809 stmt->stmt->params[i].buffer = &Z_DVAL_P(the_var); in PHP_FUNCTION()
818 stmt->stmt->params[i].buffer = &Z_LVAL_P(the_var); in PHP_FUNCTION()
/PHP-5.4/ext/exif/
H A Dexif.c1947 char buffer[64], *val, *name, uname[64]; in add_assoc_image_info() local
2050 snprintf(buffer, sizeof(buffer), "%i/%i", info_value->ur.num, info_value->ur.den); in add_assoc_image_info()
2052 add_assoc_string(tmpi, name, buffer, 1); in add_assoc_image_info()
2054 add_index_string(array, ap, buffer, 1); in add_assoc_image_info()
2076 snprintf(buffer, sizeof(buffer), "%i/%i", info_value->sr.num, info_value->sr.den); in add_assoc_image_info()
2078 add_assoc_string(tmpi, name, buffer, 1); in add_assoc_image_info()
2080 add_index_string(array, ap, buffer, 1); in add_assoc_image_info()
3257 static void exif_process_APP12(image_info_type *ImageInfo, char *buffer, size_t length TSRMLS_DC) in exif_process_APP12() argument
3261 if ((l1 = php_strnlen(buffer+2, length-2)) > 0) { in exif_process_APP12()
3262 …exif_iif_add_tag(ImageInfo, SECTION_APP12, "Company", TAG_NONE, TAG_FMT_STRING, l1, buffer+2 TSRML… in exif_process_APP12()
[all …]
/PHP-5.4/ext/soap/
H A Dphp_http.c277 char **buffer, in make_http_soap_request() argument
821 if (!buffer) { in make_http_soap_request()
1218 *buffer = Z_STRVAL(retval); in make_http_soap_request()
1232 *buffer = http_body; in make_http_soap_request()
1245 char *s = *buffer; in make_http_soap_request()
1257 efree(*buffer); in make_http_soap_request()
H A Dphp_packet_soap.c25 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na… in parse_packet_soap() argument
43 response = soap_xmlParseMemory(buffer, buffer_size); in parse_packet_soap()
/PHP-5.4/tests/output/
H A Dob_start_basic_004.phpt2 ob_start() chunk_size: confirm buffer is flushed after any output call that causes its length to eq…
/PHP-5.4/ext/standard/tests/strings/
H A Dwordwrap_error.phpt6 * Description: Wraps buffer to selected number of characters using string break char

Completed in 163 milliseconds

12345678910>>...12