Searched refs:xvalue (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dxattr.h40 char *xvalue; /* XATTR value */ member in struct:jffs2_xattr_datum
41 uint32_t value_len; /* length of xvalue */
H A Dxattr.c24 * xattr_datum_hashkey(xprefix, xname, xvalue, xsize)
52 * create_xattr_datum(c, xprefix, xname, xvalue, xsize)
59 static uint32_t xattr_datum_hashkey(int xprefix, const char *xname, const char *xvalue, int xsize) argument
63 return crc32(xprefix, xname, name_len) ^ crc32(xprefix, xvalue, xsize);
94 xd->xvalue = NULL;
238 xd->xvalue = data + xd->name_len+1;
242 xd->hashkey = xattr_datum_hashkey(xd->xprefix, xd->xname, xd->xvalue, xd->value_len);
333 const char *xvalue, int xsize)
341 /* Search xattr_datum has same xname/xvalue by index */
342 hashkey = xattr_datum_hashkey(xprefix, xname, xvalue, xsiz
331 create_xattr_datum(struct jffs2_sb_info *c, int xprefix, const char *xname, const char *xvalue, int xsize) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Delgamal.c623 gcry_mpi_t xvalue = NULL; local
632 /* Parse the optional xvalue element. */
633 l1 = gcry_sexp_find_token (genparms, "xvalue", 0);
636 xvalue = gcry_sexp_nth_mpi (l1, 1, 0);
638 if (!xvalue)
643 if (xvalue)
644 ec = generate_using_x (&sk, nbits, xvalue, retfactors);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.c4639 * @xvalue: the first value as a string (optional)
4642 * @xvalue: the second value as a string (optional)
4653 const xmlChar *xvalue,
4744 xv = xvalue;
4959 const xmlChar *xvalue,
4966 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y,
4651 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
4957 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c4642 * @xvalue: the first value as a string (optional)
4645 * @xvalue: the second value as a string (optional)
4656 const xmlChar *xvalue,
4747 xv = xvalue;
4962 const xmlChar *xvalue,
4969 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y,
4654 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
4960 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c4639 * @xvalue: the first value as a string (optional)
4642 * @xvalue: the second value as a string (optional)
4653 const xmlChar *xvalue,
4744 xv = xvalue;
4959 const xmlChar *xvalue,
4966 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y,
4651 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument
4957 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, xmlSchemaValPtr x, const xmlChar *xvalue, xmlSchemaWhitespaceValueType xws, xmlSchemaValType ytype, xmlSchemaValPtr y, const xmlChar *yvalue, xmlSchemaWhitespaceValueType yws) argument

Completed in 412 milliseconds