| /PHP_5_4/ext/bcmath/libbcmath/src/ |
| H A D | div.c | 53 int carry, value; local 71 value = *nptr-- * digit + carry; 72 *rptr-- = value % BASE; 73 carry = value / BASE;
|
| /PHP_5_4/ext/zip/lib/ |
| H A D | zip_set_archive_flag.c | 43 zip_set_archive_flag(struct zip *za, int flag, int value) 47 if (value) 60 if ((flag & ZIP_AFL_RDONLY) && value 41 zip_set_archive_flag(struct zip *za, int flag, int value) argument
|
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_atomic.h | 34 static inline atomic_int_t atomic_fetch_add(atomic_t *value, atomic_int_t add) /* {{{ */ argument 37 "+r" (add) : "m" (*value) : "memory"); 60 static inline atomic_int_t atomic_fetch_add(atomic_t *value, atomic_int_t add) /* {{{ */ argument 63 "+r" (add) : "m" (*value) : "memory");
|
| H A D | fpm_env.c | 26 int setenv(char *name, char *value, int clobber) /* {{{ */ argument 36 if ((cp = malloc(strlen(name) + strlen(value) + 2)) == 0) { 39 sprintf(cp, "%s=%s", name, value); 44 int setenv(char *name, char *value, int overwrite) /* {{{ */ argument 47 int value_len = strlen(value); 54 memcpy(var + name_len + 1, value, value_len); 149 setenv(kv->key, kv->value, 1); 169 if (*kv->value == '$') { 170 char *value = getenv(kv->value local [all...] |
| /PHP_5_4/ext/fileinfo/libmagic/ |
| H A D | is_tar.c | 135 int value; local 142 value = 0; 144 value = (value << 3) | (*where++ - '0'); 151 return value;
|
| /PHP_5_4/ext/gd/ |
| H A D | gdcache.c | 30 * new. The most-recently-returned value is always left at the 147 int value; member in struct:__anon121 166 map->value = 3;
|
| /PHP_5_4/ext/gd/libgd/ |
| H A D | gdcache.c | 39 * new. The most-recently-returned value is always left at the 154 int value; member in struct:__anon137 171 map->value = 3;
|
| H A D | xbm.c | 38 int value; local 56 if (sscanf(fline, "#define %s %d", iname, &value) == 2) { 64 width = (unsigned int) value; 67 height = (unsigned int) value; 119 /* Get hex value */
|
| /PHP_5_4/ext/intl/collator/ |
| H A D | collator_attr.c | 30 * Get collation attribute value. }}} */ 32 * Get collation attribute value. 36 long attribute, value; local 53 value = ucol_getAttribute( co->ucoll, attribute, COLLATOR_ERROR_CODE_P( co ) ); 54 COLLATOR_CHECK_STATUS( co, "Error getting attribute value" ); 56 RETURN_LONG( value ); 61 * Get collation attribute value. }}} */ 67 long attribute, value; local 73 &object, Collator_ce_ptr, &attribute, &value ) == FAILURE) 84 /* Set new value fo [all...] |
| H A D | collator_is_numeric.c | 85 double value; local 100 value = zend_strtod(numbuf, NULL); 110 return value; 171 * Compute the cutoff value between legal numbers and illegal 172 * numbers. That is the largest legal value, divided by the 173 * base. An input number that is greater than this value, if 175 * is equal to this value may be valid or not; the limit 181 * a value > 214748364, or equal but the next digit is > 7 (or 8), 282 zend_error(E_NOTICE, "A non well formed numeric value encountered");
|
| /PHP_5_4/ext/intl/dateformat/ |
| H A D | dateformat_attr.c | 37 /* check for the validity of value of calendar passed */ 41 "datefmt_set_calendar: calendar value specified is out of valid range", 0 TSRMLS_CC); 214 UChar* value = value_buf; local 230 length = udat_toPattern(DATE_FORMAT_OBJECT(dfo), is_pattern_localized, value, length, &INTL_DATA_ERROR_CODE(dfo)); 234 value = eumalloc(length); 235 length = udat_toPattern(DATE_FORMAT_OBJECT(dfo), is_pattern_localized, value, length, &INTL_DATA_ERROR_CODE(dfo) ); 237 efree(value); 238 value = value_buf; 243 INTL_METHOD_RETVAL_UTF8( dfo, value, length, ( value ! 254 char* value = NULL; local [all...] |
| /PHP_5_4/ext/intl/formatter/ |
| H A D | formatter_attr.c | 29 * Get formatter attribute value. }}} */ 31 * Get formatter attribute value. 35 long attribute, value; local 71 value = unum_getAttribute(FORMATTER_OBJECT(nfo), attribute); 72 if(value == -1) { 75 RETVAL_LONG(value); 93 INTL_METHOD_CHECK_STATUS( nfo, "Error getting attribute value" ); 98 * Get formatter attribute value. }}} */ 100 * Get formatter attribute value. 107 UChar* value local 149 zval **value; local 213 char *value; local 254 UChar *value = value_buf; local 301 char* value = NULL; local 349 UChar* value = value_buf; local 389 char* value = NULL; local [all...] |
| H A D | formatter_format.c | 94 int64_t value = (Z_TYPE_PP(number) == IS_DOUBLE)?(int64_t)Z_DVAL_PP(number):Z_LVAL_PP(number); local 95 formatted_len = unum_formatInt64(FORMATTER_OBJECT(nfo), value, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo)); 99 formatted_len = unum_formatInt64(FORMATTER_OBJECT(nfo), value, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
|
| /PHP_5_4/ext/intl/msgformat/ |
| H A D | msgformat_attr.c | 64 char* value = NULL; local 72 &object, MessageFormatter_ce_ptr, &value, &value_len ) == FAILURE ) 82 intl_convert_utf8_to_utf16(&spattern, &spattern_len, value, value_len, &INTL_DATA_ERROR_CODE(mfo)); 98 INTL_METHOD_CHECK_STATUS(mfo, "Error setting symbol value"); 103 mfo->mf_data.orig_format = estrndup(value, value_len);
|
| /PHP_5_4/Zend/ |
| H A D | zend_constants.h | 34 zval value; member in struct:_zend_constant
|
| H A D | zend_interfaces.h | 38 zval *value; member in struct:_zend_user_iterator
|
| /PHP_5_4/ext/dba/ |
| H A D | dba_qdbm.c | 83 char *value, *new = NULL; local 86 value = dpget(dba->dbf, key, keylen, 0, -1, &value_size); 87 if (value) { 89 new = estrndup(value, value_size); 90 free(value); 112 char *value; local 114 value = dpget(dba->dbf, key, keylen, 0, -1, NULL); 115 if (value) { 116 free(value); 134 char *value, *ne local 152 char *value, *new = NULL; local [all...] |
| H A D | dba_tcadb.c | 92 char *value, *new = NULL; local 95 value = tcadbget(dba->tcadb, key, keylen, &value_size); 96 if (value) { 100 new = estrndup(value, value_size); 101 tcfree(value); 132 char *value; local 135 value = tcadbget(dba->tcadb, key, keylen, &value_len); 136 if (value) { 137 tcfree(value); 155 char *value, *ne local 175 char *value, *new = NULL; local [all...] |
| /PHP_5_4/ext/dba/libinifile/ |
| H A D | inifile.h | 30 char *value; member in struct:__anon56
|
| /PHP_5_4/ext/dom/ |
| H A D | attr.c | 38 ZEND_ARG_INFO(0, value) 55 /* {{{ proto void DOMAttr::__construct(string name, [string value]); */ 63 char *name, *value = NULL; local 68 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s", &id, dom_attr_class_entry, &name, &name_len, &value, &value_len) == FAILURE) { 82 nodep = xmlNewProp(NULL, (xmlChar *) name, value); 139 /* {{{ value string
|
| H A D | cdatasection.c | 33 ZEND_ARG_INFO(0, value) 49 /* {{{ proto void DOMCdataSection::__construct(string value); */ 56 char *value = NULL; local 61 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_cdatasection_class_entry, &value, &value_len) == FAILURE) { 67 nodep = xmlNewCDataBlock(NULL, (xmlChar *) value, value_len);
|
| H A D | comment.c | 33 ZEND_ARG_INFO(0, value) 49 /* {{{ proto void DOMComment::__construct([string value]); */ 56 char *value = NULL; local 61 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|s", &id, dom_comment_class_entry, &value, &value_len) == FAILURE) { 67 nodep = xmlNewComment((xmlChar *) value);
|
| H A D | processinginstruction.c | 34 ZEND_ARG_INFO(0, value) 50 /* {{{ proto void DOMProcessingInstruction::__construct(string name, [string value]); */ 57 char *name, *value = NULL; local 62 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os|s", &id, dom_processinginstruction_class_entry, &name, &name_len, &value, &value_len) == FAILURE) { 75 nodep = xmlNewPI((xmlChar *) name, (xmlChar *) value);
|
| H A D | text.c | 44 ZEND_ARG_INFO(0, value) 64 /* {{{ proto void DOMText::__construct([string value]); */ 71 char *value = NULL; local 76 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|s", &id, dom_text_class_entry, &value, &value_len) == FAILURE) { 82 nodep = xmlNewText((xmlChar *) value);
|
| /PHP_5_4/ext/hash/ |
| H A D | hash_whirlpool.c | 292 php_hash_uint64 value = sourceBits; local 293 for (i = 31, carry = 0; i >= 0 && (carry != 0 || value != L64(0)); i--) { 294 carry += bitLength[i] + ((php_hash_uint32)value & 0xff); 297 value >>= 8;
|