Home
last modified time | relevance | path

Searched refs:np (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c550 char *pbuf, *op, *np; in file_getbuffer() local
584 np = ms->o.pbuf; in file_getbuffer()
598 (void)memcpy(np, op, bytesconsumed); in file_getbuffer()
600 np += bytesconsumed; in file_getbuffer()
603 OCTALIFY(np, op); in file_getbuffer()
606 *np = '\0'; in file_getbuffer()
614 for (np = ms->o.pbuf, op = ms->o.buf; *op;) { in file_getbuffer()
616 *np++ = *op++; in file_getbuffer()
618 OCTALIFY(np, op); in file_getbuffer()
621 *np = '\0'; in file_getbuffer()
H A Dcdf.c1168 const uint16_t *np; in cdf_unpack_catalog() local
1208 np = CAST(const uint16_t *, CAST(const void *, (b + 16))); in cdf_unpack_catalog()
1210 (np + cep->ce_namlen))); in cdf_unpack_catalog()
1217 cep->ce_name[k] = np[k]; /* XXX: CDF_TOLE2? */ in cdf_unpack_catalog()
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c568 HashTable *np; in firebird_handle_preparer() local
579 ALLOC_HASHTABLE(np); in firebird_handle_preparer()
580 zend_hash_init(np, 8, NULL, NULL, 0); in firebird_handle_preparer()
583 if (!php_firebird_alloc_prepare_stmt(dbh, sql, &num_sqlda, &s, np)) { in firebird_handle_preparer()
593 S->named_params = np; in firebird_handle_preparer()
633 zend_hash_destroy(np); in firebird_handle_preparer()
634 FREE_HASHTABLE(np); in firebird_handle_preparer()
/php-src/ext/standard/tests/strings/
H A Dwordwrap_error.phpt54 … />\n<br />\nw<br />\no<br />\nr<br />\nd<br />\nw<br />\nr<br />\na<br />\np<br />\n<br />\nf<br …
/php-src/ext/dom/lexbor/lexbor/css/
H A Dvalue.h247 lxb_css_value_number_percentage_sr(const lxb_css_value_number_percentage_t *np,
/php-src/ext/dom/tests/
H A Dbug28721.phpt99 echo "\np:\n";
117 echo "\np:\n";
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c976 int np;
3864 luaM_growvector(ls->L,f->p,fs->np,f->sizep,Proto*,
3867 f->p[fs->np++]=func->f;
3869 init_exp(v,VRELOCABLE,luaK_codeABx(fs,OP_CLOSURE,0,fs->np-1));
3888 fs->np=0;
3912 luaM_reallocvector(L,f->p,f->sizep,fs->np,Proto*);
3913 f->sizep=fs->np;
H A Ddasm_x86.lua396 s = 8, ns = 9, p = 10, np = 11, l = 12, nl = 13, le = 14, nle = 15,

Completed in 50 milliseconds