Searched defs:pvalue (Results 1 - 9 of 9) sorted by relevance

/external/srec/srec/Nametag/src/
H A DNametag.c36 ESR_ReturnCode SR_NametagGetValue(const SR_Nametag* self, const char** pvalue, size_t* plen) argument
38 if (self == NULL || pvalue == NULL || plen == NULL)
43 return self->getValue(self, pvalue, plen);
H A DNametagImpl.c202 ESR_ReturnCode SR_Nametag_GetValue(const SR_Nametag* self, const char** pvalue, size_t* plen) argument
206 *pvalue = (const char*)impl->value;
/external/srec/srec/Semproc/src/
H A DSymbolTable.c126 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/
H A Dhash-test.c389 gint *pvalue; local
398 pvalue = g_hash_table_find (hash_table, find_first, &value);
399 if (!pvalue || *pvalue != value)
H A Dtestglib.c1033 gint *pvalue = NULL; local
1043 pvalue = g_hash_table_find (hash_table, find_first_that, &value);
1044 if (*pvalue != value)
/external/chromium/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp681 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);
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp681 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);
/external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupport_wrapTiger.c885 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/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 180 milliseconds