Home
last modified time | relevance | path

Searched refs:pxs (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/net/kamailio/kamailio-5.4.5/src/modules/xmlops/
H A Dpv_xml.c256 if(pxs->xdoc->doc == NULL || pxs->xdoc->updated == 0) in pv_get_xml()
280 pxs->xdoc->doc = xmlParseMemory(pxs->xdoc->inbuf.s, in pv_get_xml()
287 pxs->xdoc->xpathCtx = xmlXPathNewContext(pxs->xdoc->doc); in pv_get_xml()
378 pxs->xdoc->doc = xmlParseMemory(pxs->xdoc->inbuf.s, in pv_set_xml()
385 pxs->xdoc->xpathCtx = xmlXPathNewContext(pxs->xdoc->doc); in pv_set_xml()
447 if(pxs==NULL) { in pv_parse_xml_name()
469 pxs->docname.len = p - pxs->docname.s; in pv_parse_xml_name()
487 pxs->type = 0; in pv_parse_xml_name()
493 if(pv_parse_format(&pvs, &pxs->pve)<0 || pxs->pve==NULL) in pv_parse_xml_name()
502 pxs->xdoc = pv_xml_get_struct(&pxs->docname); in pv_parse_xml_name()
[all …]
/dports/databases/pxlib/pxlib-0.6.8/src/
H A Dpx_io.c99 curpos = pxs->tell(p, pxs); in px_read()
125 pxs->write(p, pxs, blocksize, p->curblock); in px_read()
129 pxs->read(p, pxs, blocksize, p->curblock); in px_read()
139 pxs->seek(p, pxs, curpos+len, SEEK_SET); in px_read()
142 ret = pxs->read(p, pxs, len, buffer); in px_read()
172 curpos = pxs->tell(p, pxs); in px_write()
208 pxs->read(p, pxs, blocksize, p->curblock); in px_write()
218 pxs->seek(p, pxs, curpos+len, SEEK_SET); in px_write()
221 ret = pxs->write(p, pxs, len, buffer); in px_write()
275 return pxs->read(pxdoc, pxs, len, buffer); in px_mb_read()
[all …]
H A Dpx_head.c25 pxhead_t *get_px_head(pxdoc_t *pxdoc, pxstream_t *pxs) in get_px_head() argument
40 if(pxdoc->seek(pxdoc, pxs, 0, SEEK_SET) < 0) in get_px_head()
399 if(pxdoc->seek(pxdoc, pxs, 0, SEEK_SET) < 0) { in put_px_head()
437 if(pxdoc->write(pxdoc, pxs, 4, &ptr) < 1) { in put_px_head()
452 if(pxdoc->write(pxdoc, pxs, 4, &ptr) < 1) { in put_px_head()
473 if(pxdoc->write(pxdoc, pxs, 1, &nullint) < 1) { in put_px_head()
499 if(pxdoc->write(pxdoc, pxs, 2, &tmp) < 1) { in put_px_head()
512 i = pxdoc->tell(pxdoc, pxs); in put_px_head()
518 if(pxdoc->write(pxdoc, pxs, 1, "\0") < 0) { in put_px_head()
659 if(put_px_head(pxdoc, pxh, pxs) < 0) { in put_px_datablock()
[all …]
H A Dpx_head.h3 pxhead_t *get_px_head(pxdoc_t *pxdoc, pxstream_t *pxs);
4 int put_px_head(pxdoc_t *pxdoc, pxhead_t *pxh, pxstream_t *pxs);
5 int put_px_datablock(pxdoc_t *pxdoc, pxhead_t *pxh, int after, pxstream_t *pxs);
6 …doc_t *pxdoc, pxhead_t *pxh, int datablocknr, int recnr, char *data, pxstream_t *pxs, int *update);
7 …delete_data_from_block(pxdoc_t *pxdoc, pxhead_t *pxh, int datablocknr, int recnr, pxstream_t *pxs);
9 int get_datablock_head(pxdoc_t *pxdoc, pxstream_t *pxs, int datablocknr, TDataBlock *datablockhead);
11 mbhead_t *get_mb_head(pxblob_t *pxblob, pxstream_t *pxs);
12 int put_mb_head(pxblob_t *pxblob, mbhead_t *mbh, pxstream_t *pxs);
H A Dparadox.c254 pxstream_t *pxs; in PX_set_io_stream() local
282 pxstream_t *pxs; in build_primary_index() local
377 pxstream_t *pxs; in PX_open_stream() local
425 pxstream_t *pxs; in PX_open_gsf() local
473 pxstream_t *pxs; in PX_open_fp() local
553 pxstream_t *pxs; in PX_create_fp() local
2219 pxstream_t *pxs; in px_delete_blobs() local
2389 pxstream_t *pxs; in PX_delete_record() local
2462 pxstream_t *pxs; in PX_pack() local
2860 pxstream_t *pxs; in build_mb_block_list() local
[all …]
/dports/net/bird/bird-1.6.8/filter/
H A Dtest6.conf84 print " must be true: ", 1000::/8 ~ pxs, ",", 1000::/10 ~ pxs, ",", 1000::/12 ~ pxs, ",",
85 2000::/24 ~ pxs, ",", 2000:4000::/24 ~ pxs, ",", 2000::/26 ~ pxs, ",",
86 2000:8000::/26 ~ pxs, ",", 2000::/28 ~ pxs, ",", 2000:FFF0::/28 ~ pxs;
87 print " must be false: ", 1000::/7 ~ pxs, ",", 1000::/13 ~ pxs, ",", 1000::/16 ~ pxs, ",",
88 2000::/16 ~ pxs, ",", 2000::/23 ~ pxs, ",", 2000::/29 ~ pxs, ",",
89 1100::/10 ~ pxs, ",", 2010::/26 ~ pxs;
99 prefix set pxs;
140 print pxs;
141 …print " must be true: ", 1102::/16 ~ pxs, ",", 1104::/16 ~ pxs, ",", 1104::/18 ~ pxs, ",", 1104:…
142 …print " must be false: ", 1101::/16 ~ pxs, ",", 1103::/16 ~ pxs, ",", 1102::/15 ~ pxs, ",", 1102:…
[all …]
H A Dtest.conf274 print pxs;
275 print " must be true: ", 10.0.0.0/8 ~ pxs, ",", 10.0.0.0/10 ~ pxs, ",", 10.0.0.0/12 ~ pxs, ",",
276 20.0.0.0/24 ~ pxs, ",", 20.0.40.0/24 ~ pxs, ",", 20.0.0.0/26 ~ pxs, ",",
277 20.0.100.0/26 ~ pxs, ",", 20.0.0.0/28 ~ pxs, ",", 20.0.255.0/28 ~ pxs;
278 print " must be false: ", 10.0.0.0/7 ~ pxs, ",", 10.0.0.0/13 ~ pxs, ",", 10.0.0.0/16 ~ pxs, ",",
279 20.0.0.0/16 ~ pxs, ",", 20.0.0.0/23 ~ pxs, ",", 20.0.0.0/29 ~ pxs, ",",
280 11.0.0.0/10 ~ pxs, ",", 20.1.0.0/26 ~ pxs;
415 print pxs;
416 …print " must be true: ", 1.2.0.0/16 ~ pxs, ",", 1.4.0.0/16 ~ pxs, ",", 1.4.0.0/18 ~ pxs, ",", 1.…
417 …print " must be false: ", 1.1.0.0/16 ~ pxs, ",", 1.3.0.0/16 ~ pxs, ",", 1.2.0.0/15 ~ pxs, ",", 1.…
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/xcap_server/
H A Dxcap_misc.c764 if(pxs==NULL) in pv_parse_xcap_uri_name()
775 pxs->name.s = p; in pv_parse_xcap_uri_name()
784 pxs->name.len = p - pxs->name.s; in pv_parse_xcap_uri_name()
798 pxs->key.s = p; in pv_parse_xcap_uri_name()
800 pxs->key.len, pxs->key.s); in pv_parse_xcap_uri_name()
801 if(pxs->key.len==4 && strncmp(pxs->key.s, "data", 4)==0) { in pv_parse_xcap_uri_name()
802 pxs->ktype = 0; in pv_parse_xcap_uri_name()
804 pxs->ktype = 1; in pv_parse_xcap_uri_name()
829 pxs->xus = pv_xcap_uri_get_struct(&pxs->name); in pv_parse_xcap_uri_name()
835 if(pxs!=NULL) in pv_parse_xcap_uri_name()
[all …]
/dports/net/bird2/bird-2.0.8/filter/
H A Dtest.conf434 bt_assert(net10 ~ pxs);
461 prefix set pxs;
466 bt_assert(1.2.0.0/16 ~ pxs);
467 bt_assert(1.4.0.0/16 ~ pxs);
518 prefix set pxs;
544 bt_assert(1000::/8 ~ pxs);
545 bt_assert(1000::/10 ~ pxs);
546 bt_assert(1000::/12 ~ pxs);
547 bt_assert(2000::/24 ~ pxs);
549 bt_assert(2000::/26 ~ pxs);
[all …]
/dports/security/opensc/OpenSC-0.22.0/src/tools/
H A Dgoid-tool.ggo.in31 defmode "pxs" modedesc="Options for PAccess Applet"
40 mode="pxs" optional
43 string mode="pxs" optional typestr="CARDID"
46 mode="pxs" optional
49 string mode="pxs" optional typestr="PACCESSID"
52 int mode="pxs" optional multiple typestr="ID"
55 string mode="pxs" optional multiple typestr="FILENAME"
58 int mode="pxs" optional multiple typestr="ID"
61 string mode="pxs" optional multiple typestr="FILENAME"
64 int mode="pxs" optional multiple typestr="ID"
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/ExtUtils-ParseXS/t/
H A D001-basic.t32 my $pxs = ExtUtils::ParseXS->new;
35 $pxs->process_file( filename => 'XSTest.xs', output => \*FH, prototypes => 1 );
41 $pxs->process_file(filename => 'XSTest.xs', output => $source_file, prototypes => 0);
142 my $pxs = ExtUtils::ParseXS->new;
145 $pxs->process_file(
156 $pxs->process_file(
184 my $pxs = ExtUtils::ParseXS->new;
187 $pxs->process_file(filename => 'XSBroken.xs', output => \*FH);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/ExtUtils-ParseXS/t/
H A D001-basic.t32 my $pxs = ExtUtils::ParseXS->new;
35 $pxs->process_file( filename => 'XSTest.xs', output => \*FH, prototypes => 1 );
41 $pxs->process_file(filename => 'XSTest.xs', output => $source_file, prototypes => 0);
142 my $pxs = ExtUtils::ParseXS->new;
145 $pxs->process_file(
156 $pxs->process_file(
184 my $pxs = ExtUtils::ParseXS->new;
187 $pxs->process_file(filename => 'XSBroken.xs', output => \*FH);
/dports/textproc/py-pyscss/pyScss-1.3.7/scss/tests/
H A Dtest_types.py97 pxs = Number(100, "px")
100 ems < pxs
102 ems > pxs
104 ems <= pxs
106 ems >= pxs
108 assert not ems == pxs
109 assert ems != pxs
/dports/lang/perl5.30/perl-5.30.3/dist/ExtUtils-ParseXS/t/
H A D001-basic.t29 my $pxs = ExtUtils::ParseXS->new;
32 $pxs->process_file( filename => 'XSTest.xs', output => \*FH, prototypes => 1 );
38 $pxs->process_file(filename => 'XSTest.xs', output => $source_file, prototypes => 0);
139 my $pxs = ExtUtils::ParseXS->new;
142 $pxs->process_file(
153 $pxs->process_file(
/dports/lang/perl5.32/perl-5.32.1/dist/ExtUtils-ParseXS/t/
H A D001-basic.t29 my $pxs = ExtUtils::ParseXS->new;
32 $pxs->process_file( filename => 'XSTest.xs', output => \*FH, prototypes => 1 );
38 $pxs->process_file(filename => 'XSTest.xs', output => $source_file, prototypes => 0);
139 my $pxs = ExtUtils::ParseXS->new;
142 $pxs->process_file(
153 $pxs->process_file(
/dports/devel/p5-ExtUtils-ParseXS/ExtUtils-ParseXS-3.35/t/
H A D001-basic.t29 my $pxs = ExtUtils::ParseXS->new;
32 $pxs->process_file( filename => 'XSTest.xs', output => \*FH, prototypes => 1 );
38 $pxs->process_file(filename => 'XSTest.xs', output => $source_file, prototypes => 0);
139 my $pxs = ExtUtils::ParseXS->new;
142 $pxs->process_file(
153 $pxs->process_file(
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/cybook/
H A Dt4b.py33 pxs = t4bcover.getdata()
35 data = (16 * reduce_color(pxs[i]) + reduce_color(pxs[i+1])
36 for i in range(0, len(pxs), 2))
/dports/lang/perl5.34/perl-5.34.0/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A Dxsubpp51 my $pxs = ExtUtils::ParseXS->new;
52 $pxs->process_file(%args);
53 exit( $pxs->report_error_count() ? 1 : 0 );
/dports/lang/perl5.30/perl-5.30.3/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A Dxsubpp51 my $pxs = ExtUtils::ParseXS->new;
52 $pxs->process_file(%args);
53 exit( $pxs->report_error_count() ? 1 : 0 );
/dports/lang/perl5.32/perl-5.32.1/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A Dxsubpp51 my $pxs = ExtUtils::ParseXS->new;
52 $pxs->process_file(%args);
53 exit( $pxs->report_error_count() ? 1 : 0 );
/dports/devel/p5-ExtUtils-ParseXS/ExtUtils-ParseXS-3.35/lib/ExtUtils/
H A Dxsubpp51 my $pxs = ExtUtils::ParseXS->new;
52 $pxs->process_file(%args);
53 exit( $pxs->report_error_count() ? 1 : 0 );
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A Dxsubpp51 my $pxs = ExtUtils::ParseXS->new;
52 $pxs->process_file(%args);
53 exit( $pxs->report_error_count() ? 1 : 0 );
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/disintegration/gift/
H A Dtransform.go235 var pxs [16]pixel
251 pxs[i*4+j] = bgpx
279 for i := range pxs {
281 px.r += pxs[i].r * wa
282 px.g += pxs[i].g * wa
283 px.b += pxs[i].b * wa
297 var pxs [4]pixel
313 pxs[i*2+j] = bgpx
323 for i := range pxs {
325 px.r += pxs[i].r * wa
[all …]
/dports/devel/p5-Alien-Build/Alien-Build-2.45/inc/
H A Dprobebad.pl31 my $pxs = ExtUtils::ParseXS->new;
33 $pxs->process_file(
50 if($pxs->report_error_count != 0)
/dports/devel/efl/efl-1.25.1/src/lib/ector/software/
H A Dector_software_buffer.c82 unsigned int pxs; in _ector_software_buffer_base_ector_buffer_pixels_set() local
94 if (cspace == EFL_GFX_COLORSPACE_ARGB8888) pxs = 4; in _ector_software_buffer_base_ector_buffer_pixels_set()
95 else if (cspace == EFL_GFX_COLORSPACE_GRY8) pxs = 1; in _ector_software_buffer_base_ector_buffer_pixels_set()
98 if (stride == 0) stride = width * pxs; in _ector_software_buffer_base_ector_buffer_pixels_set()
99 else if (stride < (int)(width * pxs)) return EINA_FALSE; in _ector_software_buffer_base_ector_buffer_pixels_set()
120 pd->pixel_size = pxs; in _ector_software_buffer_base_ector_buffer_pixels_set()
133 unsigned int off, k, dst_stride, pxs, pxs_dest; in _ector_software_buffer_base_ector_buffer_map() local
152 pxs = (pd->generic->cspace == EFL_GFX_COLORSPACE_ARGB8888) ? 4 : 1; in _ector_software_buffer_base_ector_buffer_map()
175 off = (pxs * x) + (pd->stride * y); in _ector_software_buffer_base_ector_buffer_map()

12345678910