Home
last modified time | relevance | path

Searched refs:buffer (Results 251 – 275 of 300) sorted by relevance

1...<<1112

/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c1536 char *buffer = NULL; local
1543 blength = php_stream_copy_to_mem(stream, (void *)&buffer, PHP_STREAM_COPY_ALL, 0);
1547 buffer = Z_STRVAL_P(param->parameter);
1550 sqlite3_bind_blob(stmt_obj->stmt, param->param_number, buffer, blength, SQLITE_TRANSIENT);
1553 pefree(buffer, 0);
/PHP-5.4/sapi/litespeed/
H A Dlsapi_main.c345 static int sapi_lsapi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_lsapi_read_post() argument
348 return LSAPI_ReadReqBody( buffer, (unsigned long long)count_bytes ); in sapi_lsapi_read_post()
/PHP-5.4/sapi/nsapi/
H A Dnsapi.c591 static int sapi_nsapi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_nsapi_read_post() argument
594 char *read_ptr = buffer, *content_length_str = NULL; in sapi_nsapi_read_post()
/PHP-5.4/ext/pdo/
H A Dpdo_sql_parser.re273 /* allocate output buffer */
400 /* allocate buffer for query with expanded binds, ptr is our writing pointer */
/PHP-5.4/ext/sockets/tests/
H A Dsocket_strerror.phpt130 string(25) "No buffer space available"
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c506 static int sapi_cgi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_cgi_read_post() argument
513 tmp_read_bytes = read(STDIN_FILENO, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
522 static int sapi_fcgi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_fcgi_read_post() argument
530 tmp_read_bytes = fcgi_read(request, buffer + read_bytes, count_bytes - read_bytes); in sapi_fcgi_read_post()
/PHP-5.4/sapi/apache_hooks/
H A Dmod_php5.c35 static int sapi_apache_read_post(char *buffer, uint count_bytes TSRMLS_DC);
270 static int sapi_apache_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_apache_read_post() argument
289 read_bytes = get_client_block(r, buffer+total_read_bytes, count_bytes-total_read_bytes); in sapi_apache_read_post()
H A Dphp_apache.c1092 char *buffer; in PHP_FUNCTION() local
1097 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &buffer, &buffer_len) == FAILURE) { in PHP_FUNCTION()
1102 ap_rwrite(buffer, buffer_len, (request_rec*)SG(server_context)); in PHP_FUNCTION()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c497 static int sapi_cgi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_cgi_read_post() argument
522 tmp_read_bytes = fcgi_read(request, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
524 tmp_read_bytes = read(request_body_fd, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
/PHP-5.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt58 …driver reads columns in blocks of 255 bytes and then reassembles those blocks into a single buffer.
/PHP-5.4/ext/oci8/tests/
H A Dbind_char_1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_1_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_3.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_3_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_4.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_4_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
/PHP-5.4/ext/standard/tests/strings/
H A Dwordwrap_variation1.phpt6 * Description: Wraps buffer to selected number of characters using string break char
H A Dwordwrap_variation3.phpt6 * Description: Wraps buffer to selected number of characters using string break char
/PHP-5.4/
H A Dacinclude.m41782 __ssize_t reader(void *cookie, char *buffer, size_t size)
1784 __ssize_t writer(void *cookie, const char *buffer, size_t size)
2831 CRYPTD buffer;
2832 crypt_r("passwd", "hash", &buffer);
2841 struct crypt_data buffer;
2842 crypt_r("passwd", "hash", &buffer);
2853 struct crypt_data buffer;
2854 crypt_r("passwd", "hash", &buffer);
H A Dphp.ini-development216 ; Turning on this setting and managing its maximum buffer size can yield some
226 ; On = Enabled and buffer is unlimited. (Use with caution)
228 ; Integer = Enables the buffer and sets its maximum size in bytes.
252 ; Valid values for this option are 'off', 'on', or a specific buffer size
1216 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1220 ; Size of a pre-allocated buffer used for reading data sent by the server in
1702 ; registered as output buffer to function
H A Dphp.ini-production216 ; Turning on this setting and managing its maximum buffer size can yield some
226 ; On = Enabled and buffer is unlimited. (Use with caution)
228 ; Integer = Enables the buffer and sets its maximum size in bytes.
252 ; Valid values for this option are 'off', 'on', or a specific buffer size
1216 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1220 ; Size of a pre-allocated buffer used for reading data sent by the server in
1702 ; registered as output buffer to function
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dgrepoutput639 pcregrep: line 4 of file ./testdata/grepinput3 is too long for the internal buffer
640 pcregrep: check the --buffer-size option
/PHP-5.4/ext/fileinfo/tests/
H A Dbug68819_001.phpt13 $type = $finfo->buffer($string);
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.c374 zend_uchar buffer[2]; in MYSQLND_METHOD() local
379 int2store(buffer, (unsigned int) option); in MYSQLND_METHOD()
380 …ret = conn->m->simple_command(conn, COM_SET_OPTION, buffer, sizeof(buffer), PROT_EOF_PACKET, FALSE… in MYSQLND_METHOD()
/PHP-5.4/win32/build/
H A Dconfig.w32.phpize.in199 // if you have VS.Net /GS hardens the binary against buffer overruns

Completed in 84 milliseconds

1...<<1112