Home | History | Annotate | Download | only in common

Lines Matching full:plength

298 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength) {
326 if(pLength) {
327 *pLength=length;
333 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength) {
345 if(pLength) {
346 *pLength=length;
352 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength) {
364 if(pLength) {
365 *pLength=length;
372 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength) {
383 if(pLength) {
384 *pLength=length;