HomeSort by relevance Sort by last modified time
    Searched defs:pvalue (Results 1 - 8 of 8) sorted by null

  /external/srec/srec/Semproc/src/
SymbolTable.c 126 LCHAR *pvalue; local
135 HashMapGet(self->hashmap, pkey, (void **)&pvalue);
137 copyValue = (LCHAR*) CALLOC(LSTRLEN(pvalue) + 1, sizeof(LCHAR), _MTAG);
143 LSTRCPY(copyValue, pvalue);
  /external/bluetooth/glib/tests/
hash-test.c 389 gint *pvalue; local
398 pvalue = g_hash_table_find (hash_table, find_first, &value);
399 if (!pvalue || *pvalue != value)
testglib.c 1033 gint *pvalue = NULL; local
1043 pvalue = g_hash_table_find (hash_table, find_first_that, &value);
1044 if (*pvalue != value)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 156 String pvalue = ""; local
162 pvalue = paramNameOrValue();
166 ( pvalue == null ||
167 pvalue.length() == 0))
169 else return new NameValue(pname, pvalue, isFlagParam);
  /external/chromium/third_party/icu/source/tools/dumpce/
dumpce.cpp 681 const char *pvalue; local
684 pvalue = strchr(pname, '=');
685 if (pvalue == NULL) {
691 int count = pvalue - pname;
701 pvalue ++;
703 pname = strchr(pvalue, ',');
707 count = pname - pvalue;
708 strncpy(str, pvalue, count);
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 681 const char *pvalue; local
684 pvalue = strchr(pname, '=');
685 if (pvalue == NULL) {
691 int count = pvalue - pname;
701 pvalue ++;
703 pname = strchr(pvalue, ',');
707 count = pname - pvalue;
708 strncpy(str, pvalue, count);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapTiger.c 885 void *pvalue; member in struct:swig_constant_info
1150 sv_setpv(sv, (char *) swig_constants[i].pvalue);
1153 SWIG_MakePtr(sv, swig_constants[i].pvalue, *(swig_constants[i].ptype),0);
1156 SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].ptype));
  /external/jdiff/
xerces.jar 

Completed in 960 milliseconds