Home
last modified time | relevance | path

Searched refs:pj_list (Results 1 – 25 of 29) sorted by relevance

12

/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj/
H A Dlist_i.h32 ((pj_list*)node)->next = ((pj_list*)pos)->next; in pj_list_insert_after()
33 ((pj_list*) ((pj_list*)pos)->next) ->prev = node; in pj_list_insert_after()
46 pj_list *lst_last = (pj_list *) ((pj_list*)lst)->prev; in pj_list_insert_nodes_after()
47 pj_list *pos_next = (pj_list *) ((pj_list*)pos)->next; in pj_list_insert_nodes_after()
61 pj_link_node(((pj_list*)lst1)->prev, ((pj_list*)lst2)->next); in pj_list_merge_last()
70 pj_link_node(((pj_list*)lst2)->prev, ((pj_list*)lst1)->next); in pj_list_merge_first()
71 pj_link_node(((pj_list*)lst1), ((pj_list*)lst2)->next); in pj_list_merge_first()
78 pj_link_node( ((pj_list*)node)->prev, ((pj_list*)node)->next); in pj_list_erase()
90 pj_list *p = (pj_list *) ((pj_list*)list)->next; in pj_list_find_node()
101 pj_list *p = (pj_list *) ((pj_list*)list)->next; in pj_list_search()
[all …]
H A Dlist.h74 struct pj_list struct
90 ((pj_list*)node)->next = ((pj_list*)node)->prev = node; in pj_list_init()
104 return ((pj_list*)node)->next == node; in pj_list_empty()
H A Dpool.h864 pj_list free_list[PJ_CACHING_POOL_ARRAY_SIZE];
869 pj_list used_list;
H A Dtypes.h162 typedef struct pj_list pj_list; typedef
/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj++/
H A Dlist.hpp127 operator pj_list&() in operator pj_list&()
129 return (pj_list&)root_; in operator pj_list&()
131 operator const pj_list&() in operator const pj_list&()
133 return (const pj_list&)root_; in operator const pj_list&()
139 operator pj_list*() in operator pj_list*()
141 return (pj_list*)&root_; in operator pj_list*()
143 operator const pj_list*() in operator const pj_list*()
145 return (const pj_list*)&root_; in operator const pj_list*()
/dports/graphics/proj/proj-7.2.1/src/
H A Dlist.cpp23 const struct PJ_LIST pj_list[] = { variable
31 return pj_list; in proj_list_operations()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A Dpj_list.c31 struct PJ_LIST pj_list[] = { variable
49 return pj_list; in pj_get_list_ref()
H A DPJ_ob_tran.c114 for (i = 0; (s = pj_list[i].id) && strcmp(name, s) ; ++i) ; in PROJECTION()
115 if (!s || !(Q->link = (*pj_list[i].proj)(0))) E_ERROR(-37); in PROJECTION()
133 if (!(Q->link = pj_list[i].proj(Q->link))) { in PROJECTION()
H A Dlib_proj.cmake199 pj_list.c
200 pj_list.h
H A Dpj_init.c418 for (i = 0; (s = pj_list[i].id) && strcmp(name, s) ; ++i) ; in pj_init_ctx()
424 proj = (PJ *(*)(PJ *)) pj_list[i].proj; in pj_init_ctx()
H A Dprojects.h335 extern struct PJ_LIST pj_list[];
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A Dpj_list.c31 struct PJ_LIST pj_list[] = { variable
49 return pj_list; in pj_get_list_ref()
H A DPJ_ob_tran.c114 for (i = 0; (s = pj_list[i].id) && strcmp(name, s) ; ++i) ; in PROJECTION()
115 if (!s || !(Q->link = (*pj_list[i].proj)(0))) E_ERROR(-37); in PROJECTION()
133 if (!(Q->link = pj_list[i].proj(Q->link))) { in PROJECTION()
H A Dlib_proj.cmake199 pj_list.c
200 pj_list.h
H A Dpj_init.c418 for (i = 0; (s = pj_list[i].id) && strcmp(name, s) ; ++i) ; in pj_init_ctx()
424 proj = (PJ *(*)(PJ *)) pj_list[i].proj; in pj_init_ctx()
H A Dprojects.h335 extern struct PJ_LIST pj_list[];
/dports/graphics/py-pyproj/pyproj-3.2.1/pyproj/
H A D__init__.py77 from pyproj.proj import Proj, pj_list # noqa: F401 pylint: disable=unused-import
H A Dproj.py29 pj_list = get_proj_operations_map() variable
H A D_crs.pyx225 cdef PJ_OBJ_LIST *pj_list = proj_create_from_name(
235 if pj_list == NULL or proj_list_get_count(pj_list) <= 0:
236 proj_list_destroy(pj_list)
238 cdef PJ* datum_pj = proj_list_get(context, pj_list, 0)
239 proj_list_destroy(pj_list)
/dports/graphics/R-cran-rgdal/rgdal/inst/include/
H A Dprojects.h270 extern struct PJ_LIST pj_list[];
285 pj_list[] = { variable
/dports/math/PDL/PDL-2.019/Lib/GIS/Proj/include/
H A Dprojects.h270 extern struct PJ_LIST pj_list[];
285 pj_list[] = { variable
/dports/graphics/py-pyproj/pyproj-3.2.1/test/
H A Dtest_proj.py14 from pyproj import Geod, Proj, pj_ellps, pj_list, transform
167 for pj in pj_list.keys():
/dports/graphics/proj/proj-7.2.1/
H A DChangeLog70 nad.lst, geodesic.h. But not emess.h and pj_list.h (from Charles Karney)
364 * src/projects.h, src/pj_list.c: avoid using #include directly on a
829 * PJ_eqr.c: src/PJ_eqr.c added. src/pj_list.h modified (added eqr).
832 * PJ_glabsgm.c: src/PJ_glabsgm.c added. src/pj_list.h modified (added glabsgm).
853 * pj_list.h, Makefile.am, PJ_mpoly.c: Removed mpoly projection. It
1360 * src/pj_geocent.c, src/pj_transform.c, src/pj_list.h, src/projects.h:
1425 * src/pj_list.c,src/PJ_krovak.c: Incorporated support for Krovak
1814 dependent upon use. Allows generation of pj_list table from
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/
H A DChangeLog70 nad.lst, geodesic.h. But not emess.h and pj_list.h (from Charles Karney)
364 * src/projects.h, src/pj_list.c: avoid using #include directly on a
829 * PJ_eqr.c: src/PJ_eqr.c added. src/pj_list.h modified (added eqr).
832 * PJ_glabsgm.c: src/PJ_glabsgm.c added. src/pj_list.h modified (added glabsgm).
853 * pj_list.h, Makefile.am, PJ_mpoly.c: Removed mpoly projection. It
1360 * src/pj_geocent.c, src/pj_transform.c, src/pj_list.h, src/projects.h:
1425 * src/pj_list.c,src/PJ_krovak.c: Incorporated support for Krovak
1814 dependent upon use. Allows generation of pj_list table from
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/
H A DChangeLog70 nad.lst, geodesic.h. But not emess.h and pj_list.h (from Charles Karney)
364 * src/projects.h, src/pj_list.c: avoid using #include directly on a
829 * PJ_eqr.c: src/PJ_eqr.c added. src/pj_list.h modified (added eqr).
832 * PJ_glabsgm.c: src/PJ_glabsgm.c added. src/pj_list.h modified (added glabsgm).
853 * pj_list.h, Makefile.am, PJ_mpoly.c: Removed mpoly projection. It
1360 * src/pj_geocent.c, src/pj_transform.c, src/pj_list.h, src/projects.h:
1425 * src/pj_list.c,src/PJ_krovak.c: Incorporated support for Krovak
1814 dependent upon use. Allows generation of pj_list table from

12