Searched refs:inlen (Results 126 - 127 of 127) sorted by relevance

123456

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dtestapi.c1312 int * inlen; /* the length of @in */ local
1323 inlen = gen_int_ptr(n_inlen, 3);
1325 ret_val = UTF8ToHtml(out, outlen, (const unsigned char *)in, inlen);
1331 des_int_ptr(n_inlen, inlen, 3);
1932 int * inlen; /* the length of @in */ local
1946 inlen = gen_int_ptr(n_inlen, 3);
1949 ret_val = htmlEncodeEntities(out, outlen, (const unsigned char *)in, inlen, quoteChar);
1955 des_int_ptr(n_inlen, inlen, 3);
8483 int * inlen; /* the length of @in */ local
8494 inlen
8538 int * inlen; /* the length of @in */ local
[all...]
/macosx-10.9.5/cctools-845/misc/
H A Dredo_prebinding.c1720 uint32_t inlen,
1779 ofile = breakout_mem(inbuf, inlen, (char *)file_name,
1713 unprebind( const char *file_name, const char *output_file, const char *program_name, char **error_message, int zero_checksum, void *inbuf, uint32_t inlen, void **outbuf, uint32_t *outlen) argument

Completed in 125 milliseconds

123456