Home
last modified time | relevance | path

Searched refs:buffer (Results 226 – 250 of 343) sorted by relevance

12345678910>>...14

/php-src/ext/xmlwriter/tests/
H A DOO_007.phpt25 // Force to write and empty the buffer
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.h99 PHPAPI void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * const scramble, cons…
/php-src/Zend/tests/
H A Dgh13670_002.phpt44 // Add potential garbage to buffer
H A Dgh13670_003.phpt44 // Add potential garbage to buffer
/php-src/ext/fileinfo/tests/
H A Dfinfo_buffer_variation1-mb.phpt28 var_dump( $finfo->buffer( $string, $option ) );
H A Dfinfo_buffer_variation1.phpt28 var_dump( $finfo->buffer( $string, $option ) );
/php-src/Zend/
H A Dzend_language_parser.y1627 char buffer[120]; variable
1678 snprintf(buffer, sizeof(buffer), "token \"%.*s\"", (int)toktype_len-2, toktype+1);
1679 yystpcpy(yyres, buffer);
1692 snprintf(buffer, sizeof(buffer), "character 0x%02hhX", *tokcontent);
1693 yystpcpy(yyres, buffer);
1728 snprintf(buffer, sizeof(buffer), "%.*s \"%.*s...\"", (int)toktype_len, toktype, 30, tokcontent);
1729 yystpcpy(yyres, buffer);
1735 …snprintf(buffer, sizeof(buffer), "%.*s \"%.*s\"", (int)toktype_len, toktype, (int)tokcontent_len, …
1736 yystpcpy(yyres, buffer);
H A Dzend_interfaces.h74 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial…
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation1.phpt16 fill_buffer($buffer, $type, 100);
17 file_put_contents( $file_path."/file_put_contents_variation1.tmp", $buffer);
H A Dfgets_socket_variation2.phpt2 fgets() over a socket with more than a buffer's worth of data
H A Dfile.inc10 fill_buffer() : fills buffer with specified contents
38 Function : bool fill_buffer(string &$buffer, string $fill_type, int $fill_size);
39 Description: Fills the $buffer with data as specified with requested size.
40 $buffer = buffer to be filled
48 function fill_buffer(&$buffer, $fill_type, $fill_size) {
74 $buffer = substr($tmp_buff, 0, $fill_size);
76 $buffer = $tmp_buff;
/php-src/ext/dom/
H A Dxml_serializer.c434 char buffer[32]; in dom_xml_generate_a_prefix() local
435 buffer[0] = 'n'; in dom_xml_generate_a_prefix()
436 buffer[1] = 's'; in dom_xml_generate_a_prefix()
439 length = snprintf(buffer + 2, sizeof(buffer) - 2, "%u", *prefix_index) + 2; in dom_xml_generate_a_prefix()
445 } while (dom_xml_local_prefix_map_contains(local_prefixes_map, (const xmlChar *) buffer, length)); in dom_xml_generate_a_prefix()
448 memcpy(generated_prefix, buffer, length + 1); in dom_xml_generate_a_prefix()
/php-src/ext/fileinfo/libmagic/
H A Dis_csv.c133 file_is_csv(struct magic_set *ms, const struct buffer *b, int looks_text, in file_is_csv()
H A Dis_tar.c63 file_is_tar(struct magic_set *ms, const struct buffer *b) in file_is_tar()
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h66 lxb_char_t buffer[128]; member
/php-src/ext/posix/
H A Dposix.c401 char buffer[L_ctermid]; in PHP_FUNCTION() local
405 if (NULL == ctermid(buffer)) { in PHP_FUNCTION()
413 RETURN_STRING(buffer); in PHP_FUNCTION()
560 char buffer[MAXPATHLEN]; in PHP_FUNCTION() local
565 p = VCWD_GETCWD(buffer, MAXPATHLEN); in PHP_FUNCTION()
571 RETURN_STRING(buffer); in PHP_FUNCTION()
/php-src/ext/phar/tests/
H A Dgh13833.phpt47 internal corruption of phar "%sgh13833.phar.copy.phar" (trying to read past buffer end)
/php-src/main/
H A DSAPI.h211 SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen);
258 size_t (*read_post)(char *buffer, size_t count_bytes);
/php-src/ext/standard/
H A Duser_filters.c444 char *buffer; in PHP_FUNCTION() local
451 Z_PARAM_STRING(buffer, buffer_len) in PHP_FUNCTION()
457 memcpy(pbuffer, buffer, buffer_len); in PHP_FUNCTION()
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_with_working_stream_wrapper.phpt43 // To properly test this, keep the 4096 in sync with document.c's input stream buffer size.
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_max_buffer_size.phpt21 /* buffer is only relevant with native PS */
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h409 do { if (!(x) && !(n = DASM_ADD_VENEER(D, buffer, ins, b, cp, o))) \
424 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode() argument
427 char *base = (char *)buffer; in dasm_encode()
428 unsigned int *cp = (unsigned int *)buffer; in dasm_encode()
H A Ddasm_mips.h318 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode() argument
321 char *base = (char *)buffer; in dasm_encode()
322 unsigned int *cp = (unsigned int *)buffer; in dasm_encode()
H A Ddasm_ppc.h322 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode() argument
325 char *base = (char *)buffer; in dasm_encode()
326 unsigned int *cp = (unsigned int *)buffer; in dasm_encode()
/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt109 // Try with '&', '&#', or '&#' at the end of a buffer of wchars, with more input
110 // still left to process in the next buffer
128 // Try huge entities, big enough to fill an entire buffer

Completed in 89 milliseconds

12345678910>>...14