| /PHP_5_4/ext/bcmath/libbcmath/src/ |
| H A D | int2num.c | 49 char buffer[30]; local 62 bptr = buffer;
|
| /PHP_5_4/ext/zip/lib/ |
| H A D | zip_source_deflate.c | 48 char buffer[BUFSIZE]; 142 if ((n=zip_source_read(src, ctx->buffer, 143 sizeof(ctx->buffer))) < 0) { 154 ctx->zstr.next_in = (Bytef *)ctx->buffer; 217 if ((n=zip_source_read(src, ctx->buffer, 218 sizeof(ctx->buffer))) < 0) { 226 ctx->zstr.next_in = (Bytef *)ctx->buffer; 336 if ((n=zip_source_read(src, ctx->buffer, sizeof(ctx->buffer))) < 0) 342 ctx->zstr.next_in = (Bytef *)ctx->buffer; 47 char buffer[BUFSIZE]; member in struct:deflate [all...] |
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_status.c | 53 char *buffer, *time_format, time_buffer[64]; local 359 spprintf(&buffer, 0, short_syntax, 377 PUTS(buffer); 378 efree(buffer); 440 spprintf(&buffer, 0, full_syntax, 458 PUTS(buffer); 459 efree(buffer);
|
| /PHP_5_4/ext/gd/libgd/ |
| H A D | gdtest.c | 17 static int fwriteWrapper (void *context, const char *buffer, int len); 406 fwriteWrapper (void *context, const char *buffer, int len) argument 408 return fwrite (buffer, 1, len, (FILE *) context);
|
| /PHP_5_4/ext/intl/idn/ |
| H A D | idn.c | 143 char *buffer = emalloc(buffer_capac); local 150 efree(buffer); 156 buffer, buffer_capac, &info, &status); 159 buffer, buffer_capac, &info, &status); 164 efree(buffer); 171 buffer[len] = '\0'; 174 RETVAL_STRINGL(buffer, len, 0); 187 ZVAL_STRINGL(zv, buffer, len, 0); 197 efree(buffer);
|
| /PHP_5_4/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_htmlent.c | 183 char *buffer = (char*)filter->opaque; local 188 buffer[0] = '&'; 194 if (buffer[1]=='#') { 195 if (filter->status > 2 && (buffer[2] == 'x' || buffer[2] == 'X')) { 199 int v = buffer[pos]; 219 int v = buffer[pos]; 236 CK((*filter->output_function)(buffer[pos], filter->data)); 241 /*php_error_docref("ref.mbstring" TSRMLS_CC, E_NOTICE, "mbstring decoded '%s'=%d", buffer, ent);*/ 244 buffer[filte 291 unsigned char *buffer; local [all...] |
| /PHP_5_4/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfl_memory_device.h | 40 unsigned char *buffer; member in struct:_mbfl_memory_device 47 unsigned int *buffer; member in struct:_mbfl_wchar_device
|
| /PHP_5_4/Zend/ |
| H A D | zend_sprintf.c | 31 int zend_sprintf(char *buffer, const char *format, ...) argument 36 vsprintf(buffer, format, args); 39 return strlen(buffer);
|
| /PHP_5_4/ext/hash/ |
| H A D | hash_whirlpool.c | 45 php_hash_uint64 block[8]; /* mu(buffer) */ 48 unsigned char *buffer = context->buffer.data; local 51 * map the buffer to a block: 53 for (i = 0; i < 8; i++, buffer += 8) { 55 (((php_hash_uint64)buffer[0] ) << 56) ^ 56 (((php_hash_uint64)buffer[1] & 0xffL) << 48) ^ 57 (((php_hash_uint64)buffer[2] & 0xffL) << 40) ^ 58 (((php_hash_uint64)buffer[3] & 0xffL) << 32) ^ 59 (((php_hash_uint64)buffer[ 282 unsigned char *buffer = context->buffer.data; local 380 unsigned char *buffer = context->buffer.data; local [all...] |
| H A D | php_hash_gost.h | 31 unsigned char buffer[32]; member in struct:__anon80
|
| H A D | php_hash_haval.h | 29 unsigned char buffer[128]; member in struct:__anon81
|
| H A D | php_hash_md.h | 65 unsigned char buffer[64]; /* input buffer */ member in struct:__anon83 81 unsigned char buffer[64]; member in struct:__anon84 92 unsigned char buffer[16]; member in struct:__anon85
|
| H A D | php_hash_ripemd.h | 29 unsigned char buffer[64]; /* input buffer */ member in struct:__anon86 35 unsigned char buffer[64]; /* input buffer */ member in struct:__anon87 41 unsigned char buffer[64]; /* input buffer */ member in struct:__anon88 47 unsigned char buffer[64]; /* input buffer */ member in struct:__anon89
|
| H A D | php_hash_sha.h | 41 unsigned char buffer[64]; /* input buffer */ member in struct:__anon90 57 unsigned char buffer[64]; /* input buffer */ member in struct:__anon91 68 unsigned char buffer[64]; /* input buffer */ member in struct:__anon92 79 unsigned char buffer[128]; /* input buffer */ member in struct:__anon93 90 unsigned char buffer[128]; /* input buffer */ member in struct:__anon94 [all...] |
| H A D | php_hash_snefru.h | 35 unsigned char buffer[32]; member in struct:__anon95
|
| H A D | php_hash_tiger.h | 28 unsigned char buffer[64]; member in struct:__anon96
|
| H A D | php_hash_whirlpool.h | 32 } buffer; member in struct:__anon97
|
| /PHP_5_4/ext/soap/ |
| H A D | php_packet_soap.c | 25 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC) argument 43 response = soap_xmlParseMemory(buffer, buffer_size);
|
| /PHP_5_4/ext/standard/ |
| H A D | crypt.c | 190 struct php_crypt_extended_data buffer; local 267 memset(&buffer, 0, sizeof(buffer)); 270 crypt_res = _crypt_extended_r(str, salt, &buffer); 287 struct crypt_data buffer; local 288 memset(&buffer, 0, sizeof(buffer)); 290 CRYPTD buffer; local 294 crypt_res = crypt_r(str, salt, &buffer);
|
| H A D | md5.h | 47 unsigned char buffer[64]; member in struct:__anon243
|
| H A D | sha1.h | 30 unsigned char buffer[64]; /* input buffer */ member in struct:__anon247
|
| /PHP_5_4/ext/xsl/ |
| H A D | php_xsl.c | 309 char buffer[128]; local 316 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); 317 php_info_print_table_row(2, "libxslt Version", buffer); 321 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); 322 php_info_print_table_row(2, "libxslt compiled against libxml Version", buffer);
|
| /PHP_5_4/ext/zlib/ |
| H A D | php_zlib.h | 47 php_zlib_buffer buffer; member in struct:_php_zlib_context
|
| /PHP_5_4/ext/mysqlnd/ |
| H A D | php_mysqlnd.c | 125 smart_str * buffer = (smart_str *) buf; local 128 if (buffer->len) { 129 smart_str_appendc(buffer, ','); 131 smart_str_appends(buffer, plugin_header->plugin_name); 139 mysqlnd_minfo_dump_api_plugins(smart_str * buffer TSRMLS_DC) 147 if (buffer->len) { 148 smart_str_appendc(buffer, ','); 150 smart_str_appends(buffer, ext->module->name); 180 php_info_print_table_row(2, "Command buffer size", buf); 182 php_info_print_table_row(2, "Read buffer siz [all...] |
| /PHP_5_4/ext/pcre/pcrelib/ |
| H A D | pcre_ord2utf8.c | 61 buffer pointer to buffer for result - at least 6 pcre_uchars long 63 Returns: number of characters placed in the buffer 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) argument 76 buffer += i; 79 *buffer-- = 0x80 | (cvalue & 0x3f); 82 *buffer = PRIV(utf8_table2)[i] | cvalue; 88 (void)(buffer); /* called when SUPPORT_UTF is not defined. */
|