| /webstack/webstack/branches/CoolStack12Rtm/src/cyrus-sasl-2.1.22/mac/libdes/src/ |
| md4.h | 56 /*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H?gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the Kungliga Tekniska
* H?gskolan and its contributors.
*
* 4. Neither the name of the Institute nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/* $Id: md4.h,v 1.2 2001/12/04 02:06:30 rjs3 Exp $ */
#include <stdlib.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef KRB5
#include <krb5-types.h>
#elif defined(KRB4)
#include <ktypes.h>
#endif
struct md4 {
unsigned int offset;
unsigned int sz;
u_int32_t counter[4];
unsigned char save[64];
};
void md4_init (struct md4 *m);
void md4_upd (…) 1 \/* member in struct:md4
|
| sha.h | 56 /*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H?gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the Kungliga Tekniska
* H?gskolan and its contributors.
*
* 4. Neither the name of the Institute nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/* $Id: sha.h,v 1.2 2001/12/04 02:06:31 rjs3 Exp $ */
#include <stdlib.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef KRB5
#include <krb5-types.h>
#elif defined(KRB4)
#include <ktypes.h>
#endif
struct sha {
unsigned int offset;
unsigned int sz;
u_int32_t counter[5];
unsigned char save[64];
};
void sha_init (struct sha *m);
void sha_upd (…) 1 \/* member in struct:sha
|
| md5.h | 56 /*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H?gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the Kungliga Tekniska
* H?gskolan and its contributors.
*
* 4. Neither the name of the Institute nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/* $Id: md5.h,v 1.2 2001/12/04 02:06:30 rjs3 Exp $ */
#include <stdlib.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef KRB5
#include <krb5-types.h>
#elif defined(KRB4)
#include <ktypes.h>
#endif
struct md5 {
unsigned int offset;
unsigned int sz;
u_int32_t counter[4];
unsigned char save[64];
};
void md5_init (struct md5 *m);
void md5_upd (…) 1 \/* member in struct:md5
|
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/include/kernel/ |
| AttributeList.hpp | 29 Uint32 sz; member in struct:AttributeList
|
| /webstack/webstack/branches/CoolStack12Rtm/src/unixODBC-2.2.12/Drivers/txt/ |
| SQLSpecialColumns.c | 66 char *sz; local 69 sz = (char*)szCatalogName; 70 sz = (char*)szSchemaName;
|
| SQLColumns.c | 45 char * sz; local 46 sz = (char*)szCatalogName; 47 sz = (char*)szSchemaName;
|
| SQLConnect.c | 80 char * sz; local 81 sz = (char*)szUID; /* could use these to suid but not worth the security risk */ 82 sz = (char*)szPWD;
|
| SQLTables.c | 71 char * sz;
local 75 sz = (char*)szCatalogName;
76 sz = (char*)szSchemaName;
|
| /webstack/webstack/trunk/src/cyrus-sasl-2.1.22/mac/libdes/src/ |
| md4.h | 56 /*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H?gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the Kungliga Tekniska
* H?gskolan and its contributors.
*
* 4. Neither the name of the Institute nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/* $Id: md4.h,v 1.2 2001/12/04 02:06:30 rjs3 Exp $ */
#include <stdlib.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef KRB5
#include <krb5-types.h>
#elif defined(KRB4)
#include <ktypes.h>
#endif
struct md4 {
unsigned int offset;
unsigned int sz;
u_int32_t counter[4];
unsigned char save[64];
};
void md4_init (struct md4 *m);
void md4_upd (…) 1 \/* member in struct:md4
|
| sha.h | 56 /*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H?gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the Kungliga Tekniska
* H?gskolan and its contributors.
*
* 4. Neither the name of the Institute nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/* $Id: sha.h,v 1.2 2001/12/04 02:06:31 rjs3 Exp $ */
#include <stdlib.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef KRB5
#include <krb5-types.h>
#elif defined(KRB4)
#include <ktypes.h>
#endif
struct sha {
unsigned int offset;
unsigned int sz;
u_int32_t counter[5];
unsigned char save[64];
};
void sha_init (struct sha *m);
void sha_upd (…) 1 \/* member in struct:sha
|
| md5.h | 56 /*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H?gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the Kungliga Tekniska
* H?gskolan and its contributors.
*
* 4. Neither the name of the Institute nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/* $Id: md5.h,v 1.2 2001/12/04 02:06:30 rjs3 Exp $ */
#include <stdlib.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef KRB5
#include <krb5-types.h>
#elif defined(KRB4)
#include <ktypes.h>
#endif
struct md5 {
unsigned int offset;
unsigned int sz;
u_int32_t counter[4];
unsigned char save[64];
};
void md5_init (struct md5 *m);
void md5_upd (…) 1 \/* member in struct:md5
|
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/ndb/include/kernel/ |
| AttributeList.hpp | 30 Uint32 sz; member in struct:AttributeList
|
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/ndb/include/kernel/ |
| AttributeList.hpp | 30 Uint32 sz; member in struct:AttributeList
|
| /webstack/webstack/trunk/src/mysql-5.0.45/ndb/include/kernel/ |
| AttributeList.hpp | 29 Uint32 sz; member in struct:AttributeList
|
| /webstack/webstack/trunk/src/unixODBC-2.2.12/Drivers/txt/ |
| SQLSpecialColumns.c | 66 char *sz; local 69 sz = (char*)szCatalogName; 70 sz = (char*)szSchemaName;
|
| /webstack/webstack/branches/CoolStack12Rtm/src/gmp-4.2.1/tests/rand/ |
| t-iset.c | 34 mpz_t sz, dz; local 38 mpz_init (sz); 43 mpz_urandomb (sz, src, 123); 46 if (mpz_cmp (sz, dz) != 0) 50 gmp_printf (" from src: %#Zx\n", sz); 56 mpz_clear (sz);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/openldap-2.3.30/servers/slurpd/ |
| args.c | 143 size_t sz; local 145 g->slurpd_rdir = (char *)malloc (sz = (strlen(optarg) + sizeof(LDAP_DIRSEP "replica"))); 146 snprintf(g->slurpd_rdir, sz,
|
| /webstack/webstack/trunk/src/gmp-4.2.1/tests/rand/ |
| t-iset.c | 34 mpz_t sz, dz; local 38 mpz_init (sz); 43 mpz_urandomb (sz, src, 123); 46 if (mpz_cmp (sz, dz) != 0) 50 gmp_printf (" from src: %#Zx\n", sz); 56 mpz_clear (sz);
|
| /webstack/webstack/trunk/src/openldap-2.3.30/servers/slurpd/ |
| args.c | 143 size_t sz; local 145 g->slurpd_rdir = (char *)malloc (sz = (strlen(optarg) + sizeof(LDAP_DIRSEP "replica"))); 146 snprintf(g->slurpd_rdir, sz,
|
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/src/kernel/vm/ |
| Array.hpp | 52 inline bool empty() const { return sz == 0;} 70 Uint32 base, sz; member in class:Array 79 sz = 0; 90 sz = n; 104 thePool.releaseN(base, sz); 105 sz = 0; 115 return sz; 124 if(i < sz && base != RNIL){ 139 if(ptr.i < sz && base != RNIL){ 154 if(i < sz && base != RNIL) [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/ndb/src/kernel/vm/ |
| Array.hpp | 53 inline bool empty() const { return sz == 0;} 71 Uint32 base, sz; member in class:Array 80 sz = 0; 91 sz = n; 105 thePool.releaseN(base, sz); 106 sz = 0; 116 return sz; 125 if(i < sz && base != RNIL){ 140 if(ptr.i < sz && base != RNIL){ 155 if(i < sz && base != RNIL) [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/ndb/src/kernel/vm/ |
| Array.hpp | 53 inline bool empty() const { return sz == 0;} 71 Uint32 base, sz; member in class:Array 80 sz = 0; 91 sz = n; 105 thePool.releaseN(base, sz); 106 sz = 0; 116 return sz; 125 if(i < sz && base != RNIL){ 140 if(ptr.i < sz && base != RNIL){ 155 if(i < sz && base != RNIL) [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.45/ndb/src/kernel/vm/ |
| Array.hpp | 52 inline bool empty() const { return sz == 0;} 70 Uint32 base, sz; member in class:Array 79 sz = 0; 90 sz = n; 104 thePool.releaseN(base, sz); 105 sz = 0; 115 return sz; 124 if(i < sz && base != RNIL){ 139 if(ptr.i < sz && base != RNIL){ 154 if(i < sz && base != RNIL) [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/src/common/util/ |
| uucode.c | 140 int sz = 0; local 149 * dst = ch; dst++; sz++; 164 * dst = ch; dst++; sz++; 168 * dst = ch; dst++; sz++; 172 * dst = ch; dst++; sz++; 176 * dst = ch; dst++; sz++; 179 * dst = '\n'; dst++; sz++; 182 * dst = ch; dst++; sz++; 184 * dst = '\n'; dst++; sz++; 185 * dst = 0; dst++; sz++ 194 int sz = 0; local [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/squid-2.6.16/src/ |
| Packer.c | 137 packerAppend(Packer * p, const char *buf, int sz) 141 p->append(p->real_handle, buf, sz); 158 int sz = 0; local
|