Home
last modified time | relevance | path

Searched refs:strval (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/xml/
DXSLTExtensions.cpp53 xmlChar *strval; in exsltNodeSetFunction() local
67 strval = xmlXPathPopString(ctxt); in exsltNodeSetFunction()
68 retNode = xmlNewDocText(NULL, strval); in exsltNodeSetFunction()
76 if (strval != NULL) in exsltNodeSetFunction()
77 xmlFree(strval); in exsltNodeSetFunction()
/external/openssl/crypto/x509v3/
Dv3_enum.c91 long strval; in i2s_ASN1_ENUMERATED_TABLE() local
92 strval = ASN1_ENUMERATED_get(e); in i2s_ASN1_ENUMERATED_TABLE()
94 if(strval == enam->bitnum) return BUF_strdup(enam->lname); in i2s_ASN1_ENUMERATED_TABLE()
/external/svox/pico/lib/
Dpicotok.c460 static picoos_bool tok_isRelative (picoos_uchar strval[], picoos_uint32 * val) in tok_isRelative() argument
466 len = picoos_strlen((picoos_char*)strval); in tok_isRelative()
468 if (strval[len - 1] == '%') { in tok_isRelative()
469 strval[len - 1] = 0; in tok_isRelative()
470 if ((strval[0] == '+') || (strval[0] == '-')) { in tok_isRelative()
471 (*val) = 1000 + (picoos_atoi((picoos_char*)strval) * 10); in tok_isRelative()
473 (*val) = picoos_atoi((picoos_char*)strval) * 10; in tok_isRelative()
/external/qemu/audio/
Daudio.c394 char *strval; in audio_get_conf_int() local
396 strval = getenv (key); in audio_get_conf_int()
397 if (strval) { in audio_get_conf_int()
399 val = atoi (strval); in audio_get_conf_int()
/external/libxml2/
Dxpath.c4425 xmlChar * strval; in xmlXPathDistinctSorted() local
4438 strval = xmlXPathCastNodeToString(cur); in xmlXPathDistinctSorted()
4439 if (xmlHashLookup(hash, strval) == NULL) { in xmlXPathDistinctSorted()
4440 xmlHashAddEntry(hash, strval, strval); in xmlXPathDistinctSorted()
4443 xmlFree(strval); in xmlXPathDistinctSorted()
5760 xmlChar *strval; in xmlXPathCastNodeToNumber() local
5765 strval = xmlXPathCastNodeToString(node); in xmlXPathCastNodeToNumber()
5766 if (strval == NULL) in xmlXPathCastNodeToNumber()
5768 ret = xmlXPathCastStringToNumber(strval); in xmlXPathCastNodeToNumber()
5769 xmlFree(strval); in xmlXPathCastNodeToNumber()
Drelaxng.c613 const xmlChar * strval, void *value);
2474 const xmlChar * val, const xmlChar * strval, in xmlRelaxNGSchemaFacetCheck() argument
2481 if ((type == NULL) || (strval == NULL)) in xmlRelaxNGSchemaFacetCheck()
2527 ret = xmlSchemaValidateFacet(typ, facet, strval, value); in xmlRelaxNGSchemaFacetCheck()
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1081 'strval','strtr','strtoupper','strtotime','strtolower','strtok',