Searched refs:strval (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/xml/ |
D | XSLTExtensions.cpp | 53 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/ |
D | v3_enum.c | 91 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/ |
D | picotok.c | 460 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/ |
D | audio.c | 394 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/ |
D | xpath.c | 4425 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()
|
D | relaxng.c | 613 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/ |
D | geshi-doc.txt | 1081 'strval','strtr','strtoupper','strtotime','strtolower','strtok',
|