Home
last modified time | relevance | path

Searched refs:vallen (Results 26 – 30 of 30) sorted by relevance

12

/PHP-5.5/ext/wddx/
H A Dwddx.c304 if (vallen == 0) { in PS_SERIALIZER_DECODE_FUNC()
310 if ((ret = php_wddx_deserialize_ex((char *)val, vallen, retval)) == SUCCESS) { in PS_SERIALIZER_DECODE_FUNC()
1143 int php_wddx_deserialize_ex(char *value, int vallen, zval *return_value) in php_wddx_deserialize_ex() argument
1157 XML_Parse(parser, value, vallen, 1); in php_wddx_deserialize_ex()
/PHP-5.5/ext/odbc/
H A Dbirdstep.c416 SQLBindCol(res->hstmt,i+1,SQL_C_CHAR, res->values[i].value,coldesc+1, &res->values[i].vallen); in PHP_FUNCTION()
527 res->values[indx].value,4095,&res->values[indx].vallen); in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c663 val += m->vallen * MULT; in apprentice_magic_strength()
668 val += m->vallen * MULT / 2; in apprentice_magic_strength()
673 val += m->vallen * MAX(MULT / m->vallen, 1); in apprentice_magic_strength()
892 if (file_looks_utf8(m->value.us, (size_t)m->vallen, NULL, in set_test_type()
2476 m->vallen = CAST(unsigned char, (p - origp)); in getstr()
2478 m->vallen += (unsigned char)file_pstring_length_size(m); in getstr()
H A Dfile.h177 uint8_t vallen; /* length of string value, if any */ member
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2702 - file_showstr(stderr, m->value.s, (size_t)m->vallen);
3266 - if (nbytes < (offset + m->vallen))
3267 + if (OFFSET_OOB(nbytes, offset, m->vallen))
3418 + ZVAL_STRINGL(pattern, (char *)m->value.s, m->vallen, 0);

Completed in 54 milliseconds

12