| /PHP_5_3/ext/bcmath/libbcmath/src/ |
| H A D | init.c | 48 _bc_new_num_ex (length, scale, persistent) 49 int length, scale, persistent; 54 temp = (bc_num) safe_pemalloc (1, sizeof(bc_struct)+length, scale, persistent); 65 temp->n_len = length; 69 temp->n_ptr = (char *) safe_pemalloc (1, length, scale, persistent); 72 memset (temp->n_ptr, 0, length+scale);
|
| /PHP_5_3/ext/dom/examples/ |
| H A D | dom1.inc | 27 $child_count = $node->childNodes->length;
|
| /PHP_5_3/ext/dom/tests/ |
| H A D | dom_test.inc | 28 $child_count = $node->childNodes->length;
|
| /PHP_5_3/ext/spl/examples/ |
| H A D | directorytree.php | 29 $length = $argc > 3 ? $argv[3] : -1; variable 32 foreach(new LimitIterator(new DirectoryTreeIterator($argv[1]), @$argv[2], $length) as $key=>$file) {
|
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | base64.h | 15 int length; member in struct:buffer_st 24 void base64_encode_xmlrpc(struct buffer_st *b, const char *source, int length); 25 void base64_decode_xmlrpc(struct buffer_st *b, const char *source, int length);
|
| /PHP_5_3/pear/ |
| H A D | fetch.php | 43 $length = (int)(($bytes_transferred/$filesize)*100); variable 44 printf("\r[%-100s] %d%% (%2d/%2d kb)", str_repeat("=", $length). ">", $length, ($bytes_transferred/1024), $filesize/1024);
|
| /PHP_5_3/scripts/apache/ |
| H A D | conffix.awk | 15 print "php_admin_value " phpcommand " " substr($0,index($0,$1)+length($1)+1)
|
| H A D | htaccessfix.awk | 15 print "php_value " phpcommand " " substr($0,index($0,$1)+length($1)+1)
|
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_is_numeric.h | 24 zend_uchar collator_is_numeric( UChar *str, int length, long *lval, double *dval, int allow_errors );
|
| /PHP_5_3/ext/intl/formatter/ |
| H A D | formatter_attr.c | 108 int length = 0; local 124 length = unum_getTextAttribute( FORMATTER_OBJECT(nfo), attribute, value, value_buf_size, &INTL_DATA_ERROR_CODE(nfo) ); 125 if(INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR && length >= value_buf_size) { 126 ++length; /* to avoid U_STRING_NOT_TERMINATED_WARNING */ 128 value = eumalloc(length); 129 length = unum_getTextAttribute( FORMATTER_OBJECT(nfo), attribute, value, length, &INTL_DATA_ERROR_CODE(nfo) ); 137 INTL_METHOD_RETVAL_UTF8( nfo, value, length, ( value != value_buf ) ); 255 int length = USIZE(value_buf); local 276 length 348 int length = USIZE( value_buf ); local [all...] |
| /PHP_5_3/ext/intl/resourcebundle/ |
| H A D | resourcebundle_iterator.h | 28 long length; member in struct:__anon185
|
| /PHP_5_3/ext/json/ |
| H A D | utf8_decode.h | 17 extern void utf8_decode_init(json_utf8_decode *utf8, char p[], int length);
|
| H A D | utf8_to_utf16.c | 33 utf8_to_utf16(unsigned short w[], char p[], int length) argument 39 utf8_decode_init(&utf8, p, length);
|
| H A D | utf8_to_utf16.h | 3 extern int utf8_to_utf16(unsigned short w[], char p[], int length);
|
| /PHP_5_3/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfl_memory_device.c | 50 device->length = 0; 55 device->length = initsz; 73 if (initsz > device->length) { 77 device->length = initsz; 96 device->length = 0; 125 device->length = 0; 143 if (device->pos >= device->length) { 148 newlen = device->length + device->allocsz; 153 device->length = newlen; 166 if ((device->pos + 2) >= device->length) { [all...] |
| /PHP_5_3/ext/mbstring/libmbfl/tests/ |
| H A D | strcut.c | 31 int offset, length; local 36 fprintf(stderr, "Usage: %s lang encoding offset length\n", argv[0]); 59 length = strtol(argv[4], NULL, 10); 61 printf("Invalid length: %s\n", argv[4]); 89 if (dev.pos >= dev.length) { 90 if (dev.length + dev.allocsz < dev.length) { 95 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz, 103 if (mbfl_strcut(&string, &result, offset, length)) {
|
| H A D | strwidth.c | 60 if (dev.pos >= dev.length) { 61 if (dev.length + dev.allocsz < dev.length) { 66 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz,
|
| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_olechar.c | 40 /* determine required length for the buffer (includes NUL terminator) */ 71 uint length = 0; local 74 length = WideCharToMultiByte(codepage, 0, olestring, -1, NULL, 0, NULL, NULL); 76 if (length) { 77 string = (char*)safe_emalloc(length, sizeof(char), 0); 78 length = WideCharToMultiByte(codepage, 0, olestring, -1, string, length, NULL, NULL); 79 ok = length > 0; 84 length = 0; 97 *string_len = length [all...] |
| /PHP_5_3/ext/dom/ |
| H A D | characterdata.c | 135 /* {{{ length long 144 long length = 0; local 158 length = xmlUTF8Strlen(content); 162 ZVAL_LONG(*retval, length); 180 int length; local 194 length = xmlUTF8Strlen(cur); 196 if (offset < 0 || count < 0 || offset > length) { 202 if ((offset + count) > length) { 203 count = length - offset; 263 int length, arg_le local 310 int length; local 366 int length, arg_len; local [all...] |
| /PHP_5_3/ext/hash/ |
| H A D | php_hash_gost.h | 30 unsigned char length; member in struct:__anon60
|
| H A D | php_hash_snefru.h | 34 unsigned char length; member in struct:__anon75
|
| /PHP_5_3/ext/standard/ |
| H A D | base64.c | 56 PHPAPI unsigned char *php_base64_encode(const unsigned char *str, int length, int *ret_length) /* {{{ */ argument 62 if (length < 0) { 69 result = (unsigned char *) safe_emalloc((length + 2) / 3, 4 * sizeof(char), 1); 72 while (length > 2) { /* keep going until we have less than 24 bits */ 79 length -= 3; /* we just handle 3 octets of data */ 83 if (length != 0) { 85 if (length > 1) { 137 PHPAPI unsigned char *php_base64_decode(const unsigned char *str, int length, int *ret_length) /* {{{ */ argument 139 return php_base64_decode_ex(str, length, ret_length, 0); 143 PHPAPI unsigned char *php_base64_decode_ex(const unsigned char *str, int length, in argument [all...] |
| H A D | quot_print.h | 24 PHPAPI unsigned char *php_quot_print_decode(const unsigned char *str, size_t length, size_t *ret_length, int replace_us_by_ws); 25 PHPAPI unsigned char *php_quot_print_encode(const unsigned char *str, size_t length, size_t *ret_length);
|
| /PHP_5_3/main/ |
| H A D | php_memory_streams.h | 34 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) STREAMS_CC TSRMLS_CC) 35 #define php_stream_memory_get_buffer(stream, length) _php_stream_memory_get_buffer((stream), (length) STREAMS_CC TSRMLS_CC) 40 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (max_memory_usage), (buf), (length) STREAMS_CC TSRMLS_CC) 44 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC TSRMLS_DC); 45 PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC TSRMLS_DC); 48 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t length STREAMS_DC TSRMLS_DC);
|
| /PHP_5_3/main/streams/ |
| H A D | mmap.c | 25 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_operation_t mode, size_t *mapped_len TSRMLS_DC) argument 30 range.length = length; 36 if (length > 4 * 1024 * 1024) { 42 *mapped_len = range.length;
|