Home | History | Annotate | Download | only in common

Lines Matching refs:pkg

323     UTRACE_DATA2(UTRACE_OPEN_CLOSE, "load converter %s from package %s", pArgs->name, pArgs->pkg);
325 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err);
341 * TODO Store pkg in a field in the shared data so that delta-only converters
343 * If the pkg name is longer than the field, then either do not load the converter
344 * in the first place, or just set the pkg field to "".
530 * If pkg==NULL, then this function must be called inside umtx_lock(&cnvCacheMutex).
540 if(pArgs->pkg != NULL && *pArgs->pkg != 0) {
811 pArgs->pkg=NULL;
950 stackArgs.pkg=packageName;