Searched refs:spf (Results 1 – 10 of 10) sorted by relevance
17 void sepol_policy_file_set_mem(sepol_policy_file_t * spf, in sepol_policy_file_set_mem() argument20 struct policy_file *pf = &spf->pf; in sepol_policy_file_set_mem()32 void sepol_policy_file_set_fp(sepol_policy_file_t * spf, FILE * fp) in sepol_policy_file_set_fp() argument34 struct policy_file *pf = &spf->pf; in sepol_policy_file_set_fp()40 int sepol_policy_file_get_len(sepol_policy_file_t * spf, size_t * len) in sepol_policy_file_get_len() argument42 struct policy_file *pf = &spf->pf; in sepol_policy_file_get_len()
464 struct sepol_policy_file *spf, int verbose) in sepol_module_package_read() argument466 struct policy_file *file = &spf->pf; in sepol_module_package_read()648 int sepol_module_package_info(struct sepol_policy_file *spf, int *type, in sepol_module_package_info() argument651 struct policy_file *file = &spf->pf; in sepol_module_package_info()874 struct sepol_policy_file *spf) in sepol_module_package_write() argument876 struct policy_file *file = &spf->pf; in sepol_module_package_write()
44 SAXParserFactory spf = SAXParserFactory.newInstance(); in test() local45 System.out.println("Ok, SAX factory JAXP creates is: "+spf); in test()47 spf.newSAXParser().parse(f, new org.xml.sax.helpers.DefaultHandler()); in test()
1265 rfbSetPixelFormatMsg spf; in SetFormatAndEncodings() local1278 spf.type = rfbSetPixelFormat; in SetFormatAndEncodings()1279 spf.format = client->format; in SetFormatAndEncodings()1280 spf.format.redMax = rfbClientSwap16IfLE(spf.format.redMax); in SetFormatAndEncodings()1281 spf.format.greenMax = rfbClientSwap16IfLE(spf.format.greenMax); in SetFormatAndEncodings()1282 spf.format.blueMax = rfbClientSwap16IfLE(spf.format.blueMax); in SetFormatAndEncodings()1284 if (!WriteToRFBServer(client, (char *)&spf, sz_rfbSetPixelFormatMsg)) in SetFormatAndEncodings()
203 spf.type = rfbSetPixelFormat;204 spf.format = myFormat;
12945 spf.type = rfbSetPixelFormat;12946 spf.format = myFormat;12948 spf.format.greenMax = Swap16IfLE(spf.format.greenMax);12949 spf.format.blueMax = Swap16IfLE(spf.format.blueMax);12953 if (!WriteExact(rfbsock, (char *)&spf, sz_rfbSetPixelFormatMsg))
1904 cl->format.bitsPerPixel = msg.spf.format.bitsPerPixel; in rfbProcessClientNormalMessage()1905 cl->format.depth = msg.spf.format.depth; in rfbProcessClientNormalMessage()1906 cl->format.bigEndian = (msg.spf.format.bigEndian ? TRUE : FALSE); in rfbProcessClientNormalMessage()1907 cl->format.trueColour = (msg.spf.format.trueColour ? TRUE : FALSE); in rfbProcessClientNormalMessage()1908 cl->format.redMax = Swap16IfLE(msg.spf.format.redMax); in rfbProcessClientNormalMessage()1909 cl->format.greenMax = Swap16IfLE(msg.spf.format.greenMax); in rfbProcessClientNormalMessage()1910 cl->format.blueMax = Swap16IfLE(msg.spf.format.blueMax); in rfbProcessClientNormalMessage()1911 cl->format.redShift = msg.spf.format.redShift; in rfbProcessClientNormalMessage()1912 cl->format.greenShift = msg.spf.format.greenShift; in rfbProcessClientNormalMessage()1913 cl->format.blueShift = msg.spf.format.blueShift; in rfbProcessClientNormalMessage()
1430 rfbSetPixelFormatMsg spf; member
META-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...