Home
last modified time | relevance | path

Searched refs:lenp (Results 1 – 7 of 7) sorted by relevance

/PHP-5.6/ext/zip/lib/
H A Dzip_get_file_comment.c42 zip_get_file_comment(struct zip *za, zip_uint64_t idx, int *lenp, int flags) in zip_get_file_comment() argument
48 if (lenp) in zip_get_file_comment()
49 *lenp = (int)len; in zip_get_file_comment()
H A Dzip_string.c88 _zip_string_get(struct zip_string *string, zip_uint32_t *lenp, zip_flags_t flags, struct zip_error … in _zip_string_get() argument
93 if (lenp) in _zip_string_get()
94 *lenp = 0; in _zip_string_get()
111 if (lenp) in _zip_string_get()
112 *lenp = string->converted_length; in _zip_string_get()
117 if (lenp) in _zip_string_get()
118 *lenp = string->length; in _zip_string_get()
H A Dzip_get_archive_comment.c43 zip_get_archive_comment(struct zip *za, int *lenp, zip_flags_t flags) in zip_get_archive_comment() argument
57 if (lenp) in zip_get_archive_comment()
58 *lenp = (int)len; in zip_get_archive_comment()
H A Dzip_file_get_comment.c42 zip_file_get_comment(struct zip *za, zip_uint64_t idx, zip_uint32_t *lenp, zip_flags_t flags) in zip_file_get_comment() argument
54 if (lenp) in zip_file_get_comment()
55 *lenp = len; in zip_file_get_comment()
H A Dzip_extra_field_api.c109 …a, zip_uint64_t idx, zip_uint16_t ef_idx, zip_uint16_t *idp, zip_uint16_t *lenp, zip_flags_t flags) in zip_file_extra_field_get() argument
139 if (lenp) in zip_file_extra_field_get()
140 *lenp = ef->size; in zip_file_extra_field_get()
156 …, zip_uint64_t idx, zip_uint16_t ef_id, zip_uint16_t ef_idx, zip_uint16_t *lenp, zip_flags_t flags) in zip_file_extra_field_get_by_id() argument
172 return _zip_ef_get_by_id(de->extra_fields, lenp, ef_id, ef_idx, flags, &za->error); in zip_file_extra_field_get_by_id()
H A Dzip_extra_field.c126 _zip_ef_get_by_id(const struct zip_extra_field *ef, zip_uint16_t *lenp, zip_uint16_t id, zip_uint16… in _zip_ef_get_by_id() argument
140 if (lenp) in _zip_ef_get_by_id()
141 *lenp = ef->size; in _zip_ef_get_by_id()
/PHP-5.6/ext/oci8/
H A Doci8_lob.c171 ub4 lenp = (ub4) len; in php_oci_lob_callback() local
177 if ((*(ctx->lob_len) + lenp) > (ctx->alloc_len)) { in php_oci_lob_callback()
183 memcpy(*(ctx->lob_data) + *(ctx->lob_len), bufxp, (size_t) lenp); in php_oci_lob_callback()
184 *(ctx->lob_len) += lenp; in php_oci_lob_callback()
190 if ((*(ctx->lob_len) + lenp) > ctx->alloc_len) { in php_oci_lob_callback()
196 memcpy(*(ctx->lob_data) + *(ctx->lob_len), bufxp, (size_t) lenp); in php_oci_lob_callback()
197 *(ctx->lob_len) += lenp; in php_oci_lob_callback()

Completed in 13 milliseconds