/external/clearsilver/python/ |
neo_util.c | 50 static void p_hdf_dealloc (HDFObject *ho); 72 static void p_hdf_dealloc (HDFObject *ho) 74 /* ne_warn("deallocating hdf: %X", ho); */ 75 if (ho->data && ho->dealloc) 77 hdf_destroy (&(ho->data)); 79 PyObject_DEL(ho); 93 HDFObject *ho = PyObject_NEW (HDFObject, &HDFObjectType); local 94 if (ho == NULL) return NULL; 95 ho->data = data 124 HDFObject *ho = (HDFObject *)self; local 139 HDFObject *ho = (HDFObject *)self; local 154 HDFObject *ho = (HDFObject *)self; local 175 HDFObject *ho = (HDFObject *)self; local 196 HDFObject *ho = (HDFObject *)self; local 228 HDFObject *ho = (HDFObject *)self; local 256 HDFObject *ho = (HDFObject *)self; local 273 HDFObject *ho = (HDFObject *)self; local 290 HDFObject *ho = (HDFObject *)self; local 307 HDFObject *ho = (HDFObject *)self; local 324 HDFObject *ho = (HDFObject *)self; local 341 HDFObject *ho = (HDFObject *)self; local 361 HDFObject *ho = (HDFObject *)self; local 391 HDFObject *ho = (HDFObject *)self; local 409 HDFObject *ho = (HDFObject *)self; local 427 HDFObject *ho = (HDFObject *)self; local 445 HDFObject *ho = (HDFObject *)self; local 463 HDFObject *ho = (HDFObject *)self; local 479 HDFObject *ho = (HDFObject *)self; local 493 HDFObject *ho = (HDFObject *)self; local 509 HDFObject *ho = (HDFObject *)self; local 535 HDFObject *ho = (HDFObject *)self; local 554 HDFObject *ho = (HDFObject *)self; local [all...] |
neo_cs.c | 28 static void p_cs_dealloc (CSObject *ho); 50 static void p_cs_dealloc (CSObject *ho) 52 /* ne_warn("deallocating hdf: %X", ho); */ 53 if (ho->data) 55 cs_destroy (&(ho->data)); 57 PyObject_DEL(ho); 71 CSObject *ho = PyObject_NEW (CSObject, &CSObjectType); local 72 if (ho == NULL) return NULL; 73 ho->data = data; 74 rv = (PyObject *) ho; 84 PyObject *ho; local [all...] |
neo_cgi.c | 33 static void p_cgi_dealloc (CGIObject *ho); 54 static void p_cgi_dealloc (CGIObject *ho) 56 if (ho->cgi) 58 cgi_destroy (&(ho->cgi)); 60 PyObject_DEL(ho); 74 CGIObject *ho = PyObject_NEW (CGIObject, &CGIObjectType); local 75 if (ho == NULL) return NULL; 76 ho->cgi = data; 77 ho->hdf = p_hdf_to_object (data->hdf, 0); 78 Py_INCREF(ho->hdf) 866 PyObject *ho; local [all...] |
p_neo_util.h | 32 #define P_OBJECT_TO_HDF_PROTO (PyObject *ho)
|
/external/clearsilver/java-jni/ |
CS.java | 16 public CS(HDF ho) { 18 this.localHDF = ho; 19 csptr = _init(ho.hdfptr); 23 public CS(HDF ho, HDF global) { 24 this(ho);
|
/external/ppp/pppd/ |
ipxcp.c | 76 #define ho (&ipxcp_hisoptions[0]) macro 810 ! compare_node (p, ho->his_node)) 1009 BZERO(ho, sizeof(*ho)); 1047 ho->his_network = cinetwork; 1048 ho->neg_nn = 1; 1087 copy_node (p, ho->his_node); 1088 ho->neg_node = 1; 1093 if (zero_node (ho->his_node)) { 1103 if (compare_node (wo->his_node, ho->his_node)) [all...] |
ipcp.c | 713 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local 724 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs) 729 if (ho->neg_vj && ho->old_vj) { 732 go->vj_protocol = ho->vj_protocol; 1325 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local 1685 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local [all...] |
ccp.c | 1077 ccp_options *ho = &ccp_hisoptions[f->unit]; local 1088 memset(ho, 0, sizeof(ccp_options)); 1089 ho->method = (len > 0)? p[0]: -1; 1109 MPPE_CI_TO_OPTS(&p[2], ho->mppe); 1112 if (ho->mppe & MPPE_OPT_UNSUPPORTED) { 1114 ho->mppe &= ~MPPE_OPT_UNSUPPORTED; 1116 if (ho->mppe & MPPE_OPT_UNKNOWN) { 1118 ho->mppe &= ~MPPE_OPT_UNKNOWN; 1122 if (ho->mppe & MPPE_OPT_STATEFUL) { 1137 if ((ho->mppe & MPPE_OPT_128 1425 ccp_options *ho = &ccp_hisoptions[f->unit]; local [all...] |
multilink.c | 108 lcp_options *ho = &lcp_hisoptions[0]; local 117 if (!go->neg_mrru || !ho->neg_mrru) { 122 /* XXX should check the peer_authname and ho->endpoint 127 if (!go->neg_mrru || !ho->neg_mrru) { 131 mtu = ho->neg_mru? ho->mru: PPP_MRU; 155 if (ho->neg_endpoint) 156 l += 3 * ho->endpoint.length + 8; 165 if (ho->neg_endpoint || bundle_name) 167 if (ho->neg_endpoint [all...] |
ipv6cp.c | 893 ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit]; local 909 BZERO(ho, sizeof(*ho)); 976 ho->neg_ifaceid = 1; 977 ho->hisid = ifaceid; 996 ho->neg_vj = 1; 997 ho->vj_protocol = cishort; 1050 if (rc != CONFREJ && !ho->neg_ifaceid && 1173 ipv6cp_options *ho = &ipv6cp_hisoptions[f->unit]; local 1182 if (!ho->neg_ifaceid [all...] |
lcp.c | 1487 lcp_options *ho = &lcp_hisoptions[f->unit]; local 1875 lcp_options *ho = &lcp_hisoptions[f->unit]; local [all...] |
auth.c | 708 lcp_options *ho = &lcp_hisoptions[unit]; local 756 if (ho->neg_eap) { 759 } else if (ho->neg_chap) { 760 chap_auth_with_peer(unit, user, CHAP_DIGEST(ho->chap_mdtype)); 762 } else if (ho->neg_upap) { [all...] |
/external/v8/test/cctest/ |
test-spaces.cc | 222 HeapObject* ho = HeapObject::cast(obj); local 223 ho->set_map(faked_map); 227 CHECK(lo->FindObject(ho->address()) == obj); 229 CHECK(lo->Contains(ho));
|
/external/ppp/pppd/plugins/radius/ |
radius.c | 855 ipcp_options *ho = &ipcp_hisoptions[0]; local 897 hisaddr = ho->hisaddr; 941 ipcp_options *ho = &ipcp_hisoptions[0]; local 1045 hisaddr = ho->hisaddr; 1082 ipcp_options *ho = &ipcp_hisoptions[0]; local 1142 hisaddr = ho->hisaddr; [all...] |
/external/openssl/crypto/bn/ |
bn_lcl.h | 413 #define sqr64(lo,ho,in) \ 427 (ho)=h; \
|
/external/fdlibm/ |
configure | 402 -host | --host | --hos | --ho) 404 -host=* | --host=* | --hos=* | --ho=*) [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |
/external/clearsilver/ |
configure | 437 -host | --host | --hos | --ho) 439 -host=* | --host=* | --hos=* | --ho=*) [all...] |
/external/elfutils/ |
configure | 405 -host | --host | --hos | --ho) 407 -host=* | --host=* | --hos=* | --ho=*) [all...] |
/external/genext2fs/ |
configure | 855 -host | --host | --hos | --ho) 857 -host=* | --host=* | --hos=* | --ho=*) [all...] |
/external/grub/ |
configure | 439 -host | --host | --hos | --ho) 441 -host=* | --host=* | --hos=* | --ho=*) [all...] |
/external/libpcap/ |
configure | 855 -host | --host | --hos | --ho) 857 -host=* | --host=* | --hos=* | --ho=*) [all...] |
/external/icu4c/ |
configure | 988 -host | --host | --hos | --ho) 990 -host=* | --host=* | --hos=* | --ho=*) [all...] |
/external/libpng/ |
configure | 1063 -host | --host | --hos | --ho) 1065 -host=* | --host=* | --hos=* | --ho=*) [all...] |