Searched refs:jarAttribute (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/instrument/
H A DJarFacade.h30 } jarAttribute; typedef in typeref:struct:_jarAttribute
34 jarAttribute* readAttributes(const char* jarfile);
37 void freeAttributes(jarAttribute* attributes);
40 char* getAttribute(const jarAttribute* attributes, const char* name);
H A DJarFacade.c42 jarAttribute* head;
43 jarAttribute* tail;
50 jarAttribute* attribute = (jarAttribute*)malloc(sizeof(jarAttribute));
104 jarAttribute*
125 freeAttributes(jarAttribute* head) {
127 jarAttribute* next = (jarAttribute*)head->next;
140 getAttribute(const jarAttribute* attribute
[all...]
H A DInvocationAdapter.c99 getBooleanAttribute(const jarAttribute* attributes, const char* name) {
109 convertCapabilityAtrributes(const jarAttribute* attributes, JPLISAgent* agent) {
154 jarAttribute* attributes;
312 jarAttribute* attributes;

Completed in 32 milliseconds